This is a discussion on Choosing a printer in Mozilla within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, I've 3 printers defined with Cups (in fact, the two languages that my printer accepts, postscript and PCL, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I've 3 printers defined with Cups (in fact, the two languages that my printer accepts, postscript and PCL, and a virtual PDF printer, with the cups-pdf backend). But in Mozilla, the print-windows shows only a "PostScript/Default" as printer. Yet in other applications, like OpenOffice, or xpp (X Printing Panel http://cups.sourceforge.net/xpp/ ), all the printers are available. And the name "PostScript/Default" that appears in Mozilla doesn't exist. gv@fantasio:~$ lpstat -p printer pcl is idle. enabled since Jan 01 00:00 printer pdf is idle. enabled since Jan 01 00:00 printer ps is idle. enabled since Jan 01 00:00 Can someone tell me if it's possible to configure the printers in Mozilla ? My versions are Mozilla 1.4, cups-1.1.19 and Slack 9.1 Thanks in advance, -- ^^ Gauthier (_____/°°-ç | \_`-" )/@mmm|| \nn \nn FOE-Belgium : http://www.amisdelaterre.be |
| |||
| Gauthier wrote: > > Hello, > > I've 3 printers defined with Cups (in fact, the two languages that my > printer accepts, postscript and PCL, and a virtual PDF printer, with > the cups-pdf backend). > > But in Mozilla, the print-windows shows only a "PostScript/Default" as > printer. > > Yet in other applications, like OpenOffice, or xpp (X Printing Panel > http://cups.sourceforge.net/xpp/ ), all the printers are > available. And the name "PostScript/Default" that appears in Mozilla > doesn't exist. > > gv@fantasio:~$ lpstat -p > printer pcl is idle. enabled since Jan 01 00:00 > printer pdf is idle. enabled since Jan 01 00:00 > printer ps is idle. enabled since Jan 01 00:00 > > Can someone tell me if it's possible to configure the printers in Mozilla > ? If you are running kde then set mozilla to run kprint which will then give you the printer options you require. To do this click on print in Mozilla. in the dialog box that pops up click on properties. In the next dialog set the printer command to kprint. HTH Ian -- Ian Bell |
| |||
| Ian Bell wrote: > > If you are running kde then set mozilla to run kprint which will then give > you the printer options you require.**To*do*this*click*on*print*in*Mozilla. > in the dialog box that pops up click on properties.**In*the*next*dialog*set > the printer command to kprint. ^^^^ "kprint" might work, but if not use "kprinter" instead. ANC |
| |||
| Al C. wrote: > Ian Bell wrote: > >> >> If you are running kde then set mozilla to run kprint which will then >> give you the printer options you require.**To*do*this*click*on*print*in >> Mozilla. in the dialog box that pops up click on properties.**In*the*next >> dialog*set the printer command to kprint. > ^^^^ > > "kprint" might work, but if not use "kprinter" instead. > > ANC Whoops, sorry, fingers seized up. of course I should have said kprinter. Ian -- Ian Bell |
| |||
| > Choosing a printer in Mozilla > > From: Gauthier <alouest.du.soleil@NOSPAM_skynet.be> > Organization: -= Belgacom Usenet Service =- [...] >But in Mozilla, the print-windows shows only a "PostScript/Default" as >printer. [...] >Can someone tell me if it's possible to configure the printers in Mozilla ? Just add this line to your ~/.mozilla/[...]/[...].slt/prefs.js: user_pref("print.printer_list", "pcl pdf ps"); and restart your browser. You may add them through ``about:config'' also. Hope this helps, -- DIG (Dmitri I GOULIAEV) Aahz's law: The best way to get information on usenet is not to ask a question, but to post the wrong information. |
| ||||
| > From: DIG <dig.news@telkel.net> > Date: 15 Oct 2004 10:08:01 GMT Small correction: > Just add this line to your ~/.mozilla/[...]/[...].slt/prefs.js: --------------------------------------------------------^^^^^^^^-(1) (1) You should use ``user.js'', if you do not want your settings to be overwritten by your browser (under some circrumstances). The format of ``user.js'' (in case you don't have one) is similar to ``prefs.js''. Best regards, -- DIG (Dmitri I GOULIAEV) Aahz's law: The best way to get information on usenet is not to ask a question, but to post the wrong information. |