User Tools

Site Tools


wiki:components: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
Next revision Both sides next revision
wiki:components:printing [2011/11/12 14:37]
sunweaver [En Detail...]
wiki:components:printing [2011/11/12 14:41]
sunweaver
Line 38: Line 38:
 </code> </code>
  
 +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.
  
- +  install CUPS-X2Go backend<code> 
-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 a »Virtual X2go Printer« backend to your CUPS server. +$ sudo aptitude install cups-x2go 
- +</code>
-  - install package ''cups-x2go''+
   - add a new printer in CUPS, possibly named: »x2goprinter« (name is arbitrary)   - add a new printer in CUPS, possibly named: »x2goprinter« (name is arbitrary)
   - as printing device (i.e. backend) you should select the “Virtual X2go Printer”   - as printing device (i.e. backend) you should select the “Virtual X2go Printer”
Line 49: Line 49:
     * model: »Generic CUPS-X2GO Printer«     * model: »Generic CUPS-X2GO Printer«
  
-You may configure further options by editing the file /etc/cups/cups-x2go.conf” (the below code block shows the default set of options), but this should normally not be necessary:+You may configure further options by editing the CUPS-X2Go config file ''/etc/cups/cups-x2go.conf'', but this should normally not be necessary. The below code block shows the default set of options:
  
 <code> <code>