summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-25 10:18:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-25 18:06:51 +0900
commitf5aad8f81ac04ebf06900dfe497c823b5be69da6 (patch)
tree1d26c308a4d84ccf099e312a1184d647a6231eca
parent6ebd6647ab195afc487ce73f5fc9f818e92ddd45 (diff)
downloadtde-packaging-f5aad8f81ac04ebf06900dfe497c823b5be69da6.tar.gz
tde-packaging-f5aad8f81ac04ebf06900dfe497c823b5be69da6.zip
DEB tdebase: update ubuntu 'kubuntu_89_new_logout_ui.diff' patch to make sure default values are synced between TCC and shutdown dialog
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf9fa7d881b12f8c1bfd4bf564a1c1819b000998)
-rw-r--r--ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
index f8f84573e..fa2b265e5 100644
--- a/ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
+++ b/ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff
@@ -20,3 +20,14 @@
// slighty more space for the new logout
int factor = 2;
+--- a/kcontrol/smserver/kcmsmserver.cpp
++++ b/kcontrol/smserver/kcmsmserver.cpp
+@@ -94,7 +94,7 @@
+
+ c->setGroup("Logout");
+ dialog->showLogoutStatusDialog->setChecked(c->readBoolEntry("showLogoutStatusDlg", true));
+- dialog->showUbuntuStyleDialog->setChecked(c->readBoolEntry("doUbuntuLogout", false));
++ dialog->showUbuntuStyleDialog->setChecked(c->readBoolEntry("doUbuntuLogout", true));
+ dialog->showFadeAway->setChecked(c->readBoolEntry("doFadeaway", true));
+ dialog->showFancyFadeAway->setChecked(c->readBoolEntry("doFancyLogout", true));
+ dialog->showFancyFadeAway->setEnabled(dialog->confirmLogoutCheck->isChecked() && dialog->showFadeAway->isChecked()),