[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 1771545] Re: root.key might be missing

2018-06-01 Thread Alexander Traud
> unbound wants to write to that file to keep it current. Sorry for asking as I am not so much into root.key and package updates. However I do not understand that sentence yet and I am terrible curious. >From the user perspective: The user needs a current root.key file to do validation. What is

[Bug 1771545] Re: root.key might be missing

2018-05-31 Thread Alexander Traud
Simon, thank you very much for taking over. I am very much with your proposal: Moving that script from unbound to unbound-anchor plus making unbound-anchor a dependency of libunbound2. That was my first thought as well. However, there might be another approach: The package "dns-root-data" is not

[Bug 1771545] [NEW] root.key might be missing

2018-05-16 Thread Alexander Traud
Public bug reported: Not the underlying package libunbound2 but only the big DNS resolver package unbound contains a script to install/copy the root.key. If you install just unbound-anchor, unbound-host, or -dev, this does not happen and all tools which rely on libunbound.so might not work.

[Bug 1769334] [NEW] iwyu (5.0-1) needs dependency on libclang-common-5.0-dev

2018-05-05 Thread Alexander Traud
Public bug reported: Similar like the other two issue reports here on Launchpad, just a new version. iwyu (5.0-1) which comes with Ubuntu 18.04 LTS (bionic) was build on top of clang 5.0.1. However in Ubuntu 18.04 LTS, the default clang is 6.0.0 already. Steps to Reproduce $ sudo apt install

[Bug 1765701] [NEW] [min. installation] Cannot change Passphrase.

2018-04-20 Thread Alexander Traud
Public bug reported: Since Ubuntu 18.04 LTS, a minimal installation is possible with the Ubuntu installer. If I go for that and choose to encrypt the disk, I cannot change the password via the utility gnome-disks graphically afterwards. Steps to Reproduce 1. install Ubuntu 18.04 LTS (daily

[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