/usr/share/glib-2.0/schemas/org.valapanel.gschema.xml is in vala-panel 0.3.65-0ubuntu1.
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 | <schemalist>
<schema id="org.valapanel">
<key name="is-dark" type="b">
<default>false</default>
</key>
<key name="is-custom" type="b">
<default>false</default>
</key>
<key name="css" type="s">
<default>""</default>
</key>
<key name="run-command" type="s">
<default>"vala-panel-runner"</default>
</key>
<key name="logout-command" type="s">
<default>"gnome-logout"</default>
</key>
<key name="shutdown-command" type="s">
<default>"gnome-logout"</default>
</key>
<key name="terminal-command" type="s">
<default>"sakura"</default>
</key>
<key name="confirm-panel-remove" type="b">
<default>true</default>
</key>
</schema>
</schemalist>
|