/usr/share/glib-2.0/schemas/org.gnome.gnome-panel.object.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 | <schemalist gettext-domain="gnome-panel">
<schema id="org.gnome.gnome-panel.object">
<key name="object-iid" type="s">
<default>''</default>
<summary>Object IID</summary>
<description>The implementation ID of the object - e.g. "ClockAppletFactory::ClockApplet".</description>
</key>
<key name="toplevel-id" type="s">
<default>''</default>
<summary>Toplevel panel containing object</summary>
<description>The identifier of the toplevel panel which contains this object.</description>
</key>
<key name="pack-type" enum="org.gnome.gnome-panel.PanelObjectPackType">
<default>'start'</default>
<summary>Interpret position relative to bottom/right edge</summary>
<description>If set to 'end', the position of the object is interpreted relative to the right (or bottom if vertical) edge of the panel.</description>
</key>
<key name="pack-index" type="i">
<default>0</default>
<summary>Object's position on the panel</summary>
<description>The position of this panel object. The position is specified by the number of pixels from the left (or top if vertical) panel edge.</description>
</key>
</schema>
</schemalist>
|