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

14 lines
665 B
Diff
Raw Normal View History

diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp
index 9e9dc9c..7a34520 100644
--- a/Modules/about-distro/src/Module.cpp
+++ b/Modules/about-distro/src/Module.cpp
@@ -190,7 +190,7 @@ void Module::defaults()
QString Module::plasmaVersion() const
{
const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,
- QStringLiteral("xsessions/plasma.desktop"));
+ QStringLiteral("xsessions/plasma5.desktop"));
if (filePaths.length() < 1) {
return QString();