Mailinglist Archive: opensuse-factory (241 mails)

< Previous Next >
Re: [opensuse-factory] meeting minutes of last dist meeting
  • From: Johannes Meixner <jsmeix@xxxxxxx>
  • Date: Tue, 20 Feb 2007 14:29:46 +0100 (CET)
  • Message-id: <Pine.LNX.4.64.0702201415140.20657@xxxxxxxxxxxxxx>

Hello,

On Feb 20 13:54 Andreas Jaeger wrote (shortened):
> Alberto Passalacqua <alberto.passalacqua@xxxxxx> 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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >