Zoph on Trixie. Opening the app management page fails with an error.
If you run /usr/bin/zoph as root it will fail with the message root is not a valid user and exit with a value of 96. This is the first line of the error message. You can duplicate this in the shell with sudo zoph --dump-config
Steps to reproduce:
- Have Trixie
- Install Zoph
- Click "Setup" and define the zoph admin user as a FreedomBox user with admin privileges
- Configure Zoph and import a picture.
- Go to the Apps page on FreedomBox and click the Zoph tile
Error:
Error loading page. Details
Error running action: zoph..get_configuration(): CalledProcessError(96, ["zoph", "--dump-config"])
Action traceback:
╞ File "/usr/lib/python3/dist-packages/plinth/actions.py", line 398, in _privileged_call
╞ return_values = func(*arguments['args'], **arguments['kwargs'])
╞ File "/usr/lib/python3/dist-packages/plinth/modules/zoph/privileged.py", line 34, in get_configuration
╞ process = subprocess.run(['zoph', '--dump-config'], stdout=subprocess.PIPE,
╞ check=True)
╞ File "/usr/lib/python3.13/subprocess.py", line 577, in run
╞ raise CalledProcessError(retcode, process.args,
╞ output=stdout, stderr=stderr)
Screen capture:
