From 5771116c3c200a6e7293cef44e08a0b7e31b2173285e7a974b485adb49cc38c4 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 20 Feb 2016 17:35:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdelibs4support?expand=0&rev=83 --- fix-session-saving.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-session-saving.patch b/fix-session-saving.patch index 2b0a524..b8d24e9 100644 --- a/fix-session-saving.patch +++ b/fix-session-saving.patch @@ -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