~ubuntu-branches/debian/sid/docky/sid

« back to all changes in this revision

Viewing changes to data/docky.schemas.in

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-01-19 19:03:38 UTC
  • mfrom: (1.1.14) (10.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20120119190338-n44q7tmqsrkudvk7
Tags: 2.1.3-2
* Upload to unstable
* debian/watch:
  + Look for xz tarballs from now on

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
        <schemalist>
 
3
                <schema>
 
4
                        <key>/schemas/apps/docky-2/Clippy/ClippyItem/MaxEntries</key>
 
5
                        <applyto>/apps/docky-2/Clippy/ClippyItem/MaxEntries</applyto>
 
6
                        <owner>docky</owner>
 
7
                        <type>int</type>
 
8
                        <default>15</default>
 
9
                        <locale name="C">
 
10
                                <short>Max Entries</short>
 
11
                                <long>How many recent clipboard selections to show.</long>
 
12
                        </locale>
 
13
                </schema>
 
14
                <schema>
 
15
                        <key>/schemas/apps/docky-2/Clippy/ClippyItem/TimerDelay</key>
 
16
                        <applyto>/apps/docky-2/Clippy/ClippyItem/TimerDelay</applyto>
 
17
                        <owner>docky</owner>
 
18
                        <type>int</type>
 
19
                        <default>500</default>
 
20
                        <locale name="C">
 
21
                                <short>Timer Delay</short>
 
22
                                <long>How often to poll (in ms) for new clipboard data.</long>
 
23
                        </locale>
 
24
                </schema>
 
25
                <schema>
 
26
                        <key>/schemas/apps/docky-2/Clippy/ClippyItem/TrackMouseSelections</key>
 
27
                        <applyto>/apps/docky-2/Clippy/ClippyItem/TrackMouseSelections</applyto>
 
28
                        <owner>docky</owner>
 
29
                        <type>bool</type>
 
30
                        <default>false</default>
 
31
                        <locale name="C">
 
32
                                <short>Track Mouse Selections</short>
 
33
                                <long>If true, tracks the mouse selection clipboard. If false, tracks the secondary clipboard.</long>
 
34
                        </locale>
 
35
                </schema>
 
36
 
 
37
                <schema>
 
38
                        <key>/schemas/apps/docky-2/Clock/ClockDockItem/ClockTheme</key>
 
39
                        <applyto>/apps/docky-2/Clock/ClockDockItem/ClockTheme</applyto>
 
40
                        <owner>docky</owner>
 
41
                        <type>string</type>
 
42
                        <default>default</default>
 
43
                        <locale name="C">
 
44
                                <short>Analog clock theme</short>
 
45
                                <long>The theme for the analog clock.</long>
 
46
                        </locale>
 
47
                </schema>
 
48
                <schema>
 
49
                        <key>/schemas/apps/docky-2/Clock/ClockDockItem/ShowDate</key>
 
50
                        <applyto>/apps/docky-2/Clock/ClockDockItem/ShowDate</applyto>
 
51
                        <owner>docky</owner>
 
52
                        <type>bool</type>
 
53
                        <default>false</default>
 
54
                        <locale name="C">
 
55
                                <short>Show date</short>
 
56
                                <long>If true, the date should show on the digital clock.</long>
 
57
                        </locale>
 
58
                </schema>
 
59
                <schema>
 
60
                        <key>/schemas/apps/docky-2/Clock/ClockDockItem/ShowDigital</key>
 
61
                        <applyto>/apps/docky-2/Clock/ClockDockItem/ShowDigital</applyto>
 
62
                        <owner>docky</owner>
 
63
                        <type>bool</type>
 
64
                        <default>false</default>
 
65
                        <locale name="C">
 
66
                                <short>Show the digital clock</short>
 
67
                                <long>If true, show the digital clock otherwise show the analog clock.</long>
 
68
                        </locale>
 
69
                </schema>
 
70
                <schema>
 
71
                        <key>/schemas/apps/docky-2/Clock/ClockDockItem/ShowMilitary</key>
 
72
                        <applyto>/apps/docky-2/Clock/ClockDockItem/ShowMilitary</applyto>
 
73
                        <owner>docky</owner>
 
74
                        <type>bool</type>
 
75
                        <default>false</default>
 
76
                        <locale name="C">
 
77
                                <short>Use 24-hr time</short>
 
78
                                <long>If true, shows time in 24-hr format.</long>
 
79
                        </locale>
 
80
                </schema>
 
81
                
 
82
                <schema>
 
83
                        <key>/schemas/apps/docky-2/Docky/DockController/ActiveDocks</key>
 
84
                        <applyto>/apps/docky-2/Docky/DockController/ActiveDocks</applyto>
 
85
                        <owner>docky</owner>
 
86
                        <type>list</type>
 
87
                        <list_type>string</list_type>
 
88
                        <default>[Dock1]</default>
 
89
                        <locale name="C">
 
90
                                <short>List of active docks</short>
 
91
                                <long>This lists all the currently active (displayed) docks, by name.</long>
 
92
                        </locale>
 
93
                </schema>
 
94
                
 
95
                <schema>
 
96
                        <key>/schemas/apps/docky-2/Docky/Interface/AutohideManager/UnhideDelay</key>
 
97
                        <applyto>/apps/docky-2/Docky/Interface/AutohideManager/UnhideDelay</applyto>
 
98
                        <owner>docky</owner>
 
99
                        <type>int</type>
 
100
                        <default>0</default>
 
101
                        <locale name="C">
 
102
                                <short>How long to wait (ms) before unhiding</short>
 
103
                                <long>This is the time (in milliseconds) to wait before unhiding a hidden dock when the cursor moves over it.</long>
 
104
                        </locale>
 
105
                </schema>
 
106
                <schema>
 
107
                        <key>/schemas/apps/docky-2/Docky/Interface/AutohideManager/UpdateDelay</key>
 
108
                        <applyto>/apps/docky-2/Docky/Interface/AutohideManager/UpdateDelay</applyto>
 
109
                        <owner>docky</owner>
 
110
                        <type>int</type>
 
111
                        <default>200</default>
 
112
                        <locale name="C">
 
113
                                <short>How long to wait (ms) to update after a window switch</short>
 
114
                                <long>This is the time (in milliseconds) to wait to determine if a window switch causes a (un)hide.</long>
 
115
                        </locale>
 
116
                </schema>
 
117
                
 
118
                <schema>
 
119
                        <key>/schemas/apps/docky-2/Docky/Interface/DockDragTracker/LockDrags</key>
 
120
                        <applyto>/apps/docky-2/Docky/Interface/DockDragTracker/LockDrags</applyto>
 
121
                        <owner>docky</owner>
 
122
                        <type>bool</type>
 
123
                        <default>false</default>
 
124
                        <locale name="C">
 
125
                                <short>Stop items from dragging</short>
 
126
                                <long>If true, locks all items on all docks so they can't be dragged.</long>
 
127
                        </locale>
 
128
                </schema>
 
129
                <schema>
 
130
                        <key>/schemas/apps/docky-2/Docky/Interface/DockDragTracker/ProvidersAcceptDrops</key>
 
131
                        <applyto>/apps/docky-2/Docky/Interface/DockDragTracker/ProvidersAcceptDrops</applyto>
 
132
                        <owner>docky</owner>
 
133
                        <type>bool</type>
 
134
                        <default>true</default>
 
135
                        <locale name="C">
 
136
                                <short>Prevent adding items by drops</short>
 
137
                                <long>If false, prevents dropping items onto the dock to add them to the dock.</long>
 
138
                        </locale>
 
139
                </schema>
 
140
                
 
141
                <schema>
 
142
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/FirstRun</key>
 
143
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/FirstRun</applyto>
 
144
                        <owner>docky</owner>
 
145
                        <type>bool</type>
 
146
                        <default>true</default>
 
147
                        <locale name="C">
 
148
                                <short>Do not change this!</short>
 
149
                                <long>If true, this is the first time Docky has run.  Internal use only - Do not change!</long>
 
150
                        </locale>
 
151
                </schema>
 
152
                
 
153
                <schema>
 
154
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/Autohide</key>
 
155
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/Autohide</applyto>
 
156
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/Autohide</applyto>
 
157
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/Autohide</applyto>
 
158
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/Autohide</applyto>
 
159
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/Autohide</applyto>
 
160
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/Autohide</applyto>
 
161
                        <owner>docky</owner>
 
162
                        <type>string</type>
 
163
                        <default>None</default>
 
164
                        <locale name="C">
 
165
                                <short>Dock's hiding mode</short>
 
166
                                <long>The dock's hide mode.  Possible values are: None, Autohide, Intellihide, UniversalIntellihide</long>
 
167
                        </locale>
 
168
                </schema>
 
169
                <schema>
 
170
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/FadeOnHide</key>
 
171
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/FadeOnHide</applyto>
 
172
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/FadeOnHide</applyto>
 
173
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/FadeOnHide</applyto>
 
174
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/FadeOnHide</applyto>
 
175
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/FadeOnHide</applyto>
 
176
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/FadeOnHide</applyto>
 
177
                        <owner>docky</owner>
 
178
                        <type>bool</type>
 
179
                        <default>false</default>
 
180
                        <locale name="C">
 
181
                                <short>Fade when hiding</short>
 
182
                                <long>If true, when the dock hides it will fade away instead of sliding off screen.</long>
 
183
                        </locale>
 
184
                </schema>
 
185
                <schema>
 
186
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/FadeOpacity</key>
 
187
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/FadeOpacity</applyto>
 
188
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/FadeOpacity</applyto>
 
189
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/FadeOpacity</applyto>
 
190
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/FadeOpacity</applyto>
 
191
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/FadeOpacity</applyto>
 
192
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/FadeOpacity</applyto>
 
193
                        <owner>docky</owner>
 
194
                        <type>float</type>
 
195
                        <default>0</default>
 
196
                        <locale name="C">
 
197
                                <short>Opacity to fade to</short>
 
198
                                <long>If fading when hiding, this is the opacity the dock fades to. 1 is solid, 0 is invisible.</long>
 
199
                        </locale>
 
200
                </schema>
 
201
                <schema>
 
202
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/IconSize</key>
 
203
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/IconSize</applyto>
 
204
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/IconSize</applyto>
 
205
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/IconSize</applyto>
 
206
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/IconSize</applyto>
 
207
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/IconSize</applyto>
 
208
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/IconSize</applyto>
 
209
                        <owner>docky</owner>
 
210
                        <type>int</type>
 
211
                        <default>48</default>
 
212
                        <locale name="C">
 
213
                                <short>Dock icon size</short>
 
214
                                <long>The size of icons on the dock.</long>
 
215
                        </locale>
 
216
                </schema>
 
217
                <schema>
 
218
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/IndicateMultipleWindows</key>
 
219
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/IndicateMultipleWindows</applyto>
 
220
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/IndicateMultipleWindows</applyto>
 
221
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/IndicateMultipleWindows</applyto>
 
222
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/IndicateMultipleWindows</applyto>
 
223
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/IndicateMultipleWindows</applyto>
 
224
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/IndicateMultipleWindows</applyto>
 
225
                        <owner>docky</owner>
 
226
                        <type>bool</type>
 
227
                        <default>true</default>
 
228
                        <locale name="C">
 
229
                                <short>Indicate when items have more than one window</short>
 
230
                                <long>If true, items with more than one window have two indicator dots instead of just one dot.</long>
 
231
                        </locale>
 
232
                </schema>
 
233
                <schema>
 
234
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/Launchers</key>
 
235
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/Launchers</applyto>
 
236
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/Launchers</applyto>
 
237
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/Launchers</applyto>
 
238
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/Launchers</applyto>
 
239
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/Launchers</applyto>
 
240
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/Launchers</applyto>
 
241
                        <owner>docky</owner>
 
242
                        <type>list</type>
 
243
                        <list_type>string</list_type>
 
244
                        <default>[]</default>
 
245
                        <locale name="C">
 
246
                                <short>List of launchers</short>
 
247
                                <long>This is the list of all the launchers on this dock.</long>
 
248
                        </locale>
 
249
                </schema>
 
250
                <schema>
 
251
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/MonitorNumber</key>
 
252
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/MonitorNumber</applyto>
 
253
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/MonitorNumber</applyto>
 
254
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/MonitorNumber</applyto>
 
255
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/MonitorNumber</applyto>
 
256
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/MonitorNumber</applyto>
 
257
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/MonitorNumber</applyto>
 
258
                        <owner>docky</owner>
 
259
                        <type>int</type>
 
260
                        <default>0</default>
 
261
                        <locale name="C">
 
262
                                <short>Which monitor the dock is on</short>
 
263
                                <long>This is the monitor the dock exists on.</long>
 
264
                        </locale>
 
265
                </schema>
 
266
                <schema>
 
267
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/PanelMode</key>
 
268
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/PanelMode</applyto>
 
269
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/PanelMode</applyto>
 
270
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/PanelMode</applyto>
 
271
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/PanelMode</applyto>
 
272
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/PanelMode</applyto>
 
273
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/PanelMode</applyto>
 
274
                        <owner>docky</owner>
 
275
                        <type>bool</type>
 
276
                        <default>false</default>
 
277
                        <locale name="C">
 
278
                                <short>If the dock is a panel</short>
 
279
                                <long>If true, the dock is in panel mode and will extend to fill the entire screen edge.</long>
 
280
                        </locale>
 
281
                </schema>
 
282
                <schema>
 
283
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/Plugins</key>
 
284
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/Plugins</applyto>
 
285
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/Plugins</applyto>
 
286
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/Plugins</applyto>
 
287
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/Plugins</applyto>
 
288
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/Plugins</applyto>
 
289
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/Plugins</applyto>
 
290
                        <owner>docky</owner>
 
291
                        <type>list</type>
 
292
                        <list_type>string</list_type>
 
293
                        <default>[]</default>
 
294
                        <locale name="C">
 
295
                                <short>Plugins on this dock</short>
 
296
                                <long>A list of plugins that are active on this dock.</long>
 
297
                        </locale>
 
298
                </schema>
 
299
                <schema>
 
300
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/Position</key>
 
301
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/Position</applyto>
 
302
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/Position</applyto>
 
303
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/Position</applyto>
 
304
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/Position</applyto>
 
305
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/Position</applyto>
 
306
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/Position</applyto>
 
307
                        <owner>docky</owner>
 
308
                        <type>string</type>
 
309
                        <default>Bottom</default>
 
310
                        <locale name="C">
 
311
                                <short>The dock's position</short>
 
312
                                <long>The dock's position on the screen. Possible values are: Bottom, Top, Left, Right</long>
 
313
                        </locale>
 
314
                </schema>
 
315
                <schema>
 
316
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/SortList</key>
 
317
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/SortList</applyto>
 
318
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/SortList</applyto>
 
319
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/SortList</applyto>
 
320
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/SortList</applyto>
 
321
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/SortList</applyto>
 
322
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/SortList</applyto>
 
323
                        <owner>docky</owner>
 
324
                        <type>list</type>
 
325
                        <list_type>string</list_type>
 
326
                        <default>[]</default>
 
327
                        <locale name="C">
 
328
                                <short>Sorts the items on the dock</short>
 
329
                                <long>Used to sort the items on the dock.</long>
 
330
                        </locale>
 
331
                </schema>
 
332
                <schema>
 
333
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/ThreeDimensional</key>
 
334
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/ThreeDimensional</applyto>
 
335
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/ThreeDimensional</applyto>
 
336
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/ThreeDimensional</applyto>
 
337
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/ThreeDimensional</applyto>
 
338
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/ThreeDimensional</applyto>
 
339
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/ThreeDimensional</applyto>
 
340
                        <owner>docky</owner>
 
341
                        <type>bool</type>
 
342
                        <default>false</default>
 
343
                        <locale name="C">
 
344
                                <short>Dock is 3d</short>
 
345
                                <long>If true, the dock is drawn as a 3d dock.</long>
 
346
                        </locale>
 
347
                </schema>
 
348
                <schema>
 
349
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/WindowManager</key>
 
350
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/WindowManager</applyto>
 
351
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/WindowManager</applyto>
 
352
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/WindowManager</applyto>
 
353
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/WindowManager</applyto>
 
354
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/WindowManager</applyto>
 
355
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/WindowManager</applyto>
 
356
                        <owner>docky</owner>
 
357
                        <type>bool</type>
 
358
                        <default>true</default>
 
359
                        <locale name="C">
 
360
                                <short>Dock manages all windows</short>
 
361
                                <long>If true, any windows without launchers will show on this dock. Exactly 1 dock must have this set to true.</long>
 
362
                        </locale>
 
363
                </schema>
 
364
                <schema>
 
365
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/ZoomEnabled</key>
 
366
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/ZoomEnabled</applyto>
 
367
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/ZoomEnabled</applyto>
 
368
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/ZoomEnabled</applyto>
 
369
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/ZoomEnabled</applyto>
 
370
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/ZoomEnabled</applyto>
 
371
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/ZoomEnabled</applyto>
 
372
                        <owner>docky</owner>
 
373
                        <type>bool</type>
 
374
                        <default>true</default>
 
375
                        <locale name="C">
 
376
                                <short>Dock zooms</short>
 
377
                                <long>If true, the dock will zoom when hovered.</long>
 
378
                        </locale>
 
379
                </schema>
 
380
                <schema>
 
381
                        <key>/schemas/apps/docky-2/Docky/Interface/DockPreferences/DockN/ZoomPercent</key>
 
382
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock1/ZoomPercent</applyto>
 
383
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock2/ZoomPercent</applyto>
 
384
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock3/ZoomPercent</applyto>
 
385
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock4/ZoomPercent</applyto>
 
386
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock5/ZoomPercent</applyto>
 
387
                        <applyto>/apps/docky-2/Docky/Interface/DockPreferences/Dock6/ZoomPercent</applyto>
 
388
                        <owner>docky</owner>
 
389
                        <type>float</type>
 
390
                        <default>2.0</default>
 
391
                        <locale name="C">
 
392
                                <short>Zoom size</short>
 
393
                                <long>The dock's zoom size (if enabled), as a percent.</long>
 
394
                        </locale>
 
395
                </schema>
 
396
                
 
397
                <schema>
 
398
                        <key>/schemas/apps/docky-2/Docky/Items/DockyItem/DockyItemCommand</key>
 
399
                        <applyto>/apps/docky-2/Docky/Items/DockyItem/DockyItemCommand</applyto>
 
400
                        <owner>docky</owner>
 
401
                        <type>string</type>
 
402
                        <default></default>
 
403
                        <locale name="C">
 
404
                                <short>Docky item command to execute</short>
 
405
                                <long>The command to execute when left-clicking the Docky item or "" for default behavior (which opens the configuration dialog).</long>
 
406
                        </locale>
 
407
                </schema>
 
408
                <schema>
 
409
                        <key>/schemas/apps/docky-2/Docky/Items/DockyItem/HoverText</key>
 
410
                        <applyto>/apps/docky-2/Docky/Items/DockyItem/HoverText</applyto>
 
411
                        <owner>docky</owner>
 
412
                        <type>string</type>
 
413
                        <default>Docky</default>
 
414
                        <locale name="C">
 
415
                                <short>Docky item hover text</short>
 
416
                                <long>The text to show when hovering the Docky item.</long>
 
417
                        </locale>
 
418
                </schema>
 
419
                <schema>
 
420
                        <key>/schemas/apps/docky-2/Docky/Items/DockyItem/Hue</key>
 
421
                        <applyto>/apps/docky-2/Docky/Items/DockyItem/Hue</applyto>
 
422
                        <owner>docky</owner>
 
423
                        <type>int</type>
 
424
                        <default>0</default>
 
425
                        <locale name="C">
 
426
                                <short>Docky item hue</short>
 
427
                                <long>Set the color of the Docky icon. 0 means use the GTK+ theme color.</long>
 
428
                        </locale>
 
429
                </schema>
 
430
                <schema>
 
431
                        <key>/schemas/apps/docky-2/Docky/Items/DockyItem/ShowDockyItem</key>
 
432
                        <applyto>/apps/docky-2/Docky/Items/DockyItem/ShowDockyItem</applyto>
 
433
                        <owner>docky</owner>
 
434
                        <type>bool</type>
 
435
                        <default>true</default>
 
436
                        <locale name="C">
 
437
                                <short>Show the Docky item</short>
 
438
                                <long>If true, shows the Docky item on the dock managing windows.</long>
 
439
                        </locale>
 
440
                </schema>
 
441
                <schema>
 
442
                        <key>/schemas/apps/docky-2/Docky/Items/DockyItem/ShowQuit</key>
 
443
                        <applyto>/apps/docky-2/Docky/Items/DockyItem/ShowQuit</applyto>
 
444
                        <owner>docky</owner>
 
445
                        <type>bool</type>
 
446
                        <default>true</default>
 
447
                        <locale name="C">
 
448
                                <short>Show Quit in Docky item menu</short>
 
449
                                <long>If true, the Docky item popup menu shows the Quit option.</long>
 
450
                        </locale>
 
451
                </schema>
 
452
                <schema>
 
453
                        <key>/schemas/apps/docky-2/Docky/Items/DockyItem/ShowSettings</key>
 
454
                        <applyto>/apps/docky-2/Docky/Items/DockyItem/ShowSettings</applyto>
 
455
                        <owner>docky</owner>
 
456
                        <type>bool</type>
 
457
                        <default>true</default>
 
458
                        <locale name="C">
 
459
                                <short>Show Settings in Docky item menu</short>
 
460
                                <long>If true, the Docky item popup menu shows the Settings option.</long>
 
461
                        </locale>
 
462
                </schema>
 
463
                
 
464
                <schema>
 
465
                        <key>/schemas/apps/docky-2/Docky/Items/FileApplicationProvider/AllowPinToDock</key>
 
466
                        <applyto>/apps/docky-2/Docky/Items/FileApplicationProvider/AllowPinToDock</applyto>
 
467
                        <owner>docky</owner>
 
468
                        <type>bool</type>
 
469
                        <default>true</default>
 
470
                        <locale name="C">
 
471
                                <short>Show 'Pin to Dock' for items</short>
 
472
                                <long>If the 'Pin to Dock' option should show in the menu of items, allowing you to add it permanently to the dock.</long>
 
473
                        </locale>
 
474
                </schema>
 
475
                
 
476
                <schema>
 
477
                        <key>/schemas/apps/docky-2/Docky/Items/WnckDockItem/CurrentDesktopOnly</key>
 
478
                        <applyto>/apps/docky-2/Docky/Items/WnckDockItem/CurrentDesktopOnly</applyto>
 
479
                        <owner>docky</owner>
 
480
                        <type>bool</type>
 
481
                        <default>false</default>
 
482
                        <locale name="C">
 
483
                                <short>Show windows from only current desktop</short>
 
484
                                <long>If true, Docky will only show windows on the currently active desktop.</long>
 
485
                        </locale>
 
486
                </schema>
 
487
                <schema>
 
488
                        <key>/schemas/apps/docky-2/Docky/Items/WnckDockItem/ShowHovers</key>
 
489
                        <applyto>/apps/docky-2/Docky/Items/WnckDockItem/ShowHovers</applyto>
 
490
                        <owner>docky</owner>
 
491
                        <type>bool</type>
 
492
                        <default>true</default>
 
493
                        <locale name="C">
 
494
                                <short>Show hover text labels for launchers</short>
 
495
                                <long>If false, Docky will not show hover texts for launchers (but still show for plugins).</long>
 
496
                        </locale>
 
497
                </schema>
 
498
                
 
499
                <schema>
 
500
                        <key>/schemas/apps/docky-2/Docky/Services/HelperService/ShowOutput</key>
 
501
                        <applyto>/apps/docky-2/Docky/Services/HelperService/ShowOutput</applyto>
 
502
                        <owner>docky</owner>
 
503
                        <type>bool</type>
 
504
                        <default>true</default>
 
505
                        <locale name="C">
 
506
                                <short>Redirect helper output to Docky's output</short>
 
507
                                <long>If true, output from the helpers will be redirected to show in Docky's output.</long>
 
508
                        </locale>
 
509
                </schema>
 
510
                
 
511
                <schema>
 
512
                        <key>/schemas/apps/docky-2/Docky/Services/ThemeService/GlowTime</key>
 
513
                        <applyto>/apps/docky-2/Docky/Services/ThemeService/GlowTime</applyto>
 
514
                        <owner>docky</owner>
 
515
                        <type>int</type>
 
516
                        <default>10</default>
 
517
                        <locale name="C">
 
518
                                <short>Urgent indicator glow animation time (in seconds)</short>
 
519
                                <long>How long the urgent indicator glow animation is (in seconds), 0 to disable, or -1 for infinite.</long>
 
520
                        </locale>
 
521
                </schema>
 
522
                <schema>
 
523
                        <key>/schemas/apps/docky-2/Docky/Services/ThemeService/Theme</key>
 
524
                        <applyto>/apps/docky-2/Docky/Services/ThemeService/Theme</applyto>
 
525
                        <owner>docky</owner>
 
526
                        <type>string</type>
 
527
                        <default>Classic</default>
 
528
                        <locale name="C">
 
529
                                <short>The current theme</short>
 
530
                                <long>The name of the current Docky theme.</long>
 
531
                        </locale>
 
532
                </schema>
 
533
                <schema>
 
534
                        <key>/schemas/apps/docky-2/Docky/Services/ThemeService/UrgentHue</key>
 
535
                        <applyto>/apps/docky-2/Docky/Services/ThemeService/UrgentHue</applyto>
 
536
                        <owner>docky</owner>
 
537
                        <type>int</type>
 
538
                        <default>150</default>
 
539
                        <locale name="C">
 
540
                                <short>Urgent indicator color shift</short>
 
541
                                <long>How much to shift the color of the urgent indicator. The value can be from -180 to 180.</long>
 
542
                        </locale>
 
543
                </schema>
 
544
                
 
545
                <schema>
 
546
                        <key>/schemas/apps/docky-2/GMail/GMailPreferences/Labels</key>
 
547
                        <applyto>/apps/docky-2/GMail/GMailPreferences/Labels</applyto>
 
548
                        <owner>docky</owner>
 
549
                        <type>list</type>
 
550
                        <list_type>string</list_type>
 
551
                        <default>[]</default>
 
552
                        <locale name="C">
 
553
                                <short>GMail labels to check</short>
 
554
                                <long>List of custom GMail labels to check in addition to the inbox.</long>
 
555
                        </locale>
 
556
                </schema>
 
557
                <schema>
 
558
                        <key>/schemas/apps/docky-2/GMail/GMailPreferences/LastChecked</key>
 
559
                        <applyto>/apps/docky-2/GMail/GMailPreferences/LastChecked</applyto>
 
560
                        <owner>docky</owner>
 
561
                        <type>string</type>
 
562
                        <default></default>
 
563
                        <locale name="C">
 
564
                                <short>Last time checked</short>
 
565
                                <long>The last time Docky checked GMail for messages.</long>
 
566
                        </locale>
 
567
                </schema>
 
568
                <schema>
 
569
                        <key>/schemas/apps/docky-2/GMail/GMailPreferences/NeedsAttention</key>
 
570
                        <applyto>/apps/docky-2/GMail/GMailPreferences/NeedsAttention</applyto>
 
571
                        <owner>docky</owner>
 
572
                        <type>bool</type>
 
573
                        <default>true</default>
 
574
                        <locale name="C">
 
575
                                <short>Show indicator dot for unread mail</short>
 
576
                                <long>If true, when there is new unread mail Docky will show the indicator dot.</long>
 
577
                        </locale>
 
578
                </schema>
 
579
                <schema>
 
580
                        <key>/schemas/apps/docky-2/GMail/GMailPreferences/Notify</key>
 
581
                        <applyto>/apps/docky-2/GMail/GMailPreferences/Notify</applyto>
 
582
                        <owner>docky</owner>
 
583
                        <type>bool</type>
 
584
                        <default>true</default>
 
585
                        <locale name="C">
 
586
                                <short>Show a notify for unread mail</short>
 
587
                                <long>If true, shows a notify message for new unread mail.</long>
 
588
                        </locale>
 
589
                </schema>
 
590
                <schema>
 
591
                        <key>/schemas/apps/docky-2/GMail/GMailPreferences/RefreshRate</key>
 
592
                        <applyto>/apps/docky-2/GMail/GMailPreferences/RefreshRate</applyto>
 
593
                        <owner>docky</owner>
 
594
                        <type>int</type>
 
595
                        <default>15</default>
 
596
                        <locale name="C">
 
597
                                <short>How often to check</short>
 
598
                                <long>How often (in mins) to check for new mail.</long>
 
599
                        </locale>
 
600
                </schema>
 
601
                <schema>
 
602
                        <key>/schemas/apps/docky-2/GMail/GMailPreferences/User</key>
 
603
                        <applyto>/apps/docky-2/GMail/GMailPreferences/User</applyto>
 
604
                        <owner>docky</owner>
 
605
                        <type>string</type>
 
606
                        <default></default>
 
607
                        <locale name="C">
 
608
                                <short>GMail username</short>
 
609
                                <long>The GMail username to check.</long>
 
610
                        </locale>
 
611
                </schema>
 
612
                
 
613
                <schema>
 
614
                        <key>/schemas/apps/docky-2/NPR/NPR/MyStations</key>
 
615
                        <applyto>/apps/docky-2/NPR/NPR/MyStations</applyto>
 
616
                        <owner>docky</owner>
 
617
                        <type>list</type>
 
618
                        <list_type>int</list_type>
 
619
                        <default>[]</default>
 
620
                        <locale name="C">
 
621
                                <short>NPR stations</short>
 
622
                                <long>List of NPR stations to display.</long>
 
623
                        </locale>
 
624
                </schema>
 
625
                
 
626
                <schema>
 
627
                        <key>/schemas/apps/docky-2/RecentDocuments/RecentDocumentsItem/AlwaysShowRecent</key>
 
628
                        <applyto>/apps/docky-2/RecentDocuments/RecentDocumentsItem/AlwaysShowRecent</applyto>
 
629
                        <owner>docky</owner>
 
630
                        <type>bool</type>
 
631
                        <default>false</default>
 
632
                        <locale name="C">
 
633
                                <short>Show most recent doc</short>
 
634
                                <long>If true, will try to show the most recent document on the dock.</long>
 
635
                        </locale>
 
636
                </schema>
 
637
                <schema>
 
638
                        <key>/schemas/apps/docky-2/RecentDocuments/RecentDocumentsItem/NumRecentDocs</key>
 
639
                        <applyto>/apps/docky-2/RecentDocuments/RecentDocumentsItem/NumRecentDocs</applyto>
 
640
                        <owner>docky</owner>
 
641
                        <type>int</type>
 
642
                        <default>7</default>
 
643
                        <locale name="C">
 
644
                                <short>Number of recent docs</short>
 
645
                                <long>The number of most recent documents to show.</long>
 
646
                        </locale>
 
647
                </schema>
 
648
                
 
649
                <schema>
 
650
                        <key>/schemas/apps/docky-2/SessionManager/SessionManagerItem/CurrentIndex</key>
 
651
                        <applyto>/apps/docky-2/SessionManager/SessionManagerItem/CurrentIndex</applyto>
 
652
                        <owner>docky</owner>
 
653
                        <type>int</type>
 
654
                        <default>0</default>
 
655
                        <locale name="C">
 
656
                                <short>Currently selected item</short>
 
657
                                <long>The currently selected item in the session manager menu.</long>
 
658
                        </locale>
 
659
                </schema>
 
660
                
 
661
                <schema>
 
662
                        <key>/schemas/apps/docky-2/Timer/TimerMainDockItem/AutoDismissTimers</key>
 
663
                        <applyto>/apps/docky-2/Timer/TimerMainDockItem/AutoDismissTimers</applyto>
 
664
                        <owner>docky</owner>
 
665
                        <type>bool</type>
 
666
                        <default>false</default>
 
667
                        <locale name="C">
 
668
                                <short>Clear finished timers</short>
 
669
                                <long>If true, timers will disappear when they time out.</long>
 
670
                        </locale>
 
671
                </schema>
 
672
                <schema>
 
673
                        <key>/schemas/apps/docky-2/Timer/TimerMainDockItem/AutoStartTimers</key>
 
674
                        <applyto>/apps/docky-2/Timer/TimerMainDockItem/AutoStartTimers</applyto>
 
675
                        <owner>docky</owner>
 
676
                        <type>bool</type>
 
677
                        <default>false</default>
 
678
                        <locale name="C">
 
679
                                <short>Start all new timers</short>
 
680
                                <long>If true, all new timers will automatically start.</long>
 
681
                        </locale>
 
682
                </schema>
 
683
                <schema>
 
684
                        <key>/schemas/apps/docky-2/Timer/TimerMainDockItem/DefaultTimer</key>
 
685
                        <applyto>/apps/docky-2/Timer/TimerMainDockItem/DefaultTimer</applyto>
 
686
                        <owner>docky</owner>
 
687
                        <type>int</type>
 
688
                        <default>30</default>
 
689
                        <locale name="C">
 
690
                                <short>New timer length</short>
 
691
                                <long>The default time (in secs) for any new timers.</long>
 
692
                        </locale>
 
693
                </schema>
 
694
                <schema>
 
695
                        <key>/schemas/apps/docky-2/Timer/TimerMainDockItem/DismissOnClick</key>
 
696
                        <applyto>/apps/docky-2/Timer/TimerMainDockItem/DismissOnClick</applyto>
 
697
                        <owner>docky</owner>
 
698
                        <type>bool</type>
 
699
                        <default>true</default>
 
700
                        <locale name="C">
 
701
                                <short>Dismiss a stopped timer when clicked</short>
 
702
                                <long>If false, finished timers will reset instead of dismiss.</long>
 
703
                        </locale>
 
704
                </schema>
 
705
                
 
706
                <schema>
 
707
                        <key>/schemas/apps/docky-2/WeatherDocklet/WeatherPreferences/Location</key>
 
708
                        <applyto>/apps/docky-2/WeatherDocklet/WeatherPreferences/Location</applyto>
 
709
                        <owner>docky</owner>
 
710
                        <type>list</type>
 
711
                        <list_type>string</list_type>
 
712
                        <default>[]</default>
 
713
                        <locale name="C">
 
714
                                <short>Weather locations</short>
 
715
                                <long>The list of weather locations to check.</long>
 
716
                        </locale>
 
717
                </schema>
 
718
                <schema>
 
719
                        <key>/schemas/apps/docky-2/WeatherDocklet/WeatherPreferences/Metric</key>
 
720
                        <applyto>/apps/docky-2/WeatherDocklet/WeatherPreferences/Metric</applyto>
 
721
                        <owner>docky</owner>
 
722
                        <type>bool</type>
 
723
                        <default>false</default>
 
724
                        <locale name="C">
 
725
                                <short>Use metric units</short>
 
726
                                <long>If true, use metric units when showing weather.</long>
 
727
                        </locale>
 
728
                </schema>
 
729
                <schema>
 
730
                        <key>/schemas/apps/docky-2/WeatherDocklet/WeatherPreferences/Source</key>
 
731
                        <applyto>/apps/docky-2/WeatherDocklet/WeatherPreferences/Source</applyto>
 
732
                        <owner>docky</owner>
 
733
                        <type>string</type>
 
734
                        <default>Weather Underground</default>
 
735
                        <locale name="C">
 
736
                                <short>The weather source</short>
 
737
                                <long>The name of the weather source to get weather information from.</long>
 
738
                        </locale>
 
739
                </schema>
 
740
                <schema>
 
741
                        <key>/schemas/apps/docky-2/WeatherDocklet/WeatherPreferences/Timeout</key>
 
742
                        <applyto>/apps/docky-2/WeatherDocklet/WeatherPreferences/Timeout</applyto>
 
743
                        <owner>docky</owner>
 
744
                        <type>int</type>
 
745
                        <default>30</default>
 
746
                        <locale name="C">
 
747
                                <short>How often to check</short>
 
748
                                <long>How often to check for new weather information.</long>
 
749
                        </locale>
 
750
                </schema>
 
751
        </schemalist>
 
752
</gconfschemafile>