forked from pool/kinfocenter5
c4d740451e
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinfocenter5?expand=0&rev=274
14 lines
685 B
Diff
14 lines
685 B
Diff
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();
|