https://bugs.kde.org/show_bug.cgi?id=433362
--- Comment #7 from Nikos Chantziaras <rea...@gmail.com> --- I applied the patch against 5.85.0 and it works. However, it breaks some applications. For example, I have a "thunderbird.desktop" file in my ~/.local/share/applications directory for launching thunderbird with kdocker (so that I can minimize it to the system tray.) It has this exec line: Exec=kdocker -d 20 -m -q thunderbird -- %u If I run kstart5 manually: $ kstart5 --application thunderbird-bin it works fine. kstart5 will run it as-is, meaning it runs kdocker and passes it the specified arguments, which in turn runs thunderbird in the system tray. However, if I try to launch it with a keyboard shortcut, then it doesn't work. The log then shows this error: kglobalaccel5[2002]: kstart: Unknown options: d, m, q. -- You are receiving this mail because: You are watching all bug changes.