I've a desktop starter which opens a ssh connection. This did work before and suddenly it won't anymore. Tested on my workstation and notebook (both Arch Linux) here is the .desktop file: [Desktop Entry] Comment[de_DE]= Comment= Exec=ssh 192.168.1.123 -l foo GenericName[de_DE]= GenericName= Icon=/home/foo/Bilder/icons/NAS.png MimeType= Name[de_DE]=NAS Name=NAS Path=/home/foo/ StartupNotify=true Terminal=true TerminalOptions=\s--noclose Type=Application X-DBUS-ServiceName= X-DBUS-StartupType= X-KDE-SubstituteUID=false X-KDE-Username= Reproducible: Always Steps to Reproduce: 1. Create a new starter on desktop Enter a valid commandline. Set execute in terminal and keep window opened after program ended (in extended options) 2. Start the desktop shortcut from desktop 3. Actual Results: nothing Expected Results: open a terminal/konsole window and execute the commandline journalctl -xe klauncher[846]: -miniicon isn't supported anymore (service "NAS" )
Same here with manjaro.
Looks more like a desktop KIO and/or KRun issue, re-assigning.
Should be fixed by https://quickgit.kde.org/?p=kio.git&a=commit&h=c784a879eaba0babc6274bc32e761772add3d4f8, I suppose.
No, this is actually bug 366793
*** This bug has been marked as a duplicate of bug 366793 ***
(In reply to Antonio Rojas from comment #4) > No, this is actually bug 366793 Ah yes, I overlooked the Exec line... ;-)