/usr/share/glib-2.0/schemas/org.mate.applications-browser.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 16 17 18 19 20 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mate-desktop">
<schema path="/org/mate/desktop/applications/browser/" id="org.mate.applications-browser">
<key type="s" name="exec">
<default>'mozilla'</default>
<summary>Default browser</summary>
<description>Default browser for all URLs.</description>
</key>
<key type="b" name="needs-term">
<default>false</default>
<summary>Browser needs terminal</summary>
<description>Whether the default browser needs a terminal to run.</description>
</key>
<key type="b" name="nremote">
<default>true</default>
<summary>Browser understands remote</summary>
<description>Whether the default browser understands netscape remote.</description>
</key>
</schema>
</schemalist>
|