/usr/share/glib-2.0/schemas/org.mate.applications-terminal.gschema.xml is in mate-desktop-common 1.6.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-desktop">
<schema path="/org/mate/desktop/applications/terminal/" id="org.mate.applications-terminal">
<key type="s" name="exec">
<default>'mate-terminal'</default>
<summary>Terminal application</summary>
<description>Terminal program to use when starting applications that require one.</description>
</key>
<key type="s" name="exec-arg">
<default>'-x'</default>
<summary>Exec Arguments</summary>
<description>Argument used to execute programs in the terminal defined by the 'exec' key.</description>
</key>
</schema>
</schemalist>
|