diff --git a/Modules/about-distro/src/PlasmaEntry.cpp b/Modules/about-distro/src/PlasmaEntry.cpp index 6deb095..1e7f4c9 100644 --- a/Modules/about-distro/src/PlasmaEntry.cpp +++ b/Modules/about-distro/src/PlasmaEntry.cpp @@ -22,7 +22,7 @@ PlasmaEntry::PlasmaEntry() QString PlasmaEntry::plasmaVersion() { const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, - QStringLiteral("xsessions/plasma.desktop")); + QStringLiteral("xsessions/plasma5.desktop")); if (filePaths.length() < 1) { return QString();