Bug 490536

Summary: Open With not working
Product: [Applications] digikam Reporter: gren
Component: Usability-OpenWithAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: metzpinguin
Priority: NOR    
Version: 8.4.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In: 8.5.0
Sentry Crash Report:

Description gren 2024-07-20 05:28:44 UTC
Since upgrading to version 8.4 I hve noticed that it does not recognise the .desktop files that I have created in users/appdata/local/applications for opening editors with the "open with" command.
Comment 1 Maik Qualmann 2024-07-20 05:54:27 UTC
Since our static code analyzers reported the *.desktop files as incorrect, we had to rename the entries for "Exec" and "Icon" because the Windows paths do not correspond to the freedesktop standard.

Change Exec -> X-Exec and Icon -> X-Icon

Maik