Skip to content
Snippets Groups Projects
Commit 6ecc5fc4 authored by Joshua Worth's avatar Joshua Worth Committed by Bhushan Shah
Browse files

Fix systemloadviewer not opening ksysguard when clicked

REVIEW: 124110
parent 2ec534ea
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ Item {
PlasmaCore.DataSource {
id: apps
engine: "apps"
connectedSources: ["ksysguard.desktop"]
connectedSources: ["org.kde.ksysguard.desktop"]
}
PlasmaCore.DataSource {
......@@ -235,7 +235,7 @@ Item {
anchors.fill: parent
hoverEnabled: true
onClicked: {
kRun.openUrl(apps.data["ksysguard.desktop"].entryPath)
kRun.openUrl(apps.data["org.kde.ksysguard.desktop"].entryPath)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment