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 695713 - Show Avahi printers on IPv6 network
Show Avahi printers on IPv6 network
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-12 16:25 UTC by Marek Kašík
Modified: 2013-03-13 09:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
show Avahi printers on IPv6 network (1.69 KB, patch)
2013-03-12 16:25 UTC, Marek Kašík
committed Details | Review

Description Marek Kašík 2013-03-12 16:25:14 UTC
Created attachment 238706 [details] [review]
show Avahi printers on IPv6 network

Current implementation of Avahi browsing in CUPS backend doesn't place "[]" correctly around IPv6 addresses when creating printer URI. CUPS backend doesn't list such printers then.

Attached patch fixes this.
Comment 1 Matthias Clasen 2013-03-13 02:49:58 UTC
Review of attachment 238706 [details] [review]:

ok
Comment 2 Marek Kašík 2013-03-13 09:57:15 UTC
Comment on attachment 238706 [details] [review]
show Avahi printers on IPv6 network

I've pushed the patch to gtk-3-8 and master. Thank you for the review.