Summary: | desktop file associated with mime type, doesn't allow passing urls | ||
---|---|---|---|
Product: | [Applications] cantor | Reporter: | Harald Sitter <sitter> |
Component: | general | Assignee: | 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: |
*** Bug 345107 has been marked as a duplicate of this bug. *** 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!
|
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