Hi Folks Recently upgraded to SuSE Linux 9.0, and I am having some problems in printing with these browsers. I use an old Canon BJ10sx printer which was installed using CUPS. This setting is recognised by both Konqueror and Opera, but MozillaFirebird is set up for strandard postscript. How can I change this to recognise a standard printer CUPS installation? Regards Brian
* Brian Galbraith <madmedic@mail15.com> [11-29-03 08:23]:
Recently upgraded to SuSE Linux 9.0, and I am having some problems in printing with these browsers. I use an old Canon BJ10sx printer which was installed using CUPS. This setting is recognised by both Konqueror and Opera, but MozillaFirebird is set up for strandard postscript.
How can I change this to recognise a standard printer CUPS installation?
Edit the file unix.js under /MozillaFirebird/defaults/pref search for "print.printer_list" and make it like: pref("print.printer_list", "epson925 sp925 kprinter xpp"); // list of printers, separated by spaces If you use cups to print, you may now select a printer and it will print thru cups. -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org
On Sat, 29 Nov 2003 08:28:10 -0500 Patrick Shanahan <paka@wahoo.no-ip.org> allegedly said:
Edit the file unix.js under /MozillaFirebird/defaults/pref
search for "print.printer_list" and make it like: pref("print.printer_list", "epson925 sp925 kprinter xpp"); // list of printers, separated by spaces
If you use cups to print, you may now select a printer and it will print thru cups.
Thanks Patrick Will play with that when I have time.....trying to complete some work for an assignment :-( In the meantime I am calling kprinter, which works, but is rather slow. Best Regards Brian
participants (2)
-
Brian Galbraith
-
Patrick Shanahan