summaryrefslogtreecommitdiff
path: root/schemas/org.mate.applications-terminal.gschema.xml.in.in
blob: adeca8fde007e381b21f8270d60ac43931965ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.applications-terminal" path="/org/mate/desktop/applications/terminal/">
    <key name="exec" type="s">
      <default>'mate-terminal'</default>
      <_summary>Terminal application</_summary>
      <_description>Terminal program to use when starting applications that require one.</_description>
    </key>
    <key name="exec-arg" type="s">
      <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>