/usr/share/glib-2.0/schemas/org.gnome.gnome-panel.gschema.xml is in gnome-panel-data 1:3.26.0-1ubuntu5.
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 | <schemalist gettext-domain="gnome-panel">
<schema id="org.gnome.gnome-panel" path="/org/gnome/gnome-panel/">
<child name="general" schema="org.gnome.gnome-panel.general"/>
<child name="layout" schema="org.gnome.gnome-panel.layout"/>
<child name="lockdown" schema="org.gnome.gnome-panel.lockdown"/>
<child name="run-dialog" schema="org.gnome.gnome-panel.run-dialog"/>
</schema>
<enum id='org.gnome.gnome-panel.icon-size'>
<value nick='16px' value='1'/>
<value nick='24px' value='3'/>
<value nick='32px' value='5'/>
<value nick='48px' value='6'/>
</enum>
<schema id="org.gnome.gnome-panel.general" path="/org/gnome/gnome-panel/general/">
<key name="enable-tooltips" type="b">
<default>true</default>
<summary>Enable tooltips</summary>
<description>If true, tooltips are shown for objects in panels. Tooltips can be disabled for the whole desktop with the gtk-enable-tooltips property in GTK+.</description>
</key>
<key name="confirm-panel-removal" type="b">
<default>true</default>
<summary>Confirm panel removal</summary>
<description>If true, a dialog is shown asking for confirmation if the user wants to remove a panel.</description>
</key>
<key name="panel-menu" enum="org.gnome.gnome-panel.icon-size">
<default>'24px'</default>
<summary>Icon size in the menus</summary>
</key>
<key name="panel-menu-bar" enum="org.gnome.gnome-panel.icon-size">
<default>'16px'</default>
<summary>Icon size for only Applications item in the Menu Bar applet</summary>
</key>
<key name="theme-variant" enum="org.gnome.gnome-panel.PanelThemeVariant">
<default>'system'</default>
<summary>Which theme variant to use</summary>
</key>
</schema>
<schema id="org.gnome.gnome-panel.layout" path="/org/gnome/gnome-panel/layout/">
<key name="toplevel-id-list" type="as">
<default>[]</default>
<summary>Panel ID list</summary>
<description>A list of panel IDs. Each ID identifies an individual toplevel panel. The settings for each of these panels are stored in /apps/panel/toplevels/$(id).</description>
</key>
<key name="object-id-list" type="as">
<default>[]</default>
<summary>Panel object ID list</summary>
<description>A list of panel object IDs. Each ID identifies an individual panel object (e.g. an applet, launcher, action button or menu button/bar). The settings for each of these objects are stored in /apps/panel/objects/$(id).</description>
</key>
</schema>
<schema id="org.gnome.gnome-panel.lockdown" path="/org/gnome/gnome-panel/lockdown/">
<key name="locked-down" type="b">
<default>false</default>
<summary>Complete panel lockdown</summary>
<description>If true, the panel will not allow any changes to the configuration of the panel. Individual applets may need to be locked down separately however. The panel must be restarted for this to take effect.</description>
</key>
<key name="disabled-applets" type="as">
<default>[]</default>
<summary>Applet IIDs to disable from loading</summary>
<description>A list of applet IIDs that the panel will ignore. This way you can disable certain applets from loading or showing up in the menu. For example to disable the mini-commander applet add 'OAFIID:GNOME_MiniCommanderApplet' to this list. The panel must be restarted for this to take effect.</description>
</key>
<key name="disable-force-quit" type="b">
<default>false</default>
<summary>Disable Force Quit</summary>
<description>If true, the panel will not allow a user to force an application to quit by removing access to the force quit button.</description>
</key>
</schema>
<schema id="org.gnome.gnome-panel.run-dialog" path="/org/gnome/gnome-panel/run-dialog/">
<key type="as" name="history">
<default>[]</default>
<summary>History of "Run Application" dialog</summary>
<description>The list of commands used in the past in the "Run Application" dialog.</description>
</key>
<key name="enable-program-list" type="b">
<default>true</default>
<summary>Enable program list in "Run Application" dialog</summary>
<description>If true, the "Known Applications" listing in the "Run Application" dialog is made available. Whether or not the listing is expanded when the dialog is shown is controlled by the show_program_list key.</description>
</key>
<key name="show-program-list" type="b">
<default>false</default>
<summary>Expand program list in "Run Application" dialog</summary>
<description>If true, the "Known Applications" listing in the "Run Application" dialog is expanded when the dialog is opened. This key is only relevant if the enable_program_list key is true.</description>
</key>
<key name="enable-autocompletion" type="b">
<default>true</default>
<summary>Enable autocompletion in "Run Application" dialog</summary>
<description>If true, autocompletion in the "Run Application" dialog is made available.</description>
</key>
</schema>
</schemalist>
|