Skip to content

Don't pass Exec arguments to kstart when launching via desktop entry name

Nicolas Fella requested to merge work/desktopargs into master

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

BUG: 440507 FIXED-IN: 5.98

Edited by Nate Graham

Merge request reports