/usr/share/glib-2.0/schemas/org.mate.applications-browser.gschema.xml is in mate-desktop-common 1.12.1-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 | <schemalist gettext-domain="mate-desktop">
<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>
|