SHA256
1
0
forked from pool/kinfocenter5
kinfocenter5/plasma-session-name.patch

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();