/usr/share/glib-2.0/schemas/org.mate.gnome-main-menu.application-browser.gschema.xml is in mate-gnome-main-menu-applet 1.8.0-5build1.
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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-main-menu">
<schema path="/org/mate/gnome-main-menu/application-browser/" id="org.mate.gnome-main-menu.application-browser">
<key type="s" name="new-apps-file-key">
<default>'.config/ab-newapps.txt'</default>
<summary>Filename of existing .desktop files</summary>
<description>Filename of existing .desktop files</description>
</key>
<key type="i" name="new-apps-max-items">
<default>9</default>
<summary>Max number of New Applications</summary>
<description>The maximum number of applications that will be displayed in the New Applications category</description>
</key>
<key type="b" name="exit-shell-on-action-start">
<default>true</default>
<summary>Exit shell on start action performed</summary>
<description>Indicates whether to close the shell when a start action is performed</description>
</key>
<key type="b" name="exit-shell-on-action-help">
<default>false</default>
<summary>Exit shell on help action performed</summary>
<description>Indicates whether to close the shell when a help action is performed</description>
</key>
<key type="b" name="exit-shell-on-action-add-remove">
<default>false</default>
<summary>Exit shell on add or remove action performed</summary>
<description>Indicates whether to close the shell when an add or remove action is performed</description>
</key>
<key type="b" name="exit-shell-on-action-upgrade-uninstall">
<default>true</default>
<summary>Exit shell on upgrade or uninstall action performed</summary>
<description>Indicates whether to close the shell when an upgrade or uninstall action is performed</description>
</key>
</schema>
</schemalist>
|