[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug 1042] New: Printer section of firefox.js is wrong



http://bugs.skolelinux.no/show_bug.cgi?id=1042

           Summary: Printer section of firefox.js is wrong
           Product: Skolelinux
           Version: sarge-pr07
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Configuration
        AssignedTo: debian-edu@lists.debian.org
        ReportedBy: klaus@skolelinux.no


We have a cfengine rule (cf.mozilla) that sets the printer section of
/etc/mozilla-firefox/pref/firefox.js makeing it look like this:
// Printer Settings
pref("print.printer_PostScript/default.print_command", "kprinter");
pref("print.printer_PostScript/default.print_paper_height", " 11.65");
pref("print.printer_PostScript/default.print_paper_name", "A4");
pref("print.printer_PostScript/default.print_paper_size_type", 1);
pref("print.printer_PostScript/default.print_paper_size_unit", 0);

This works fine, calling kprinter if you have _one_ printer on the system. If
you have more than one printer, kprinter is no longer used, but 
lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME} which in most cases translates
to "no good".

I have found that using these settings for firefox works much better:
// Printer Settings
pref("print.postscript.paper_size", "A4");
pref("print.postscript.print_command", "kprinter");
pref("print.print_command", "kprinter");



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



Reply to: