x2go 4.0.1.19 Debina 8.0 installare da repository: # X2Go Repository (release builds) deb http://packages.x2go.org/debian jessie main # X2Go Repository (sources of release builds) deb-src http://packages.x2go.org/debian jessie main # X2Go Repository (nightly builds) #deb http://packages.x2go.org/debian jessie heuler # X2Go Repository (sources of nightly builds) #deb-src http://packages.x2go.org/debian jessie heuler x2go: apt-get install x2goserver x2goserver-xsession x2goagent x2godesktopsharing x2goserver-extensions x2goserver-fmbindings x2go remote print: apt-get install x2goserver-printing cups-x2go aggiungere utenti ai gruppi che devono accedere a x2go: x2gouser:x:124:nomeutentem1,nomeutente2 x2goprint:x:125:nomeutente1,nomeutente2 Modificare cups.service su systemd: [Unit] Description=CUPS Printing Service Documentation=man:cupsd(8) man:cupsd.conf(5) Requires=cups.socket [Service] ExecStart=/usr/sbin/cupsd -f #PrivateTmp=true <--- commentare altrimenti non stampa con systemd [Install] Also=cups.socket cups.path WantedBy=printer.target una volta modificato il file ricaricare la unit di systemd: (systemctl restart cups --> Warning: Unit file of cups.service changed on disk, 'systemctl daemon-reload' recommended.) systemctl daemon-reload systemctl restart cups Aggiungere una riga a /etc/sudouser: #### X2GOPRINT section x2goprint ALL=(ALL) NOPASSWD: /usr/bin/x2goprint