/usr/share/glib-2.0/schemas/org.gnome.gnome-panel.applet.fish.gschema.xml is in gnome-panel-data 1:3.8.0-1ubuntu11.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-panel-3.0">
<schema id="org.gnome.gnome-panel.applet.fish">
<key type="s" name="name">
<default>'Wanda'</default>
<summary>The fish's name</summary>
<description>A fish without a name is a pretty dull fish. Bring your fish to life by naming him.</description>
</key>
<key type="s" name="image">
<default>'wanda.fish'</default>
<summary>The fish's animation pixmap</summary>
<description>This key specifies the filename of the pixmap which will be used for the animation displayed in the fish applet relative to the pixmap directory.</description>
</key>
<key type="s" name="command">
<default>'fortune'</default>
<summary>Command to execute on click</summary>
<description>This key specifies the command that will be tried to execute when the fish is clicked.</description>
</key>
<key type="d" name="speed">
<default>0.3</default>
<range min="0.01" max="10.0"/>
<summary>Pause per frame</summary>
<description>This key specifies the number of seconds each frame will be displayed.</description>
</key>
<key type="b" name="rotate">
<default>false</default>
<summary>Rotate on vertical panels</summary>
<description>If true, the fish's animation will be displayed rotated on vertical panels.</description>
</key>
</schema>
</schemalist>
|