Custom Query (1145 matches)
Results (340 - 342 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#378 | fixed | Distribute a gtkrc that enables the LPR backend | jdreed | |
Description |
There are apparently still enough Kerberized printers out there that we should put out an easy fix if we have one. Additionally, it would be nice to have a second GUI printing method if CUPS.MIT.EDU fails for whatever reason. To that end, can we distribute an /etc/gtk-2.0/gtkrc that contains the following? gtk-print-backends="cups,file,lpr" Doing that on my debathena-workstation machines creates a new "Print to LPR" entry in the GUI, which provides a window in which to type an LPR command. Additional testing is probably a good idea, but this seems like a trivial fix. |
|||
#379 | fixed | debathena-kerberos-config depends krb4-config, which is gone in squeeze | andersk | |
Description |
Source: debathena-kerberos-config Build-Depends: @cdbs@, krb5-config, krb4-config, debathena-maybe-apparmor, debathena-cups Package: debathena-kerberos-config Depends: krb5-config, krb4-config, krb5-user, krb5-clients, ntp | ntp-server | time-daemon, ntpdate | time-daemon, ${misc:Depends} kerberos-configs (2.1) experimental; urgency=low … * Remove krb4-config and Kerberos 4 support … -- Sam Hartman <hartmans@debian.org> Tue, 21 Jul 2009 10:56:12 -0400 |
|||
#380 | fixed | grenew FTBFS on releases without krb4 | broder | broder |
Description |
grenew needs to have the appropriate ifdefs added to allow it to build without krb4 support. Some earlier changes to the ATHENA_KRB4 autoconf macro should make this fairly easy - you can conditionalize on HAVE_KRB4. Once that's done, you can change ATHENA_KRB4_REQUIRED to ATHENA_KRB4 in configure.in. For other Debathena packages with optional krb4 support, we've built all versions without krb4. However, since krb4 tickets are still needed on pre-{Karmic,Squeeze} releases for zephyr, this time we need to actually hack the packaging to pass --without-krb4 when the version of krb5 >= 1.7, and --with-krb4=$(shell krb5-config --prefix krb4) for older versions. |