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: 1. Have Trixie 2. Install Zoph 3. Click "Setup" and define the zoph admin user as a FreedomBox user with admin privileges 4. Configure Zoph and import a picture. 5. 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: ![image.png](/uploads/0db8723b3831d95d445a2dc910b46ccc/image.png)
issue