Otherwise KRun opens a separate instance for every URL passed although Dolphin
already has logic to open different folders in tabs if neccessary.
REVIEW: 128306
if (urls.isEmpty()) {
return;
}
- KRun::run(QStringLiteral("dolphin %u"), urls, nullptr);
+ KRun::run(QStringLiteral("dolphin %U"), urls, nullptr);
}
void DBusInterface::ShowItems(const QStringList& uriList, const QString& startUpId)
if (urls.isEmpty()) {
return;
}
- KRun::run(QStringLiteral("dolphin --select %u"), urls, nullptr);
+ KRun::run(QStringLiteral("dolphin --select %U"), urls, nullptr);
}
void DBusInterface::ShowItemProperties(const QStringList& uriList, const QString& startUpId)