forked from pool/kdelibs4support
This commit is contained in:
parent
3195a77bd3
commit
5771116c3c
@ -25,7 +25,7 @@ index d78212a..54fd1de 100644
|
||||
@@ -380,6 +380,9 @@ void KApplicationPrivate::init(bool GUIenabled)
|
||||
parseCommandLine();
|
||||
|
||||
QGuiApplication::setDesktopSettingsAware(false);
|
||||
QApplication::setDesktopSettingsAware(false);
|
||||
+#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
|
||||
+ QGuiApplication::setFallbackSessionManagementEnabled(false);
|
||||
+#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user