diff options
author | Stefano Karapetsas <[email protected]> | 2014-07-12 10:53:42 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-07-12 10:53:42 +0200 |
commit | b4069f02f08a901f23210b9c104e7562b3fde2a7 (patch) | |
tree | d422312fd8bb98278560685074a7cd7f25c4dcf2 /schemas/org.mate.debug.gschema.xml.in.in | |
parent | 0641be8922a45ebd4f147eccc5813ea089775c1d (diff) | |
download | mate-desktop-b4069f02f08a901f23210b9c104e7562b3fde2a7.tar.bz2 mate-desktop-b4069f02f08a901f23210b9c104e7562b3fde2a7.tar.xz |
Add first version of org.mate.debug GSettings schema
It will allows users to enable in easy way debug for MATE packages
Diffstat (limited to 'schemas/org.mate.debug.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.debug.gschema.xml.in.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/schemas/org.mate.debug.gschema.xml.in.in b/schemas/org.mate.debug.gschema.xml.in.in new file mode 100644 index 0000000..63e7319 --- /dev/null +++ b/schemas/org.mate.debug.gschema.xml.in.in @@ -0,0 +1,19 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.debug" path="/org/mate/debug/"> + <key name="caja" type="b"> + <default>false</default> + </key> + <key name="marco" type="b"> + <default>false</default> + </key> + <key name="mate-session" type="b"> + <default>false</default> + </key> + <key name="mate-settings-daemon" type="b"> + <default>false</default> + </key> + <key name="mate-panel" type="b"> + <default>false</default> + </key> + </schema> +</schemalist> |