[gnome-shell-extensions] alternative-status-menu: flip the default hibernate option



commit 2a64ee69936840a6c91d6a4f6a333019e7413f17
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Tue Nov 20 16:28:45 2012 +0100

    alternative-status-menu: flip the default hibernate option
    
    Many people complained that they can't make hibernate visible. Given
    that using gsettings with extensions is not easy (you need --schemadir etc.),
    just flip the default, and tell people that don't want it to change it
    (or just core shell)

 ...tensions.alternative-status-menu.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in b/extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in
index 77ec320..b6d8f60 100644
--- a/extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in
+++ b/extensions/alternative-status-menu/org.gnome.shell.extensions.alternative-status-menu.gschema.xml.in
@@ -6,7 +6,7 @@
       <_description>Control the visibility of the Suspend menu item</_description>
     </key>
     <key name="allow-hibernate" type="b">
-      <default>false</default>
+      <default>true</default>
       <_summary>Enable hibernating</_summary>
       <_description>Control the visibility of the Hibernate menu item</_description>
     </key>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]