https://bugs.kde.org/show_bug.cgi?id=372153

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sit...@kde.org

--- Comment #1 from Harald Sitter <sit...@kde.org> ---
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.

Reply via email to