~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to plugins/wallpaper/wallpaper.xml.in

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<compiz>
3
3
        <plugin name="wallpaper" useBcop="true">
4
4
                <_short>Wallpaper</_short>
5
 
                <_long>Draw the desktop wallpaper</_long>
 
5
                <_long>Define individual desktop wallpapers for each viewport and cycle through them automatically</_long>
6
6
                <category>Utility</category>
7
7
                <deps>
8
8
                        <requirement>
19
19
                </deps>
20
20
                <options>
21
21
                        <subgroup>
22
 
                                <_short>Backgrounds</_short>
 
22
                                <_short>Desktop Backgrounds</_short>
23
23
                                <option name="bg_image" type="list">
24
24
                                        <_short>Image</_short>
25
 
                                        <_long>Image file.</_long>
 
25
                                        <_long>The image file used.</_long>
26
26
                                        <type>string</type>
27
27
                                        <hints>file;image;</hints>
28
28
                                </option>
29
29
                                <option name="bg_image_pos" type="list">
30
 
                                        <_short>Position</_short>
31
 
                                        <_long>Image position.</_long>
 
30
                                        <_short>Positioning</_short>
 
31
                                        <_long>The image positioning if defined above.</_long>
32
32
                                        <type>int</type>
33
33
                                        <min>0</min>
34
34
                                        <max>4</max>
54
54
                                        </desc>
55
55
                                </option>
56
56
                                <option name="bg_fill_type" type="list">
57
 
                                        <_short>Fill type</_short>
58
 
                                        <_long>Background fill type.</_long>
 
57
                                        <_short>Background Fill Type</_short>
 
58
                                        <_long>The background fill type used if no image file is defined.</_long>
59
59
                                        <type>int</type>
60
60
                                        <min>0</min>
61
61
                                        <max>2</max>
92
92
                                </option>
93
93
                                <option name="cycle_timeout" type="float">
94
94
                                        <_short>Cycle Timeout (min)</_short>
95
 
                                        <_long>Length of time before cycling to the next wallpaper.</_long>
 
95
                                        <_long>Timeout before cycling to the next wallpaper (in minutes).</_long>
96
96
                                        <default>10.0</default>
97
97
                                        <min>0.15</min>
98
98
                                        <max>1440.0</max>
99
99
                                </option>
100
100
                                <option name="fade_duration" type="float">
101
101
                                        <_short>Fade Duration (sec)</_short>
102
 
                                        <_long>Length of time to fade from one wallpaper to the next.</_long>
 
102
                                        <_long>Duration of the fade from one wallpaper to the next (in seconds).</_long>
103
103
                                        <default>2.0</default>
104
104
                                        <min>0.05</min>
105
105
                                        <max>10.0</max>
108
108
                </options>
109
109
        </plugin>
110
110
</compiz>
111
 
 
112
 
        
113