Custom Query (1145 matches)
Results (301 - 303 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#562 | fixed | Debathena restart of CUPS during upgrade sleeps for 2 minutes | kchen | |
Description |
It's non-intuitive that: Setting up debathena-cupsys-config (1.9~ubuntu8.04) ... Status of Common Unix Printing System: cupsd is running.
[ OK ]
[ OK ] just waits here for two minutes in the middle of an apt-get upgrade. I control-C'd it several times, before finally digging into the source to see what's going on. |
|||
#563 | fixed | "Duplex printing set-up" in firefox-extension can't possibly still be right | geofft | |
Description |
From defaults/preferences/athena.js: // Duplex printing set-up pref("print.printer_PostScript/duplex.print_command", "lpr -Zduplex "); pref("print.printer_PostScript/2upduplex.print_command", "psnup -q -n 2 | lpr -Zduplex "); pref("print.printer_list", "default duplex 2upduplex"); |
|||
#565 | fixed | We don't write maintainer scripts for the #PACKAGE# package | broder | |
Description |
The template maintainer scripts in /usr/share/debhelper/dh_make/debian have a #PACKAGE# marker in them. Normally that gets filled in by dh_make, but if you don't use dh_make and copy the template by hand (or copy it from another package), you should replace #PACKAGE# with the actual package name. We've forgotten to do this a whole bunch of times; we should hunt them down and clean them up. |