/usr/share/glib-2.0/schemas/org.mate.gnome-main-menu.gschema.xml is in mate-gnome-main-menu-applet 1.8.0-4.
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-main-menu">
<schema path="/org/mate/gnome-main-menu/" id="org.mate.gnome-main-menu">
<key type="s" name="uninstall-package-command">
<default>'package-manager --remove PACKAGE_NAME'</default>
<summary>command to uninstall packages</summary>
<description>command to uninstall packages, PACKAGE_NAME is replaced by the name of the package in the command</description>
</key>
<key type="s" name="upgrade-package-command">
<default>'package-manager --update PACKAGE_NAME'</default>
<summary>command to upgrade packages</summary>
<description>command to upgrade packages, PACKAGE_NAME is replaced by the name of the package in the command</description>
</key>
<key type="s" name="application-browser">
<default>'application-browser.desktop'</default>
<summary>.desktop path for the application browser</summary>
<description>.desktop path for the application browser</description>
</key>
<key type="s" name="file-browser">
<default>'caja-home.desktop'</default>
<summary>.desktop file for the file browser</summary>
<description>.desktop file for the file browser</description>
</key>
<key type="s" name="system-monitor">
<default>'mate-system-monitor.desktop'</default>
<summary>.desktop file for the mate-system-monitor</summary>
<description>.desktop file for the mate-system-monitor</description>
</key>
<key type="s" name="network-config-tool">
<default>'lan.desktop'</default>
<summary>.desktop file for the net config tool</summary>
<description>.desktop file for the YaST2 network_devices utility</description>
</key>
<key type="s" name="network-config-tool-nm">
<default>'nm-connection-editor.desktop'</default>
<summary>.desktop file for the net config tool</summary>
<description>.desktop file for the Network Manager editor utility</description>
</key>
<key type="s" name="search-command">
<default>'mate-search-tool --named=\"%s\" --start'</default>
<summary>This is the command to execute when the search entry is used.</summary>
<description>This is the command to execute when the search entry is used. '%s' is replaced with the entered search text.</description>
</key>
<key type="b" name="urgent-close">
<default>true</default>
<summary>if true, main menu is more anxious to close</summary>
<description>if true, main menu will close under these additional conditions: tile is activated, search activated</description>
</key>
<child schema="org.mate.gnome-main-menu.file-area" name="file-area"/>
<child schema="org.mate.gnome-main-menu.lock-down" name="lock-down"/>
</schema>
<schema path="/org/mate/gnome-main-menu/file-area/" id="org.mate.gnome-main-menu.file-area">
<key type="i" name="file-class">
<default>0</default>
<summary>determines which types of files to display in the file area</summary>
<description>possible values = 0 [Applications], 1 [Documents], 2 [Places]</description>
</key>
<key type="s" name="file-mgr-open-cmd">
<default>'caja FILE_URI'</default>
<summary>This is the command to execute when the "Open in File Manager" menu item is activated.</summary>
<description>This is the command to execute when the "Open in File Manager" menu item is activated. FILE_URI is replaced with a uri corresponding to the dirname of the activated file.</description>
</key>
<key type="s" name="file-send-to-cmd">
<default>'caja-sendto DIRNAME/BASENAME'</default>
<summary>This is the command to execute when the "Send To..." menu item is activated.</summary>
<description>This is the command to execute when the "Send To..." menu item is activated. DIRNAME and BASENAME are replaced with the corresponding components of the activated tile.</description>
</key>
<key type="i" name="max-total-items">
<default>8</default>
<summary>determines the limit of items in the file-area.</summary>
<description>determines the limit of items in the file-area. The number of favorite items is not limited. This limit applies to the number of recent items, i.e. the number of recent items displayed is limited to max_total_items - the number of favorite items. If the number of favorite items exceeds max_total_items - min_recent_items then this limit is ignored.</description>
</key>
<key type="i" name="min-recent-items">
<default>2</default>
<summary>determines the minimum number of items in the "recent" section of the file-area.</summary>
<description>determines the minimum number of items in the "recent" section of the file-area.</description>
</key>
<key type="as" name="file-blacklist">
<default>[ 'application-browser.desktop' ]</default>
<summary>contains the list of files (including .desktop files) to be excluded from the "Recently Used Applications" and "Recent Files" lists</summary>
<description>contains the list of files (including .desktop files) to be excluded from the "Recently Used Applications" and "Recent Files" lists</description>
</key>
</schema>
<schema path="/org/mate/gnome-main-menu/lock-down/" id="org.mate.gnome-main-menu.lock-down">
<key type="b" name="application-browser-link-visible">
<default>true</default>
<summary>lock-down status for the application browser link</summary>
<description>set to true if the link to the application browser should be visible and active.</description>
</key>
<key type="b" name="search-area-visible">
<default>true</default>
<summary>lock-down status for the search area</summary>
<description>set to true if the search area should be visible and active.</description>
</key>
<key type="b" name="status-area-visible">
<default>true</default>
<summary>lock-down status for the status area</summary>
<description>set to true if the status area should be visible and active.</description>
</key>
<key type="b" name="system-area-visible">
<default>true</default>
<summary>lock-down status for the system area</summary>
<description>set to true if the system area should be visible and active.</description>
</key>
<key type="b" name="user-modifiable-system-area">
<default>true</default>
<summary>lock-down status for the system area</summary>
<description>set to true if the user is allowed to modify the list of system items.</description>
</key>
<key type="b" name="user-modifiable-apps">
<default>true</default>
<summary>lock-down status for the user-specified apps section</summary>
<description>set to true if the user is allowed to modify the list of user-specified or "Favorite" applications.</description>
</key>
<key type="b" name="user-modifiable-docs">
<default>true</default>
<summary>lock-down status for the user-specified docs section</summary>
<description>set to true if the user is allowed to modify the list of user-specified or "Favorite" documents.</description>
</key>
<key type="b" name="user-modifiable-dirs">
<default>true</default>
<summary>lock-down status for the user-specified dirs section</summary>
<description>set to true if the user is allowed to modify the list of user-specified or "Favorite" directories or "Places".</description>
</key>
<key type="b" name="user-apps-visible">
<default>true</default>
<summary>lock-down status for the user applications</summary>
<description>set to true if the user applications should be visible and active.</description>
</key>
<key type="b" name="recent-apps-visible">
<default>true</default>
<summary>lock-down status for the recent applications</summary>
<description>set to true if the recent applications should be visible and active.</description>
</key>
<key type="b" name="user-docs-visible">
<default>true</default>
<summary>lock-down status for the user documents</summary>
<description>set to true if the user documents should be visible and active.</description>
</key>
<key type="b" name="recent-docs-visible">
<default>true</default>
<summary>lock-down status for the recent documents</summary>
<description>set to true if the recent documents should be visible and active.</description>
</key>
<key type="b" name="user-dirs-visible">
<default>true</default>
<summary>lock-down status for the user directories</summary>
<description>set to true if the user directories should be visible and active.</description>
</key>
</schema>
</schemalist>
|