libtaskmanager: Allow to launch executables

I stumbled upon this when pinning qdbus viewer
and it seems to be the same issue that many people have.

BUG: 433148
FIXED-IN: 5.21.1
wilder-5.22
Alexander Lohnau 5 years ago
parent e7e4991671
commit 83f9c9c45b
No known key found for this signature in database
GPG Key ID: 6C45BA731AA2ED36
  1. 1
      libtaskmanager/tasktools.cpp

@ -839,6 +839,7 @@ void runApp(const AppData &appData, const QList<QUrl> &urls)
auto *job = new KIO::OpenUrlJob(appData.url);
job->setUiDelegate(new KNotificationJobUiDelegate(KJobUiDelegate::AutoErrorHandlingEnabled));
job->setStartupId(KStartupInfo::createNewStartupIdForTimestamp(timeStamp));
job->setRunExecutables(true);
job->start();
if (!appData.id.isEmpty()) {

Loading…
Cancel
Save