After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702455 - Add support for Avahi printers to gtk 2.24.x
Add support for Avahi printers to gtk 2.24.x
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-06-17 12:41 UTC by Marek Kašík
Modified: 2013-06-25 12:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backport listing of Avahi printers to gtk+ 2.24 (61.49 KB, patch)
2013-06-17 12:41 UTC, Marek Kašík
committed Details | Review

Description Marek Kašík 2013-06-17 12:41:36 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 1 Marek Kašík 2013-06-25 12:53:27 UTC
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.