On Thu, Aug 15, 2013 at 07:11:22AM -0700, patrick keshishian wrote: > Hi, > > I don't have a printer configured, and I hardly ever have a need > to print. However, the few times I do end up printing things, > especially web content, I use ff's print-to-file option (pdf/ps > output). > > Tonight, I had a need to take a hardcopy of an email (gmail) to a > meeting, and noticed that the option to print to file is now missing > in ff-22, which I built from ports after my last snapshot[1] install. > > Anyone know if this is/was broken in ff-22 or if the issue is entirely > on my end? If the former, is there a remedy in works for future ff > release and/or port? > > Thanks, > --patrick > > [1] $ sysctl kern.version > kern.version=OpenBSD 5.3-current (GENERIC.MP) #18: Sat Jul 6 16:54:29 MDT > 2013 > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP >
You can add something like the following in your .gtkrc-2.0. gtk-print-backends = "file,lpr" Of course you can leave of lpr if you only want file. This should affect all gtk2 apps not just firefox. -- James Turner
