#2267 closed defect (invalid)
not adding a duplicate printer but still use it
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | printing | Version: | 2.5.x |
Keywords: | Cc: |
Description
Caused by #2095.
When we find that the printer already exists on the server, we don't add it again.
Then when we try to print to it, the server tries to find the client that added it and doesn't find it... and nothing gets printed.
Looks like we need to keep track of the printers we meant to add separately, so we can find the client to send the job to.
Change History (2)
comment:1 Changed 2 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2267
Note: See
TracTickets for help on using
tickets.
Not really a problem I think.
We match the uuid not the printer name, and the code just needed fixing for python3: r22366.