summaryrefslogtreecommitdiffstats
path: root/ubuntu
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:04:57 +0900
commitcf9fa7d881b12f8c1bfd4bf564a1c1819b000998 (patch)
treef32ac94ff79111a937b75fc43e0d1548b95fd4d1 /ubuntu
parent5700a48796c183f712d9840550d68e06e626b0c7 (diff)
downloadtde-packaging-cf9fa7d881b12f8c1bfd4bf564a1c1819b000998.tar.gz
tde-packaging-cf9fa7d881b12f8c1bfd4bf564a1c1819b000998.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>
Diffstat (limited to 'ubuntu')
-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()),