]> git.pld-linux.org Git - packages/cinnamon.git/blob - remove_session_bits.patch
- updated to 5.8.2 (translations 5.8.1)
[packages/cinnamon.git] / remove_session_bits.patch
1 --- a/files/usr/lib/cinnamon-settings/modules/cs_general.py
2 +++ b/files/usr/lib/cinnamon-settings/modules/cs_general.py
3 @@ -31,8 +31,5 @@ class Module:
4              button = GSettingsCheckButton(_("Disable compositing for full-screen windows"), "org.cinnamon.muffin", "unredirect-fullscreen-windows", None)
5              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."))
6              section.add(button)
7 -            section.add(GSettingsCheckButton(_("Enable timer when logging out or shutting down"), "org.cinnamon.SessionManager", "quit-delay-toggle", None))
8 -            spin = GSettingsSpinButton(_("Timer delay:"), "org.cinnamon.SessionManager", "quit-time-delay", "org.cinnamon.SessionManager/quit-delay-toggle", 0, 36000, 1, 60, _("seconds"))
9 -            section.add_indented(spin)
10              section.add(GSettingsCheckButton(_("Log LookingGlass output to ~/.cinnamon/glass.log (Requires Cinnamon restart)"), "org.cinnamon", "enable-looking-glass-logs", None))
11              vbox.add(section)
This page took 0.086786 seconds and 3 git commands to generate.