Bug 345042

Summary: desktop file associated with mime type, doesn't allow passing urls
Product: [Applications] cantor Reporter: Harald Sitter <sitter>
Component: generalAssignee: Alexander Rieder <alexanderrieder>
Status: RESOLVED FIXED    
Severity: normal CC: filipe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Harald Sitter 2015-03-11 08:52:20 UTC
The desktop entry lists support for at least one mime type, but does not provide codes like %f, %F, %u or %U for the Exec key.

If the application can indeed handle files of the listed mime types, it should specify a way to pass the filenames as parameters.

Currently we have:
> cat src/org.kde.cantor.desktop |grep -E "Exec|Mime"
> Exec=cantor %i -qwindowtitle %c
> MimeType=application/x-cantor;

Reproducible: Always
Comment 1 Rex Dieter 2015-03-16 13:18:36 UTC
*** Bug 345107 has been marked as a duplicate of this bug. ***
Comment 2 Filipe Saraiva 2016-05-08 14:52:50 UTC
Hi Harald, I think currently it is fixed. Now the Exec property in .desktop file is:

> Exec=cantor %i -qwindowtitle %c %U

If it is not fixed please reopen it.
Thanks!