~mh21/unity/fix-for-bug-779717

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin name="unityshell" useBcop="true">
        <_short>Ubuntu Unity Plugin</_short>
        <_long>Plugin to draw the Unity Shell</_long>
        <category>Desktop</category>
        <deps>
            <relation type="after">
                <plugin>bailer</plugin>
                <plugin>detection</plugin>
                <plugin>composite</plugin>
                <plugin>opengl</plugin>
                <plugin>mousepoll</plugin>
                <plugin>move</plugin>
                <plugin>resize</plugin>
                <plugin>decor</plugin>
                <plugin>compiztoolbox</plugin>
                <plugin>place</plugin>
                <plugin>session</plugin>
                <plugin>animation</plugin>
                <plugin>regex</plugin>
                <plugin>cube</plugin>
                <plugin>rotate</plugin>
                <plugin>cubeaddon</plugin>
                <plugin>gnomecompat</plugin>
                <plugin>vpswitch</plugin>
                <plugin>fade</plugin>
                <plugin>staticswitcher</plugin>
                <plugin>scale</plugin>
                <plugin>expo</plugin>
                <plugin>ezoom</plugin>
                <plugin>wall</plugin>
            </relation>
            <requirement>
                <plugin>opengl</plugin>
                <feature>largedesktop</feature>
            </requirement>
        </deps>
        <options>
	          <group>
                <_short>Behaviour</_short>
                <option name="launcher_reveal_edge" type="edge">
                    <_short>Reveal Mode</_short>
                    <_long>From which edge should the launcher reveal.</_long>
                    <default>
                        <edge name="Left"/>
                    </default>
                 </option>
	              <option name="launcher_hide_mode" type="int">
                    <_short>Hide Launcher</_short>
                    <_long>Make the launcher hide automatically after some time of inactivity: always or just when the focussed window is not over the launcher</_long>
                    <min>0</min>
                    <max>3</max>
                    <default>2</default>
                    <desc>
                        <value>0</value>
                        <_name>Never</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Autohide</_name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <_name>Dodge Windows</_name>
                    </desc>
                    <desc>
                        <value>3</value>
                        <_name>Dodge Active Window</_name>
                    </desc>
	              </option>
	              <option name="show_launcher" type="key">
                    <_short>Key to show the launcher</_short>
                    <_long>Make the launcher appear with that key</_long>
                    <default>&lt;Super&gt;</default>
                  </option>
                  <option name="keyboard_focus" type="key">
            		    <_short>Key to put keyboard-focus on launcher</_short>
            		    <_long>Set the keyboard-focus on the launcher so it can be navigated with the cursor-keys</_long>
            		    <default>&lt;Alt&gt;F1</default>
                  </option>
                  <option name="execute_command" type="key">
            		    <_short>Key to execute a command</_short>
            		    <_long>Key to open a folder or execute a command</_long>
            		    <default>&lt;Alt&gt;F2</default>
                  </option>
                  <option name="panel_first_menu" type="key">
            		    <_short>Key to open the first panel menu</_short>
            		    <_long>Open the first menu on the panel, allowing keyboard navigation thereafter.</_long>
            		    <default>F10</default>
                  </option>	          </group>
	          <group>
                <_short>Experimental</_short>
                <option name="backlight_mode" type="int">
                    <_short>Backlight Mode</_short>
                    <_long>Change how the icons are backlit</_long>
                    <min>0</min>
                    <max>2</max>
                    <default>0</default>
                    <desc>
                        <value>0</value>
                        <_name>Backlight Always On</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Backlight Toggles</_name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <_name>Backlight Always Off</_name>
                    </desc>
                </option>
                <option name="launch_animation" type="int">
                    <_short>Launch Animation</_short>
                    <_long>Animation played when a launcher icon is in the process of spawning a process</_long>
                    <min>0</min>
                    <max>2</max>
                    <default>1</default>
                    <desc>
                        <value>0</value>
                        <_name>None</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Pulse Until Running</_name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <_name>Blink</_name>
                    </desc>
                </option>
                <option name="urgent_animation" type="int">
                    <_short>Urgent Animation</_short>
                    <_long>Animation played when a launcher icon is in the urgent state</_long>
                    <min>0</min>
                    <max>2</max>
                    <default>2</default>
                    <desc>
                        <value>0</value>
                        <_name>None</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Pulse</_name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <_name>Wiggle</_name>
                    </desc>
                </option>
                <option type="float" name="panel_opacity">
              		<_short>Panel Opacity</_short>
                  <_long>The opacity of the Panel background.</_long>
              		<default>1.0</default>
              		<min>0.0</min>
              		<max>1.0</max>
              		<precision>0.01</precision>
                </option>
            		<option name="icon_size" type="int">
                    <_short>Launcher icon size</_short>
                    <_long>The size of the launcher icons</_long>
                    <default>48</default>
                    <min>32</min>
                    <max>64</max>
                    <precision>1</precision>
                </option>
                <option name="autohide_animation" type="int">
                    <_short>Hide Animation</_short>
                    <_long>Animation played when the launcher is showing or hiding</_long>
                    <min>0</min>
                    <max>3</max>
                    <default>3</default>
                    <desc>
                        <value>0</value>
                        <_name>Fade on bfb and Slide</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Slide only</_name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <_name>Fade only</_name>
                    </desc>
                    <desc>
                        <value>3</value>
                        <_name>Fade and Slide</_name>
                    </desc>
                </option>

                <option name="dash_blur_experimental" type="int">
                    <_short>Dash Blur</_short>
                    <_long>Type of blur in the Dash</_long>
                    <min>0</min>
                    <max>1</max>
                    <default>0</default>
                    <desc>
                        <value>0</value>
                        <_name>No Blur</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Static Blur</_name>
                    </desc>
                </option>
            </group>
        </options>
    </plugin>
</compiz>