View previous topic :: View next topic |
Author |
Message |
echto Tux's lil' helper
Joined: 30 Jun 2002 Posts: 108
|
Posted: Wed Jul 24, 2002 7:23 pm Post subject: CUPS and mozilla |
|
|
I was wondering if someone new how to configure Mozilla to recongnize a CUPS printer? I have cups installed and other apps, such as kwrite for example, recognize the cups printer connected to the linux server in the other room. Mozilla on the other hand just gives me an option to print to the default. I'm guessing I need to modify the print command in Mozilla. |
|
Back to top |
|
|
dioxmat Bodhisattva
Joined: 04 May 2002 Posts: 709 Location: /home/mat
|
Posted: Tue Jul 30, 2002 1:22 pm Post subject: |
|
|
checkout these prefs in /usr/lib/mozilla/defaults/pref/unix.js :
Code: |
pref("print.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
pref("print.printer_list", ""); // list of printers, seperated by spaces
|
_________________ mat |
|
Back to top |
|
|
|