[Bug 1729066] Re: [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

2019-10-25 Thread Ramiro Algozino
Hello, the version in the Ubuntu repos is quite old. Please try using one of the project's officials PPA, either the Daily or the Stabel One. https://launchpad.net/~qr-tools-developers/+archive/ubuntu/qr-tools- stable https://code.launchpad.net/~qr-tools-developers/+archive/ubuntu/daily

[Bug 1729066] Re: [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

2018-07-09 Thread Alexander Traud
Michael, the patch file is at the top of my message. You have to save that patch file to your computer (for example via a right-click: Save Link As…). Then on your Terminal, you change the directory/folder to that location (via the command cd, for example). Then, you can go for that patch command.

[Bug 1729066] Re: [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

2018-07-07 Thread MICHAEL MALLER
I have the same problem with QtQR. When I try to save crash. Using Ubuntu 18.04 LTS. I am new to Linux. Alexander Traud can you please supply the fix with the full sudo patch. This is what I get when I run your fix "" mike@Mike-Gateway-2:~$ sudo patch -p0 <./filename_tuple.patch bash:

[Bug 1729066] Re: [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

2018-07-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qr-tools (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729066 Title:

[Bug 1729066] Re: [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

2018-04-06 Thread Ubuntu Foundations Team Bug Bot
The attachment "filename_tuple.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1729066] Re: [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

2018-04-06 Thread Alexander Traud
Facing the same traceback while hitting the button 'Save QRCode' in Ubuntu 17.10 and Ubuntu 18.04 LTS. Attached is a patch, which fixed the issue for me. Because Python is a scripting language, you can apply that patch directly without any recompiling: sudo patch -p0 <./filename_tuple.patch