https://bugs.kde.org/show_bug.cgi?id=379956
Andrius <aegor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Ever confirmed|0 |1 Resolution|FIXED |--- --- Comment #3 from Andrius <aegor...@gmail.com> --- I think the issue is back in 5.7.0 pre-release bundle. I have a script that locates a selected file in a file manager: #!/usr/bin/env bash for f in "$@"; do dbus-send --session --type=method_call --dest="org.freedesktop.FileManager1" "/org/freedesktop/FileManager1" "org.freedesktop.FileManager1.ShowItems" array:string:"file:"${f}"" string:"" done exit I can open a file with the script from any application on my Mint MATE but the shortcut does not work from digiKam. digiKam - select a file - right click - open with - thescript.sh - nothing happens. If I set Terminal=true in the .desktop file (which I don't need) the terminal window being opened and closed right away. Is there a solution for this? -- You are receiving this mail because: You are watching all bug changes.