zdohnal

Results 309 comments of zdohnal

@alexpevzner IMHO we can only do the best effort regarding migrations and co-existing with drivers/printer applications - like it is not in our power to be able to parse correctly...

@alexpevzner Thank you for the heads-up and for the tackling this! The new ipp-usb will arrive into Fedora updates later today.

@debiantriage IMO we should create a separate issue for 'how ipp-usb should coexist with other apps in system' - we diverge from the original problem with migrations. I answered there,...

Hi @mark92223 , I'm sorry for not responding to the email - I will try to release a new version asap, but if you are interested in the project, I...

Hi @hugho-ad , does the ```cups.Connection()``` work for you without the arguments? (I expect you connect to the local cupsd, not remote and you use default CUPS settings - port...

In case you connect to remote CUPS: ``` import cups cups.setServer(host) c = cups.Connection() c.printFile(printer='test', filename='/etc/fstab', title='mytitle', options={}) ```

@sasikumar-mhc have you printed to the printer created from ipp-usb? @alexpevzner IIRC we send PDF or Apple/PWG raster to the printer when using driverless, not PCL - it sounds the...

Hi, thank you for your effort with patch, but would you mind enhancing it? I'm missing some checks. 1) Code creates static array of char for uri, but it doesn't...

Hi, turn on debug logging in cups by ```cupsctl LogLevel=debug2```, reproduce again and attach the log file or journal logs in file with .txt suffix (this way github accepts files)....

Ad1) still missing recovering from the issue - cutting 'name' string to be able to get in 'uri' array. This way the bigger string will still overwrite memory behind of...