Changes between Version 19 and Version 20 of Printing
- Timestamp:
- 01/11/17 15:27:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Printing
v19 v20 3 3 = Printing = 4 4 5 This feature allows printers connected to the client to be available on the server. It shares most of the code with [/wiki/FileTransfers], as the print job is first rendered to a file before being sent to the client. 6 7 Known limitations and caveats: 8 * forwarding is only supported to a Posix server, support for MS Windows and OSX as ''servers'' may be added in the future. 9 * OSX clients use Postscript (#995), other clients use PDF for transport 10 * do not use socket authentication on your local sockets (see #1286) 5 This feature allows printers connected to the client to show as virtual printers on the server. This functionality shares most of the code with the [/wiki/FileTransfers file transfers feature], as the print job is first rendered to a file before being sent to the client. 11 6 }}} 12 7 8 [[BR]] 13 9 14 10 {{{#!div class="box" … … 23 19 * the cups backend installed must have {{{0700}}} permissions: {{{chmod 700 /usr/lib/cups/backend/xpraforwarder}}} 24 20 * [https://en.wikipedia.org/wiki/Security-Enhanced_Linux SELinux] can cause problems: either disable it or use the "cups_xpra" policy add-on (see #815) 21 * forwarding is only supported to a Posix server, support for MS Windows and OSX as ''servers'' may be added in the future. 22 * OSX clients use Postscript (#995), other clients use PDF for transport 23 * do not use socket authentication on your local sockets (see #1286) 25 24 }}} 26 25 … … 33 32 * look for the cups backend messages in your syslog (ie: with journald: {{{sudo journalctl -f -t xpraforwarder}}}) 34 33 * more details here: ticket:913#comment:14 35 36 34 }}}