summaryrefslogtreecommitdiff
path: root/libcaja-private/org.mate.caja.gschema.xml.in
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-11-29 19:39:28 +0200
committerJasmine Hassan <[email protected]>2012-12-03 21:15:16 +0200
commit01c34579453893b76849400c9375dcc67c44622f (patch)
tree38ec0ab84f3effe6017c2b3989905b9f127bc1fe /libcaja-private/org.mate.caja.gschema.xml.in
parent532fbb1ce6bf446c8c5e40f8a49abc3e450a65d0 (diff)
downloadcaja-01c34579453893b76849400c9375dcc67c44622f.tar.bz2
caja-01c34579453893b76849400c9375dcc67c44622f.tar.xz
[global-prefs|application] use MATE global 'show-desktop-icons' setting
instead of a local-to-caja setting 'show-desktop' This key would indicate that file managers (by default Caja, but applies to others like Thunar or ROX) should handle desktop, i.e. draw a background and place icons there. Otherwise (when false), mate-settings-daemon will take over drawing desktop background. This is different from 'draw-background', which is a separate option used only for drawing background without icons (by mate-settings-daemon). To Caja, 'show-desktop-icons' implies 'draw-background', and so if set to false, Caja won't (needlessly) draw the desktop. However, if the user uses the "Background & Emblems dialog" to drop an image-pattern/color/reset on the desktop, Caja will again draw the desktop. For reference: https://bugzilla.gnome.org/show_bug.cgi?id=632225
Diffstat (limited to 'libcaja-private/org.mate.caja.gschema.xml.in')
-rw-r--r--libcaja-private/org.mate.caja.gschema.xml.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in
index 6e9ad411..5ae3e1a1 100644
--- a/libcaja-private/org.mate.caja.gschema.xml.in
+++ b/libcaja-private/org.mate.caja.gschema.xml.in
@@ -181,11 +181,6 @@
<_summary>Reverse sort order in new windows</_summary>
<_description>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally.</_description>
</key>
- <key name="show-desktop" type="b">
- <default>true</default>
- <_summary>Caja handles drawing the desktop</_summary>
- <_description>If set to true, then Caja will draw the icons on the desktop.</_description>
- </key>
<key name="desktop-is-home-dir" type="b">
<default>false</default>
<_summary>Caja uses the users home folder as the desktop</_summary>