[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: a simpler printing question



briand@aracnet.com:
> Siard:
> > The GTK3 equivalent for ~/.gtkrc-2.0 is
> > ~/.config/gtk-3.0/settings.ini.
> > 
> > It should contain this line:
> > [Settings]
> > and your settings below it.
> 
> interesting:
> 
> [Settings]
> gtk-print-backends = "file,lpr"
> 
> causes evince to display no printers.

I found that it does not work with those quotes!
Try this:

[Settings]
gtk-print-backends = file,lpr


Reply to: