linux-man / gnome-shell-extension-printers

Gnome extension - Manage Jobs and Printers
GNU General Public License v3.0
14 stars 13 forks source link

Use printer's description #6

Closed linux-man closed 6 years ago

linux-man commented 6 years ago

Use the printer's description property (if not blank) instead of the queue name in the drop-down list (user request).

linux-man commented 6 years ago

Probably need to get info from "lpstat -l -p printername"

linux-man commented 6 years ago

Can be done, after solving some async issues, but I won't go that way. Printers are identified by name - not description. That happens on Gnome Control Center and system-config-printer. It looks like the latest Gnome Control Center don't even give access to printer description field. So, for the sake of coherence, this applet should identify printers the same way they are identified on the rest of the system - by name - even if it doesn't look nice.