pkgsrc-Users archive

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

Re: gtk2+ print problem



I am not sure about the CUPS problem, but lpr is not enabled by default:

http://library.gnome.org/devel/gtk/stable/GtkSettings.html#GtkSettings--gtk-print-backends

You will need to add lpr to your gtk-print-backends (also to use CUPS lpr).

Should pkgsrc change the defaults to file,cups,lpr for the cups option?
(Apologies: patch against 2.14.4, I have not upgraded yet.)

--
Kind regards,

Yorick Hardy

This email and all contents are subject to the following disclaimer:

http://www.uj.ac.za/UJ_email_legal_disclaimer.htm
--- gtk/Makefile.in.orig        2009-02-23 10:47:55.000000000 +0200
+++ gtk/Makefile.in     2009-02-23 10:48:17.000000000 +0200
@@ -469,7 +469,7 @@
 DIST_SUBDIRS = theme-bits tests
 @HAVE_CUPS_FALSE@GTK_PRINT_BACKENDS = file,lpr
 
-@HAVE_CUPS_TRUE@GTK_PRINT_BACKENDS = file,cups
+@HAVE_CUPS_TRUE@GTK_PRINT_BACKENDS = file,cups,lpr
 
 INCLUDES = \
        -DG_LOG_DOMAIN=\"Gtk\"                          \


Home | Main Index | Thread Index | Old Index