Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > f128d0228b50142e6453c3db49eba29f > files > 2

kinfocenter-5.12.2-1.mga6.src.rpm

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