zdohnal

Results 309 comments of zdohnal

@NJRoadfan Ok, I'm sorry for confusion - I used https://openprinting.github.io/cups/doc/cupspm.html and it said those options are in the options array by default, but they aren't in case of temporary queues....

@michaelrsweet tbh updating state_time won't work if we don't get Create-Local-Printer request, and the request is not generated if destination has printer-uri-supported - the solution would be to do the...

@michaelrsweet the scenario here is: ``` cupsConnectDest() -> IPP Get-Printer-Attributes ^ | here cupsd deletes the temp queue ``` so CUPS-Create-Local-Printer is not sent, because cupsConnectDest() sees the queue as...

The discussion happens on the PR, setting the correct label.

@michaelrsweet can we create points/steps what needs to be implemented/fixed to make this working? We can look into it as separate issues so make it happen one by one. The...

@michaelrsweet so proposal: - [ ] ```add_printer()``` and ```create_local_printer()``` in scheduler/ipp.c has to check existing queues on uri - if the same device URI exists and it is temporary queue,...

/etc/cups/lpoptions does not store system default, but root user default - it will be showed as a default destination if you are logged in as root. 'system default destination' is...

@michaelrsweet are you ok with changes for man pages? With the change ```lpstat -d``` would mention the env variables as well.

@michaelrsweet shall we mention env vars with lpstat -d? Or it is under one of the mentioned defaults?

Hi, please turn on CUPS debugging, reproduce the issue and upload the logs here with .txt suffix. See "REPORTING_ISSUES.md" for more info.