https://bugs.kde.org/show_bug.cgi?id=372153
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Harald Sitter <[email protected]> --- Pretty sure this is a bug in ksmserver's startup.cpp which calls ``` auto p = new QProcess(this); p->start(service.exec()); ``` naturally disregarding the unique format of Exec in desktop files. It probably should be using KRun::runApplication -- You are receiving this mail because: You are watching all bug changes.
