Bug 485282

Summary: Customizing "Open with" 'command' no more available in Digikam git version
Product: [Applications] digikam Reporter: maderios <leoutation>
Component: Usability-OpenWithAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: caulier.gilles, metzpinguin
Priority: NOR    
Version First Reported In: 8.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 8.4.0
Sentry Crash Report:

Description maderios 2024-04-09 15:45:59 UTC
To reproduce: right click on thumbnail -> Menu  -> "open with"
Customizing choice/command, e-g 'gimp-2.99 -n'  is no more available. I see only old used applications list
Conditions:
git version
Arch Linux system
QT6 KF6 or QT5 KF5
Comment 1 Maik Qualmann 2024-04-09 16:33:40 UTC
Due to a problem in the AppImage with the KService menu, we created our own "Open with..." menu function. This parses the *.desktop files and creates the corresponding menu entries. If you want to have the original KDE "Open with..." under KF5/6, you have to compile digiKam with libKio (install the corresponding header files).

Maik
Comment 2 maderios 2024-04-09 19:26:42 UTC
I compiled with Kio/KF6, it works.
Thanks for your explanations