Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (205 - 207 of 1145)

Ticket Resolution Summary Owner Reporter
#1061 fixed config-package-dev: undivert_unlink passes undivert_unlink_divert an extra argument geofft

Reported by geofft, 13 years ago.

Description

undivert_unlink calls

    undivert_unlink_divert "$file" "$package"

but undivert_unlink_divert is

undivert_unlink_divert()
{
    file="$1"
    if [ ! -L "$file" ] && [ ! -e "$file" ]; then
        dpkg-divert --remove --rename --package "$package" "$file"
    else
        echo "Not removing diversion of $file by $package" >&2
    fi
}

and so doesn't ever use the second argument.

#1485 fixed Configure gtk print backends for gtk3 jdreed

Reported by jdreed, 10 years ago.

Description

We do this for gtk2 in debathena-printing-config, and never updated it for gtk3. It consists of adding: gtk-print-backends = file,cups,lpr to /etc/gtk-3.0/settings.ini. That file is shipped by libgtk-3-0. Diverting it seems like a very large hammer, but I guess we don't have a choice, because printing-config is in debathena-clients.

Alternatives include throwing this in another package that we put in login-graphical. (It is arguably wrong that printing-config configures graphical stuff)

#1063 THERE IS NO BUG STOP REOPENING Confirm output resolution of Pharos jdreed

Reported by jdreed, 13 years ago.

Description

I would be much obliged if someone can confirm the output resolution of Pharos, ideally using some sort of image where one could visually discern the resolution (as opposed to clever PostScript? hacks). If in fact the hpijs pcl3 driver fails to generate 600dpi, assistance in locating one that doesn't suck would be appreciated.

I am double-checking to make sure nothing is hardcoded on the server side.

Note: See TracQuery for help on using queries.