Can you please follow #757, I think this may be a dupe of that one.
This is a probably a dupe of #757. Alberto, would you be willing to follow that bug? I am trying to figure out what happened and how to fix it. Would be nice for all of us to collaborate there.
There were a lot of refactor type changes to the last version of gutenprint. This probably broke these drivers. Johannes, are you at all technical?
Same problem with Canon Pixma iX6820.
acme: remove cron entry on package removal
uacme: remove cron entry on package removal
Update the SDK URL in the README.
It seems to me that a disconnection whether by the command or by a crash of gdb should not change exec state. That seems totally logical to me. That way a crash of gdb doesn't prevent reattaching and continuing to debug. With quit though, the explicit detach is intended to restart the program so that it isn't paused after exiting the debugger. The only way that I have found currently to end gdb with the program running is to continue execution in gdb. Then, go to another terminal and kill -9 the...