Skip to content

kcm: Fixes for manually configure a printer

Mike Noe requested to merge work/noee/addmanualfix into master

Follow-on to !115 (merged) !122 (merged) !118 (merged)

This fixes manual printer configure by allowing a printer to be manually added in one of two ways: 1. with a URI only, ie. ipp://<ip-address or hostname>:631/ipp/print or 2. by finding a host that advertises available printers (CUPS considers "remote" printers) and then selecting a remote printer. Previously, adding by ip address manually required a search, which is not needed.

See commit details.

Test: 1. Enter a printer manually using manual URI (local network address) entry. 2: Search for host on your network that might be sharing a printer and then select that printer.

depends: !122 (merged)

FIXED-IN: 6.0.4

  • Translation ACK
  • Translation ACK

CCBUG: 482409

Edited by Mike Noe

Merge request reports