diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-01 04:13:10 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-01 04:13:10 -0800 |
commit | e93b5be6cda47dcd0afbc280f494b236d076444f (patch) | |
tree | 098aed66e1bfbaad465fab822fd266a160534333 /schemas/org.mate.background.gschema.xml.in.in | |
parent | 51f9a34720366066cbec5c44e449e15ec7cbf76d (diff) | |
parent | 6d27fd402e26f722c46d713f776d328e63a769f4 (diff) | |
download | mate-desktop-e93b5be6cda47dcd0afbc280f494b236d076444f.tar.bz2 mate-desktop-e93b5be6cda47dcd0afbc280f494b236d076444f.tar.xz |
Merge pull request #43 from jasmineaura/develop
GSettings review, add 2 new funcs (for Caja), and global 'show-desktop-icons' option
Diffstat (limited to 'schemas/org.mate.background.gschema.xml.in.in')
-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> |