summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-11-29 17:49:21 +0200
committerJasmine Hassan <[email protected]>2012-11-29 19:46:35 +0200
commitc3fd1f39ba0482b3a838c7a6697d87d7c5db7c25 (patch)
tree00db89cc411dfe3aaa865a5eae0d14af0b3a5292 /schemas
parent51f9a34720366066cbec5c44e449e15ec7cbf76d (diff)
downloadmate-desktop-c3fd1f39ba0482b3a838c7a6697d87d7c5db7c25.tar.bz2
mate-desktop-c3fd1f39ba0482b3a838c7a6697d87d7c5db7c25.tar.xz
[background-schema] Split 'show-desktop' from Caja to global 'show-desktop-icons'
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 mate-settings-daemon will take care of background stuff when set to FALSE. The difference to 'draw-background' is that this is a separate option used only for drawing background without icons. 'show-desktop-icons' kinda implies 'draw-background', we handle that in Caja and not showing desktop at all. Adapted from: https://bugzilla.gnome.org/show_bug.cgi?id=632225
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.mate.background.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.mate.background.gschema.xml.in.in b/schemas/org.mate.background.gschema.xml.in.in
index d3a29aa..78cceab 100644
--- a/schemas/org.mate.background.gschema.xml.in.in
+++ b/schemas/org.mate.background.gschema.xml.in.in
@@ -18,6 +18,11 @@
<_summary>Draw Desktop Background</_summary>
<_description>Have MATE draw the desktop background.</_description>
</key>
+ <key name="show-desktop-icons" type="b">
+ <default>true</default>
+ <_summary>Show Desktop Icons</_summary>
+ <_description>Have MATE file manager (Caja) draw the desktop icons.</_description>
+ </key>
<key name="picture-options" enum="org.mate.background.picture-options-enum">
<default>'zoom'</default>
<_summary>Picture Options</_summary>