SHA256
1
0
forked from pool/kinfocenter5
Hrvoje Senjan 2015-11-27 06:40:29 +00:00 committed by Git OBS Bridge
parent 4d19e2af38
commit 3648b32e5d

View File

@ -6,8 +6,8 @@ index 9e9dc9c..7a34520 100644
QString Module::plasmaVersion() const
{
const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,
- "xsessions/plasma.desktop");
+ "xsessions/plasma5.desktop");
- QStringLiteral("xsessions/plasma.desktop"));
+ QStringLiteral("xsessions/plasma5.desktop"));
if (filePaths.length() < 1) {
return QString();