Hi, > Yes, this is a bug in krita's .desktop file, and I just fixed it > upstream: > https://commits.kde.org/krita/c6c2368a3edb119a037065c19e9f504630e6c11f (>= > 4.2) > https://commits.kde.org/krita/08a64c2c0cb00fecb96ead7f4dd05e22595e74d1 (>= > 4.1.2)
It seems you are missing some changes, there are not only one .desktop file, you can find other .desktop files like krita_png.desktop, krita_kra.desktop, etc. in the path: /plugins/impex/<ext name>/ . We can also edit these files and replace %u to %f to solve this issue, but the better way is adding file:// scheme support to Krita itself. I've submitted a patch to kde Phabricator at here: https://phabricator.kde.org/D14682 but I'm not sure if it's the right place to submit patch.. Since this bug is not actually solved, it probably shouldn't mark as fixed-upstream. Thanks for the help :) Gary