User Tools

Site Tools


doc:installation:printing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:installation:printing [2015/06/19 06:30]
ionic Sync cusp-x2go.conf paste with new config file.
doc:installation:printing [2017/11/05 15:15] (current)
ionic Add missing word in systemd note.
Line 5: Line 5:
 <note> <note>
 X2Go Printing is intended for  X2Go Printing is intended for 
-   * use on low bandwith networks – like internet connections or GSM connections+   * use on low bandwidth networks – like internet connections or GSM connections
    * use of printers that are directly connected to X2Go (thin-)clients    * use of printers that are directly connected to X2Go (thin-)clients
 For other scenarios, please use a central CUPS server (see multi-node printing below) without the X2Go printing feature installed. For other scenarios, please use a central CUPS server (see multi-node printing below) without the X2Go printing feature installed.
Line 16: Line 16:
  
 :!: **Before you begin!** :!: **Before you begin!**
-> This page is targeted at people who use Debian/Ubuntu packages provided by the X2Go project. Please make sure that you have added the X2Go repository to your package management system. The required steps are described here: [[wiki:repositories:debian|Debian]], [[wiki:repositories:ubuntu|Ubuntu]] (depending on the distro that you have chosen for your X2Go Server).+> This page is targeted at people who use Debian/Raspbian/Ubuntu packages provided by the X2Go project. Please make sure that you have added the X2Go repository to your package management system. The required steps are described here: [[wiki:repositories:debian|Debian]], [[wiki:repositories:raspbian|Raspbian]] or [[wiki:repositories:ubuntu|Ubuntu]] (depending on the distro that you have chosen for your X2Go Server).
  
 ===== Single-Node Printing ===== ===== Single-Node Printing =====
Line 29: Line 29:
  
  Printing works nearly out of the box, you only have to add a virtual CUPS queue based on the Virtual X2Go Printer (''cups-x2go'') backend.  Printing works nearly out of the box, you only have to add a virtual CUPS queue based on the Virtual X2Go Printer (''cups-x2go'') backend.
 +
 +<note important>On systems that use systemd as their init system and to start CUPS, this setup will fail to work if the ''PrivateTmp'' directive is set to true in the CUPS systemd service file. Please make sure to disable this option manually and to restart CUPS for ''cups-x2go'' to work.</note>
  
 ==== En Detail... ==== ==== En Detail... ====
  
-The X2Go server-side printing component contains the script ''x2goprint'' which looks for incoming ''cups-x2go'' backend print jobs and processes them towards connected X2Go Clients. It is an X2Go Server add-on included in the [[http://code.x2go.org/gitweb?p=x2goserver.git;a=summary|X2Go server source project]].  Debian/Ubuntu users have to install the extra package with the following command:+The X2Go server-side printing component contains the script ''x2goprint'' which looks for incoming ''cups-x2go'' backend print jobs and processes them towards connected X2Go Clients. It is an X2Go Server add-on included in the [[http://code.x2go.org/gitweb?p=x2goserver.git;a=summary|X2Go server source project]].  Debian/Raspbian/Ubuntu users have to install the extra package with the following command:
  
 <code> <code>
Line 38: Line 40:
 </code> </code>
  
-:!: Note that X2Go printing requires the user(s) need(s) to be added to the fuse group on the server, as it uses the file and folder sharing to transfer the spool file to the client.+:!: Notethat on older systems, X2Go printing requires the user(s) to be added to the fuse group on the server, as it uses the file and folder sharing feature to transfer the spool file to the client. If your distribution is not providing a fuse group any longer, this does not apply.
  
 For single-node X2Go printing (means: all steps of the printing process take place on the same machine) only one further step for setting up X2Go printing is necessary: after installing the X2Go CUPS engine (package: ''cups-x2go'') you have to add a »Virtual X2Go Printer« backend to your CUPS server. For single-node X2Go printing (means: all steps of the printing process take place on the same machine) only one further step for setting up X2Go printing is necessary: after installing the X2Go CUPS engine (package: ''cups-x2go'') you have to add a »Virtual X2Go Printer« backend to your CUPS server.
Line 72: Line 74:
 </code> </code>
  
-<note>Before Sep 2011 configuring sudo was needed for local X2go printing, since then setting up sudo is only needed if CUPS with cups-x2go and the X2go server package are installed on //different// machines.</note>+<note>Before Sep 2011 configuring sudo was needed for local X2Go printing, since then setting up sudo is only needed if CUPS with cups-x2go and the X2Go server package are installed on //different// machines.</note>
  
  
doc/installation/printing.1434695403.txt.gz · Last modified: 2015/06/19 06:30 by ionic