[Bug 41400] Re: Can't easily tell if printer is local or not

2006-05-18 Thread Andrew Jorgensen
I'm not sure what isn't quite right about it yet but all my printers are remote and now only two of them show as remote. This is an improvent, but not a complete improvement. Oh, interesting: the device uri for those two printers says ///dev/null but they work fine. I wonder if there is a better

[Bug 41400] Re: Can't easily tell if printer is local or not

2006-05-18 Thread Martin Pitt
libgnomecups (0.2.2-1ubuntu4) dapper; urgency=low . * libgnomecups/gnome-cups-printer.c, gnome_cups_printer_get_is_local(): - Fix detection of local printers: Remote printers do not have an empty device URI, but one starting with http://, ipp://, or smb://. - Closes: LP#41400

[Bug 41400] Re: Can't easily tell if printer is local or not

2006-05-18 Thread Martin Pitt
Turned out to be trivial to fix, marking for dapper. ** Changed in: gnome-cups-manager (Ubuntu) Sourcepackagename: gnome-cups-manager => libgnomecups Target: None => ubuntu-6.06 ** Changed in: libgnomecups (Ubuntu) Assignee: Ubuntu Printing Team => Martin Pitt -- Can't easily tell i

[Bug 41400] Re: Can't easily tell if printer is local or not

2006-05-18 Thread Martin Pitt
Work theory so far: gnome_cups_printer_get_is_local (GnomeCupsPrinter *printer) { g_return_val_if_fail (GNOME_CUPS_IS_PRINTER (printer), FALSE); return (printer->details->device_uri != NULL) && (strcmp (printer->details->device_uri, "") != 0); } is wrong, since device_uri will be nonempt

[Bug 41400] Re: Can't easily tell if printer is local or not

2006-04-30 Thread Andrew Jorgensen
I disagree with the change to "Wishlist". This is a bug, possibly in the icon theme. The UI already differentiates between local and remote print queues but the icon themes use the same icon for both, or something. In fact, when the window first appears you will see the older icons and they w

[Bug 41400] Re: Can't easily tell if printer is local or not

2006-04-30 Thread VETSEL Patrice
Thank you for your report. ** Changed in: gnome-cups-manager (Ubuntu) Severity: Normal => Wishlist -- Can't easily tell if printer is local or not https://launchpad.net/bugs/41400 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-b