Package: cups-x2go Severity: important
The workaround provided below can be applied to x2goprint from x2goserver-printing package.
But my gut feelings tell me, we need to review cups-x2go. Maybe this bug gets reassigned to x2goserver-printing later, if my gut feelings get proven wrong.
Mike ----- Weitergeleitete Nachricht von Роман <[email protected]> ----- Datum: Mon, 01 Dec 2014 10:59:36 +0300 Von: Роман <[email protected]> Betreff: [X2Go-User] X2Go Linux Server. Virtual print issue workaround An: [email protected] 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. ----- Ende der weitergeleiteten Nachricht ----- -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: [email protected], http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
pgpyoT9fMJz2n.pgp
Description: Digitale PGP-Signatur
_______________________________________________ x2go-dev mailing list [email protected] http://lists.x2go.org/listinfo/x2go-dev
