Hello, On Feb 20 13:54 Andreas Jaeger wrote (shortened):
Alberto Passalacqua <alberto.passalacqua@tin.it> writes:
* Bug 230676 - It's impossible to configure a printer if not root. (The gnome configuration tool doesn't remember per-user settings like two-side printing or printing quality).
I doubt that this will get fixed soonish.
Do not mix up two different things: - Set up a print queue which requires admin permissions. - Store user-specific settings for an existing queue which does not require admin permissions. See http://en.opensuse.org/SDB:CUPS_in_a_Nutshell and http://en.opensuse.org/SDB:Print_Settings_with_CUPS Example: root@host# lpadmin -p test -v parallel:/dev/lp0 -E \ -P /usr/share/cups/model/Postscript.ppd.gz user@host$ lpoptions -p test -l PageSize: Letter *A4 Resolution: *300dpi 600dpi user@host$ lpoptions -p test -o PageSize=Letter -o Resolution=600dpi user@host$ lpoptions -p test -l PageSize: *Letter A4 Resolution: 300dpi *600dpi user@host$ cat ~/.cups/lpoptions Dest test PageSize=Letter Resolution=600dpi I assume there is also a tool in Gnome to store user specific settings for an existing queue. Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany AG Nuernberg, HRB 16746, GF: Markus Rex --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org