GNOME Bugzilla – Bug 702455
Add support for Avahi printers to gtk 2.24.x
Last modified: 2013-06-25 12:53:39 UTC
Created attachment 247028 [details] [review] Backport listing of Avahi printers to gtk+ 2.24 Gtk+ 2.24 doesn't show the same set of printers as gtk+ 3.8. This can confuse users which use different application where one use gtk+ 3.8 and another one uses gtk+ 2.24. Attached patch is a backport of support of Avahi printers from gtk+ 3.8. It uses DBus calls to Avahi for getting list of Avahi printers and uses CUPS for communication with them after that (when compiled with CUPS 1.6). Marek
Comment on attachment 247028 [details] [review] Backport listing of Avahi printers to gtk+ 2.24 I've committed this patch to gtk-2-24 branch.