For those who can't print to redirected printer here my workaround.
On X2Go Server do following (by root):
----------------------------------------------
cd /usr/bin
mv x2goprint x2goprint.orig
cat << EOF > x2goprint
#!/bin/bash
umount /tmp
x2goprint.orig $@
EOF
chmod a+x x2goprint
-----------------------------------------------
The problem is that CUPS remounts /tmp during print process.
Therefore temporary x2go directories have become unavailable.
Best regards,
Inpos.
_______________________________________________ x2go-user mailing list [email protected] http://lists.x2go.org/listinfo/x2go-user
