diff options
author | Jasmine Hassan <[email protected]> | 2012-11-29 17:49:21 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-29 19:46:35 +0200 |
commit | c3fd1f39ba0482b3a838c7a6697d87d7c5db7c25 (patch) | |
tree | 00db89cc411dfe3aaa865a5eae0d14af0b3a5292 | |
parent | 51f9a34720366066cbec5c44e449e15ec7cbf76d (diff) | |
download | mate-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
-rw-r--r-- | schemas/org.mate.background.gschema.xml.in.in | 5 |
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> |