diff options
Diffstat (limited to 'schemas/org.mate.accessibility-startup.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.accessibility-startup.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/org.mate.accessibility-startup.gschema.xml.in b/schemas/org.mate.accessibility-startup.gschema.xml.in new file mode 100644 index 0000000..c2c3aec --- /dev/null +++ b/schemas/org.mate.accessibility-startup.gschema.xml.in @@ -0,0 +1,9 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.accessibility-startup" path="/org/mate/desktop/accessibility/startup/"> + <key name="exec-ats" type="as"> + <default>[]</default> + <summary>Startup Assistive Technology Applications</summary> + <description>List of assistive technology applications to start when logging into the MATE desktop.</description> + </key> + </schema> +</schemalist> |