On Thu, Sep 26, 2019 at 04:36:08PM +0200, Jan Stary wrote: > This is current/amd64 with firefox-68.0.2 > > Firefox does not offer any prtinters in the printing dialogue > except (Print to file"). > > lpd/lpr itself works fine. This is my /etc/printcap: > lp:lp=:rm=147.32.232.36:rp=lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: > Each of "date | lpr" and "lpr file.pdf" works. > > I removed the entire ~/.mozilla directory fo make sure > it is not some of my firefox settings. > > Is this known? > Is a fix known? > > Jan >
I know with gtk2 you had to add something like gtk-print-backends = "file,lpr" to your ~/.gtkrc-2.0 config file before firefox would offer up lpr printing. I'm guessing you have to do something similar in the gtk3 settings file, which is located in ~/.config/gtk-3.0/settings.ini. Everything should go under a [Settings] header. -- James Turner