Skip to content

Auto-fill LPD address/queue from deviceUri

Andre Blanke requested to merge andreblanke/print-manager:master into master

Information contained within an LPD device URI (lpd://hostname/queue) is currently unused by ChooseLpd.setValue. Instead, the page was simply marked as invalid if it contained a / for some reason (which should always be the case if I understand correctly).

This merge request changes the behavior of ChooseLpd.setValue to attempt parsing and auto-filling of the address/queue UI fields in order to simplify adding of LPD printers. I also updated an outdated comment that I noticed.

Merge request reports