Changes between Version 10 and Version 11 of Printing
- Timestamp:
- 07/30/15 15:18:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Printing
v10 v11 9 9 * the protocol and implementation may still change. See ticket #598. 10 10 * forwarding is only supported to a Posix server. (support for MS Windows and OSX as servers may be added in the future) 11 * you may encounter some permission issues: the user running the xpra server must be a printer administrator - whatever group that may be - then logout and login again11 * you may encounter some permission issues: the user running the xpra server must be a printer administrator - whatever group that may be - if you need to add your user to a group you will also then need to logout and login again: 12 12 * for Fedora and centos the ''sys'' group: {{{gpasswd -a $USER sys}}} 13 13 * for Debian and Ubuntu the lpadmin group: {{{usermod -a -G lpadmin $USER}}} 14 * the cups backend must have {{{0700}}} permissions: {{{chmod 700 /usr/lib/cups/backend/xpraforwarder}}} 14 15 * selinux causes problems and must be disabled (see #815) 15 16 }}}