[gnome-shell] Disable sidebar by default



commit ea4ea4a9b26f9208c784f07d3b3295a88f06e866
Author: Colin Walters <walters verbum org>
Date:   Thu Aug 13 22:51:16 2009 -0400

    Disable sidebar by default
    
    The sidebar is a bit neglected currently; we'll revisit it when
    we have more design and code time to focus on it.

 data/gnome-shell.schemas |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-shell.schemas b/data/gnome-shell.schemas
index bd42bfa..a12c23f 100644
--- a/data/gnome-shell.schemas
+++ b/data/gnome-shell.schemas
@@ -35,7 +35,7 @@
 	<applyto>/desktop/gnome/shell/sidebar/visible</applyto>
 	<owner>gnome-shell</owner>
 	<type>bool</type>
-	<default>true</default>
+	<default>false</default>
 	<locale name="C">
 	  <short>Whether or not to display the sidebar</short>
 	  <long>



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