Skip to content
Commit d55a2f1d authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[Kicker] Use KRun::runService instead of new KRun

"new KRun" is only meant to run absolute file paths and so breaks when we get a
service with relative entryPath() like when finding a KCModule.

The tempFile argument causes this call to be asynchronous as to not block the UI.
Once we can depend on KDE 5.24 and D1902 is merged, use KRun::runApplication instead

Differential Revision: https://phabricator.kde.org/D1898
parent 151c4317
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment