Using showfoto 7.7.0 as an Appimage. I cannot drag and drop to GIMP or Inkscape (though it works fine in digikam itself). Also clicking on "Open with ..." does nothing in showfoto ( Again: it works in digikam itself). I would expect a dialogue to choose an application. Is it nornal behaviour? Or bug? I'm using the software on Linux Mint 20.1 MATE
You can't drag and drop from Showfoto to another app, only drop something to Showfoto. Open with works here with the AppImage and a KF5 Plasma Desktop without any problems. Activate the internal debugging in the Showfoto settings under Miscellaneous-> System and after a restart post the output in the terminal when trying to use "Open with...". Maik
It says: 0 services found to open QUrl("file:///home/xxx/Bilder/Test/DSCN8575.JPG")
The services list is returned by Kde framework while parsing tha Linux desktop files registered un the system. Sound like the list is empty, why ? Can you try to use dolphin file manager to see if the list is also empty with this kind of action ? Best
Installed dolphin (~ 180 packages) ... result is the same. Still 0 services found ....
Well it’s simple: something is spent in your desktop settings or it’s a big in kde framework …
Spent -> wrong Big -> bug
Git commit c09c3129112d1349ad86e33dcb9aecfcbf3e31a5 by Maik Qualmann. Committed on 22/07/2022 at 20:14. Pushed by mqualmann into branch 'qt5-maintenance'. first try to fix "Open with..." in the AppImage bundle Related: bug 456987 M +2 -0 core/app/main/main.cpp M +5 -0 core/app/utils/digikam_globals.h M +29 -0 core/app/utils/digikam_globals_bundles.cpp M +2 -0 core/showfoto/main/main.cpp https://invent.kde.org/graphics/digikam/commit/c09c3129112d1349ad86e33dcb9aecfcbf3e31a5
Git commit 25e62eb7d63c5ca915d92021ddb3433c21cb53ac by Maik Qualmann. Committed on 26/07/2022 at 20:15. Pushed by mqualmann into branch 'qt5-maintenance'. ignore self-created KSycoca database if others exist Related: bug 456987 M +13 -5 core/app/utils/digikam_globals_bundles.cpp https://invent.kde.org/graphics/digikam/commit/25e62eb7d63c5ca915d92021ddb3433c21cb53ac
Open with... now works well with Ubuntu and showFoto. https://files.kde.org/digikam/ Maik