You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use 3.2 and printing and sound are not working. They work fine in 3.1 and 3.0. I note that they also don't seem to be working on demo.abcdesktop.io either.
Having looked into the code, this appears to be related to a change in oc/od/orchestrator.py which prepended CUPS_SERVER and PULSE_SERVER with 'unix:' - reverting this so that they are both just '/tmp/.cups.sock' and '/tmp/.pulse.sock' fixed this.
I have tested this change by rebuilding the oc.pyos image and deploying it on my test install.
Happy to submit a pull request to fix if preferred.
Many thanks
The text was updated successfully, but these errors were encountered:
Thank you for using abcdesktop.io. I confirm this issue, thank you so much.
You can use CUPS_SERVER and PULSE_SERVER with unix socket prefix, it will works for ephemeral container.
For pod applications, the unix socket are unavailable, so we need to use TCP/IP socket to reach the cups service.
The issue come from oc.cupsd in release 3.2, I'm checking that point.
The latest oc.pyos:3.2 image fixes this issue.
I've updated the cupsd image too to change PDF build process and fix a user access error.
The od.config has changed to include the printer image 'abcdesktopio/oc.cupsd:3.2'
Hi
Trying to use 3.2 and printing and sound are not working. They work fine in 3.1 and 3.0. I note that they also don't seem to be working on demo.abcdesktop.io either.
Having looked into the code, this appears to be related to a change in oc/od/orchestrator.py which prepended CUPS_SERVER and PULSE_SERVER with 'unix:' - reverting this so that they are both just '/tmp/.cups.sock' and '/tmp/.pulse.sock' fixed this.
I have tested this change by rebuilding the oc.pyos image and deploying it on my test install.
Happy to submit a pull request to fix if preferred.
Many thanks
The text was updated successfully, but these errors were encountered: