summaryrefslogtreecommitdiff
path: root/applets/fish/org.mate.panel.applet.fish.gschema.xml.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-11 00:05:23 +0200
committerStefano Karapetsas <[email protected]>2012-10-11 00:05:23 +0200
commit665d1cb131007c871431f1f8531dc13bb0d06a82 (patch)
tree120376ca798f4753deba49f5909e8a199379ab69 /applets/fish/org.mate.panel.applet.fish.gschema.xml.in
parentcf41dc3d28c3daa30f04962718b468cf46830828 (diff)
downloadmate-panel-665d1cb131007c871431f1f8531dc13bb0d06a82.tar.bz2
mate-panel-665d1cb131007c871431f1f8531dc13bb0d06a82.tar.xz
migrate fish applet to gsettings
Diffstat (limited to 'applets/fish/org.mate.panel.applet.fish.gschema.xml.in')
-rw-r--r--applets/fish/org.mate.panel.applet.fish.gschema.xml.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/applets/fish/org.mate.panel.applet.fish.gschema.xml.in b/applets/fish/org.mate.panel.applet.fish.gschema.xml.in
new file mode 100644
index 00000000..a3c3fe77
--- /dev/null
+++ b/applets/fish/org.mate.panel.applet.fish.gschema.xml.in
@@ -0,0 +1,34 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.panel.applet.fish">
+ <key name="name" type="s">
+ <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 name="image" type="s">
+ <default>'wanda.png'</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 name="command" type="s">
+ <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 name="frames" type="i">
+ <default>8</default>
+ <summary>Frames in fish's animation</summary>
+ <description>This key specifies the number of frames that will be displayed in the fish's animation.</description>
+ </key>
+ <key name="speed" type="d">
+ <default>0.3</default>
+ <summary>Pause per frame</summary>
+ <description>This key specifies the number of seconds each frame will be displayed.</description>
+ </key>
+ <key name="rotate" type="b">
+ <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>