Bug 485282 - Customizing "Open with" 'command' no more available in Digikam git version
Summary: Customizing "Open with" 'command' no more available in Digikam git version
Status: RESOLVED INTENTIONAL
Alias: None
Product: digikam
Classification: Applications
Component: Usability-OpenWith (other bugs)
Version First Reported In: 8.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-09 15:45 UTC by maderios
Modified: 2024-04-09 19:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 8.4.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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