2020-05-19 15:35:10 +02:00
|
|
|
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()
|
2015-04-29 02:13:58 +02:00
|
|
|
{
|
|
|
|
const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,
|
2015-11-27 07:40:29 +01:00
|
|
|
- QStringLiteral("xsessions/plasma.desktop"));
|
|
|
|
+ QStringLiteral("xsessions/plasma5.desktop"));
|
2015-04-29 02:13:58 +02:00
|
|
|
|
|
|
|
if (filePaths.length() < 1) {
|
|
|
|
return QString();
|