OpenPrinting / pappl-retrofit

PPD/Classic CUPS driver retro-fit Printer Application Library
Apache License 2.0
7 stars 10 forks source link

Several printers share the ''printer-strings-uri" attribute #19

Open szlt5 opened 5 months ago

szlt5 commented 5 months ago

Describe the bug Several printers share the ''printer-strings-uri" attribute

To Reproduce Steps to reproduce the behavior:

  1. Install ps-printer-app by command snap install ps-printer-app
  2. On the web localhost:8000, add two printers: brother-A and canon-B.
  3. Get the printer attributes by commands
    $ipptool -tv ipp://localhost:8000/ipp/print/brother_A
    $ipptool -tv ipp://localhost:8000/ipp/print/canon_B
  4. For the both printers, the values of the printer-strings-uri are same: http://localhost:8000/brother_A/ui.strings
szlt5 commented 5 months ago

This issue caused driverless to be unable to obtain the strings of canon_B.