[gsettings-desktop-schemas] don't show icons on the desktop by default



commit 3240a8505a519e2d769778339ed6533afd38af0f
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Jan 8 14:42:57 2011 -0500

    don't show icons on the desktop by default
    
    The plan for GNOME 3 sessions is to use nautilus in an application mode
    for file manipulation.  We are moving away from file management being
    primary and core functionality of the desktop shell.  And consequently
    nautilus is no longer considered to be part of the GNOME 3 shell - either
    in default or fallback modes.

 .../org.gnome.desktop.background.gschema.xml.in    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.background.gschema.xml.in b/schemas/org.gnome.desktop.background.gschema.xml.in
index 3fd4b04..d0829f7 100644
--- a/schemas/org.gnome.desktop.background.gschema.xml.in
+++ b/schemas/org.gnome.desktop.background.gschema.xml.in
@@ -47,12 +47,12 @@
       <default>'solid'</default>
       <summary>Color Shading Type</summary>
       <description>
-        How to shade the background color. Possible values are "horizontal", 
+        How to shade the background color. Possible values are "horizontal",
         "vertical", and "solid".
       </description>
     </key>
     <key name="show-desktop-icons" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Have file manager handle the desktop</summary>
       <description>
         If set to true, then file manager will draw the icons on the desktop.



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