https://bugs.kde.org/show_bug.cgi?id=400324
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/kgpg/commit/a9f09321e | |d0244c623fc18ec0264eda1964c | |d512 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit a9f09321ed0244c623fc18ec0264eda1964cd512 by Nicolas Fella. Committed on 18/08/2020 at 13:32. Pushed by nicolasfella into branch 'release/20.08'. Don't specify an image viewer when opening a key's photo Opening images in Gwenview is currently broken because we pass the desktop entry (org.kde.gwenview) instead of the Exec line (gwenview). Instead of deternining the image viewer ourselves we can simply deleate that to gpg since that supports using xdg-open. gpg's behaviour is faulty in two ways at the moment: 1) display is preferred over xdg-open resulting in the image being opened via imagemagick 2) Opening via xdg-open is broken I have sent patches for both to gnupg. Until these are merged this will result in photos always being opened via imagemagick which is strictly better than not opening them at all. M +0 -10 keysmanager.cpp https://invent.kde.org/utilities/kgpg/commit/a9f09321ed0244c623fc18ec0264eda1964cd512 -- You are receiving this mail because: You are watching all bug changes.