summaryrefslogtreecommitdiff
path: root/mate-screenshot/mate-screenshot.schemas.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-22 08:21:06 -0800
committerStefano Karapetsas <[email protected]>2012-11-22 08:21:06 -0800
commit064d8313bbc7de92a98bc5eb0f1055f23866f657 (patch)
tree59235c73ba53aca46ab4c5932c2f462c6a4a1fc9 /mate-screenshot/mate-screenshot.schemas.in
parent6552b09151c83c57041d72fc79a22f327ef5cb9f (diff)
parent609770b38d8f0126017221d74f7028746c1c8723 (diff)
downloadmate-utils-064d8313bbc7de92a98bc5eb0f1055f23866f657.tar.bz2
mate-utils-064d8313bbc7de92a98bc5eb0f1055f23866f657.tar.xz
Merge pull request #11 from bhull2010/master
Port mate-screenshot to Gsettings
Diffstat (limited to 'mate-screenshot/mate-screenshot.schemas.in')
-rw-r--r--mate-screenshot/mate-screenshot.schemas.in81
1 files changed, 0 insertions, 81 deletions
diff --git a/mate-screenshot/mate-screenshot.schemas.in b/mate-screenshot/mate-screenshot.schemas.in
deleted file mode 100644
index a8c2dca4..00000000
--- a/mate-screenshot/mate-screenshot.schemas.in
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0"?>
-
-<mateconfschemafile>
- <schemalist>
-
- <schema>
- <key>/schemas/apps/mate-screenshot/take_window_shot</key>
- <applyto>/apps/mate-screenshot/take_window_shot</applyto>
- <owner>mate-screenshot</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Window-specific screenshot (deprecated)</short>
- <long>Grab just the current window, rather than the whole desktop.
- This key has been deprecated and it is no longer in use.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-screenshot/delay</key>
- <applyto>/apps/mate-screenshot/delay</applyto>
- <owner>mate-screenshot</owner>
- <type>int</type>
- <default>0</default>
- <locale name="C">
- <short>Screenshot delay</short>
- <long>The number of seconds to wait before taking the screenshot.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-screenshot/last_save_directory</key>
- <applyto>/apps/mate-screenshot/last_save_directory</applyto>
- <owner>mate-screenshot</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Screenshot directory</short>
- <long>The directory the last screenshot was saved in.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-screenshot/include_border</key>
- <applyto>/apps/mate-screenshot/include_border</applyto>
- <owner>mate-screenshot</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Include Border</short>
- <long>Include the window manager border along with the screenshot</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-screenshot/include_pointer</key>
- <applyto>/apps/mate-screenshot/include_pointer</applyto>
- <owner>mate-screenshot</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Include Pointer</short>
- <long>Include the pointer in the screenshot</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate-screenshot/border_effect</key>
- <applyto>/apps/mate-screenshot/border_effect</applyto>
- <owner>mate-screenshot</owner>
- <type>string</type>
- <default>none</default>
- <locale name="C">
- <short>Border Effect</short>
- <long>Effect to add to the outside of a border. Possible values are "shadow", "none", and "border".
- </long>
- </locale>
- </schema>
-
- </schemalist>
-</mateconfschemafile>