diff options
Diffstat (limited to 'schemas/org.mate.applications-terminal.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.applications-terminal.gschema.xml.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/schemas/org.mate.applications-terminal.gschema.xml.in b/schemas/org.mate.applications-terminal.gschema.xml.in deleted file mode 100644 index 8351509..0000000 --- a/schemas/org.mate.applications-terminal.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ -<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> |