Custom Query (1145 matches)
Results (202 - 204 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#384 | fixed | lpr.debathena should find the cups default printer, and prioritize it above hesiod | mitchb | |
Description |
If the owner of a machine uses the GUI printing administration application to choose a default printer for their machine, this isn't honored by the commandline utilities if the machine prefers lprng. We currently check the PRINTER environment variable, and then hesiod clusterinfo to find a default queue. We should check if a default queue has been set in cups, and use that before turning to hesiod since it reflects a local sysadmin's choice. One could argue that if we find the cups default queue, we should use the cups tools. However, if a machine prefers lprng normally, and a sysadmin uses the GUI to choose a default printer, it shouldn't cause which printing system their commandline apps use to suddenly change, so we should continue to use the system preference, and simply take the name of the queue from cups. The attached patch uses python-cups, which isn't in Etch, so this may need to wait until Etch is desupported. I'd first worked out a solution that finds the default printer in /etc/cups/printers.conf. Unfortunately, the permissions on that file are fascist, so that doesn't work for mortals. |
|||
#385 | fixed | debathena-misc-glue has undeclared conflict with acroread | geofft | |
Description |
The debathena-misc-glue package installs a /usr/bin/acroread attachandrun script, which conflicts with installing Acrobat from the Ubuntu partner repository: Selecting previously deselected package acroread. (Reading database ... 400376 files and directories currently installed.) Unpacking acroread (from .../acroread_9.1.3-1jaunty1_i386.deb) ... dpkg: error processing /var/cache/apt/archives/acroread_9.1.3-1jaunty1_i386.deb (--unpack): trying to overwrite `/usr/bin/acroread', which is also in package debathena-misc-glue Importantly, debathena-misc-glue does not declare a conflict with the acroread package. This would be an RC bug if this were Debian/Ubuntu?... However, even with the declared conflict, the package is a hard dependency of debathena-login-graphical, so we need to do something more:
Thoughts? See also 1019855, which could be solved with a local install of 64-bit acroread... but more generally, on systems with Debathena installed that don't have reliable AFS, we shouldn't prevent installing a local acroread. |
|||
#387 | fixed | "chmod 755 ~" dialog should offer to do so for you | geofft | |
Description |
This involves changing a message prompt to a zenity --question. |