summaryrefslogtreecommitdiff
path: root/schemas/org.mate.applications-browser.gschema.xml.in
blob: 47d009f7b799ab1c08c130f511d2b311d2ae562c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.applications-browser" path="/org/mate/desktop/applications/browser/">
    <key name="exec" type="s">
      <default>'mozilla'</default>
      <summary>Default browser</summary>
      <description>Default browser for all URLs.</description>
    </key>
    <key name="needs-term" type="b">
      <default>false</default>
      <summary>Browser needs terminal</summary>
      <description>Whether the default browser needs a terminal to run.</description>
    </key>
    <key name="nremote" type="b">
      <default>true</default>
      <summary>Browser understands remote</summary>
      <description>Whether the default browser understands netscape remote.</description>
    </key>
  </schema>
</schemalist>