diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-25 10:18:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-25 18:04:57 +0900 |
commit | cf9fa7d881b12f8c1bfd4bf564a1c1819b000998 (patch) | |
tree | f32ac94ff79111a937b75fc43e0d1548b95fd4d1 | |
parent | 5700a48796c183f712d9840550d68e06e626b0c7 (diff) | |
download | tde-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>
-rw-r--r-- | ubuntu/_base/core/tdebase/debian/patches/kubuntu_89_new_logout_ui.diff | 11 |
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()), |