diff --git a/plasma-session-name.patch b/plasma-session-name.patch index 011f807..4dfb488 100644 --- a/plasma-session-name.patch +++ b/plasma-session-name.patch @@ -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();