Hi!
I tried x2go-server on 2 diffrent computers both with Ubuntu 22.04. In both cases x2go works out of the box, but cups-x2go / x2go client-side printing does not.
On my old server with Ubuntu 18.04 it works fine.
I see the jobs in the print queue with the notice "held for authentification"
any ideas what I can do to debug & fix this issue ?
thank you!
Martin
FYI:
Today I tested it on Debian11 "bullseye" and get the same error:
Backend returned status 2 (authentication required)
Am I the only one who likes to use client-side printing ?
I think I fixed it.
my mistake: I tried to workaround this bug:
https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1551
...by editing /etc/cups/cups-x2go.conf
that's why I ran into this bug (I guess):
https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=890
so I now leave /etc/cups/cups-x2go.conf unchanged and instead edit /usr/lib/cups/backend/cups-x2go (remove -c setpdfwrite)
... and remote printing finally works for me now.