https://bugs.kde.org/show_bug.cgi?id=440507
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kglobalaccel/commit/ | |625b53f516d27eb61eaad00175d | |d7108bf82572f Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.98 --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit 625b53f516d27eb61eaad00175dd7108bf82572f by Nate Graham, on behalf of Nicolas Fella. Committed on 16/08/2022 at 00:12. Pushed by ngraham into branch 'master'. Don't pass Exec arguments to kstart when launching via desktop entry name If we have a desktop file org.kde.foo.desktop with "Exec=foo bar bla" we are currently calling "kstart5 --application org.kde.foo bar bla" However we need to call "kstart5 --application org.kde.foo" without any args kstart5/ApplicationLauncherJob will read the Exec line again and pick up the args FIXED-IN: 5.98 M +2 -3 src/runtime/kserviceactioncomponent.cpp https://invent.kde.org/frameworks/kglobalaccel/commit/625b53f516d27eb61eaad00175dd7108bf82572f -- You are receiving this mail because: You are watching all bug changes.