Changes between Version 8 and Version 9 of Printing
- Timestamp:
- 07/29/15 16:03:37 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Printing
v8 v9 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 (''sys'' on Fedora) 11 * you may encounter some permission issues: the user running the xpra server must be a printer administrator - whatever group that may be 12 * for Fedora and centos the ''sys'' group: {{{gpasswd -a $USER sys}}} 13 * for Debian and Ubuntu the lpadmin group: {{{usermod -a -G lpadmin $USER}}} 12 14 * selinux causes problems and must be disabled (see #815) 13 15 }}}