[cinnamon] remove session timeout settings from general

leigh123linux leigh123linux at fedoraproject.org
Wed Nov 26 09:53:02 UTC 2014


commit b7fd0b3dd804b5f1e4a2d3df8ad62d17d92bec34
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Nov 26 09:52:53 2014 +0000

    remove session timeout settings from general

 cinnamon.spec             |    6 +++++-
 remove_session_bits.patch |   11 +++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/cinnamon.spec b/cinnamon.spec
index 0052f75..a4facab 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -2,7 +2,7 @@
 
 Name:           cinnamon
 Version:        2.4.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 License:        GPLv2+ and LGPLv2+
 URL:            http://cinnamon.linuxmint.com 
@@ -27,6 +27,7 @@ Patch5:         revert_25aef37.patch
 Patch6:         cinnamon-gtk-3.14.patch
 %endif
 Patch7:         default_panal_launcher.patch
+Patch8:         remove_session_bits.patch
 
 %global clutter_version 1.12.2
 %global cjs_version 2.3.1
@@ -252,6 +253,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Wed Nov 26 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.4.4-2
+- remove session timeout settings from general
+
 * Sun Nov 23 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.4.4-1
 - update to 2.4.4
 
diff --git a/remove_session_bits.patch b/remove_session_bits.patch
new file mode 100644
index 0000000..e1e2ecc
--- /dev/null
+++ b/remove_session_bits.patch
@@ -0,0 +1,11 @@
+--- a/files/usr/lib/cinnamon-settings/modules/cs_general.py
++++ b/files/usr/lib/cinnamon-settings/modules/cs_general.py
+@@ -31,8 +31,5 @@ class Module:
+             button = GSettingsCheckButton(_("Disable compositing for full-screen windows"), "org.cinnamon.muffin", "unredirect-fullscreen-windows", None)
+             button.set_tooltip_text(_("Select this option to let full-screen applications skip the compositing manager and run at maximum speed. Unselect it if you're experiencing screen-tearing in full screen mode."))
+             section.add(button)
+-            section.add(GSettingsCheckButton(_("Enable timer when logging out or shutting down"), "org.cinnamon.SessionManager", "quit-delay-toggle", None))
+-            spin = GSettingsSpinButton(_("Timer delay:"), "org.cinnamon.SessionManager", "quit-time-delay", "org.cinnamon.SessionManager/quit-delay-toggle", 0, 36000, 1, 60, _("seconds"))
+-            section.add_indented(spin)
+             section.add(GSettingsCheckButton(_("Log LookingGlass output to ~/.cinnamon/glass.log (Requires Cinnamon restart)"), "org.cinnamon", "enable-looking-glass-logs", None))
+             vbox.add(section)


More information about the scm-commits mailing list