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
*** 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!