Created attachment 116073 [details] Crash informations SUMMARY Fr : Je faisais un qrcode avec le logiciel QtQr. Au moment de l'enregistrement du fichier, l'application a quitté inopinément. L'outil de rapport de bug indique que c'est python 2.7 qui a planté. En document joint le rapport complet de plantage. En : I was making a qrcode with the QtQr software. When the file was saved, the application left unexpectedly. The bug reporting tool indicates that python 2.7 crashed. In attached document the complete crash report. OBSERVED RESULT Software crashed SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.14.2 KDE Frameworks Version: 5.51.0 Qt Version: 5.11.2 ADDITIONAL INFORMATION KDE neon Linux distribution QtQR 1.4-bzr23-1
While I can confirm your report this is not an issue with Neon but with QtQr If you run it on the command line you get a traceback output which shows the problem: File "/usr/bin/qtqr", line 509, in saveCode if not fn.toLower().endsWith(u".png") \ AttributeError: 'tuple' object has no attribute 'toLower' Please report it to the QtQr project.