~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/www-browser/liferea.schemas

  • Committer: Package Import Robot
  • Author(s): bojo42
  • Date: 2012-03-29 14:17:21 UTC
  • mfrom: (1.3.9) (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120329141721-tbfopcrc5797wxt7
Tags: 1.8.3-0.1ubuntu1
* New upstream release (LP: #290666, #371754, #741543, #716688)
* Merge from Debian unstable (LP: #935147), remaining changes:
* debian/patches:
  - drop gtk-status-icon.patch & notification-append as in upstream
  - drop fix_systray_behavior as mostly upstreamed and rest seems unused
  - 01_ubuntu_feedlists: update & rename, move planets to "Open Source"  
  - add_X-Ubuntu-Gettext-Domain: rebase
  - libunity.patch: rebase, apply before indicator patch (liferea_shell.c)
  - libindicate_increase_version.patch: exclude from libindicate.patch
  - deactivate libindicate.patch, seems partly upstreamed and needs rework
* debian/control: libindicate-dev, libindicate-gtk-dev & libunity-dev
* debian/liferea.indicate & liferea.install: ship indicator desktop file
* debian/rules: enable libindicate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
 
 
3
<!--
 
4
Note: all double hyphens in this comment have a space in the middle
 
5
because double hyphen isn't allowed in comments. So, remove the space
 
6
before use.
 
7
 
 
8
To install this file type:
 
9
      gconftool - -install-schema-file basic-gconf-app.schemas
 
10
You probably want your "make install" to do this for real applications.
 
11
Also, you probably want a configure option so people can retarget where the
 
12
schema file gets installed. The option should be called - -gconf-config-source=blah
 
13
To change the gconftool target use the - -config-source=blah option to gconftool.
 
14
-->
 
15
 
 
16
 
 
17
  <schemalist>
 
18
    <schema>
 
19
      <key>/schemas/apps/liferea/browse-inside-application</key>
 
20
      <applyto>/apps/liferea/browse-inside-application</applyto>
 
21
      <owner>liferea</owner>
 
22
      <type>bool</type>
 
23
      <default>false</default>
 
24
      <locale name="C">
 
25
        <short>Open links inside of Liferea?</short>
 
26
        <long>If set to true, links clicked will be opened inside of
 
27
        Liferea, otherwise they will be opened in the selected
 
28
        external browser.</long>
 
29
      </locale>
 
30
    </schema>
 
31
    <schema>
 
32
      <key>/schemas/apps/liferea/browse-key-setting</key>
 
33
      <applyto>/apps/liferea/browse-key-setting</applyto>
 
34
      <owner>liferea</owner>
 
35
      <type>int</type>
 
36
      <default>1</default>
 
37
      <locale name="C">
 
38
        <short>Selects which key to use to pagedown or go to the next
 
39
           unread item</short>
 
40
        <long>Selects which key to use to pagedown or go to the next
 
41
           unread item. Set to 0 to use space, 1 to use ctrl-space, or 2
 
42
           to use alt-space.</long>
 
43
      </locale>
 
44
    </schema>
 
45
    <schema>
 
46
      <key>/schemas/apps/liferea/browser</key>
 
47
      <applyto>/apps/liferea/browser</applyto>
 
48
      <owner>liferea</owner>
 
49
      <type>string</type>
 
50
      <default>mozilla %s</default>
 
51
      <locale name="C">
 
52
        <short>Selects the browser command to use when browser_module
 
53
           is set to manual</short>
 
54
        <long>Selects the browser command to use when browser_module
 
55
           is set to manual.</long>
 
56
      </locale>
 
57
    </schema>
 
58
    <schema>
 
59
      <key>/schemas/apps/liferea/browser_id</key>
 
60
      <applyto>/apps/liferea/browser_id</applyto>
 
61
      <owner>liferea</owner>
 
62
      <type>string</type>
 
63
      <default>gnome</default>
 
64
      <locale name="C">
 
65
        <short>Selects which browser to use to open external links</short>
 
66
        <long>Selects which browser to use to open external
 
67
           links. The choices include "gnome", "mozilla", "firefox",
 
68
           "netscape", "opera", "konqueror", and "manual". </long>
 
69
      </locale>
 
70
    </schema>
 
71
    <schema>
 
72
      <key>/schemas/apps/liferea/browser-module</key>
 
73
      <applyto>/apps/liferea/browser-module</applyto>
 
74
      <owner>liferea</owner>
 
75
      <type>string</type>
 
76
      <default>liblihtmlm.so</default>
 
77
      <locale name="C">
 
78
        <short>Selects which HTML rendering engine to use</short>
 
79
        <long>Selects which HTML rendering engine to use. Usually
 
80
           'liblihtmlg.so' and 'liblihtmlm.so' are available.</long>
 
81
      </locale>
 
82
    </schema>
 
83
    <schema>
 
84
      <key>/schemas/apps/liferea/browser_place</key>
 
85
      <applyto>/apps/liferea/browser_place</applyto>
 
86
      <owner>liferea</owner>
 
87
      <type>int</type>
 
88
      <default>0</default>
 
89
      <locale name="C">
 
90
        <short>Location of position to open up the link in the
 
91
           selected browser</short>
 
92
        <long>Selects the location in the browser to open up the
 
93
           link. Use 0 for the browser's default, 1 for in an existing
 
94
           window, 2 for in a new window, and 3 for in a new tab.</long>
 
95
      </locale>
 
96
    </schema>
 
97
    <schema>
 
98
      <key>/schemas/apps/liferea/default-update-interval</key>
 
99
      <applyto>/apps/liferea/default-update-interval</applyto>
 
100
      <owner>liferea</owner>
 
101
      <type>int</type>
 
102
      <default>0</default>
 
103
      <locale name="C">
 
104
        <short>Default interval for fetching feeds.</short>
 
105
        <long>
 
106
           This value specifies how often Liferea tries to update
 
107
           feeds. The value is given in minutes. When setting the
 
108
           interval always consider the traffic it produces. Setting
 
109
           a value less than 15min almost never makes sense.
 
110
        </long>
 
111
      </locale>
 
112
    </schema>
 
113
    <schema>
 
114
      <key>/schemas/apps/liferea/disable-javascript</key>
 
115
      <applyto>/apps/liferea/disable-javascript</applyto>
 
116
      <owner>liferea</owner>
 
117
      <type>bool</type>
 
118
      <default>false</default>
 
119
      <locale name="C">
 
120
        <short>Allows to disable Javascript.</short>
 
121
        <long>
 
122
           Allows to disable Javascript.
 
123
        </long>
 
124
      </locale>
 
125
    </schema>
 
126
    <schema>
 
127
      <key>/schemas/apps/liferea/disable-toolbar</key>
 
128
      <applyto>/apps/liferea/disable-toolbar</applyto>
 
129
      <owner>liferea</owner>
 
130
      <type>bool</type>
 
131
      <default>false</default>
 
132
      <locale name="C">
 
133
        <short>Disable displaying the toolbar in the Liferea main
 
134
           window</short>
 
135
        <long>Disable displaying the toolbar in the Liferea main
 
136
        window.</long>
 
137
      </locale>
 
138
    </schema>
 
139
    <schema>
 
140
      <key>/schemas/apps/liferea/enable-fetch-retries</key>
 
141
      <applyto>/apps/liferea/enable-fetch-retries</applyto>
 
142
      <owner>liferea</owner>
 
143
      <type>bool</type>
 
144
      <default>true</default>
 
145
      <locale name="C">
 
146
        <short>Try to refetch feeds after network errors?</short>
 
147
        <long>If set to true, and a network error is encountered while
 
148
        fetching a feed, Liferea will do a few more tries. This is useful
 
149
        in case of temporary loss of network/internet connection.</long>
 
150
      </locale>
 
151
    </schema>
 
152
    <schema>
 
153
      <key>/schemas/apps/liferea/last-hpane-pos</key>
 
154
      <applyto>/apps/liferea/last-hpane-pos</applyto>
 
155
      <owner>liferea</owner>
 
156
      <type>int</type>
 
157
      <default>0</default>
 
158
      <locale name="C">
 
159
        <short>Height of the itemlist pane in the mainwindow</short>
 
160
        <long>Height of the itemlist pane in the mainwindow. Use 0 to
 
161
           let GTK+ decide the height.</long>
 
162
      </locale>
 
163
    </schema>
 
164
    <schema>
 
165
      <key>/schemas/apps/liferea/last-itemlist-mode</key>
 
166
      <applyto>/apps/liferea/last-itemlist-mode</applyto>
 
167
      <owner>liferea</owner>
 
168
      <type>bool</type>
 
169
      <default>false</default>
 
170
      <locale name="C">
 
171
        <short>Enables condensed mode</short>
 
172
        <long>Set to true to make Liferea use condensed mode or false
 
173
        to make Liferea use the three pane mode.</long>
 
174
      </locale>
 
175
    </schema>
 
176
    <schema>
 
177
      <key>/schemas/apps/liferea/last-vpane-pos</key>
 
178
      <applyto>/apps/liferea/last-vpane-pos</applyto>
 
179
      <owner>liferea</owner>
 
180
      <type>int</type>
 
181
      <default>0</default>
 
182
      <locale name="C">
 
183
        <short>Width of the feedlist pane in the mainwindow</short>
 
184
        <long>Width of the feedlist pane in the mainwindow. Use 0 to
 
185
           let GTK+ decide the width.</long>
 
186
      </locale>
 
187
    </schema>
 
188
    <schema>
 
189
      <key>/schemas/apps/liferea/last-window-height</key>
 
190
      <applyto>/apps/liferea/last-window-height</applyto>
 
191
      <owner>liferea</owner>
 
192
      <type>int</type>
 
193
      <default>0</default>
 
194
      <locale name="C">
 
195
        <short>Height of the Liferea main window</short>
 
196
        <long>Height of the Liferea main window. Use 0 to let GTK+
 
197
           decide on the height.</long>
 
198
      </locale>
 
199
    </schema>
 
200
    <schema>
 
201
      <key>/schemas/apps/liferea/last-window-maximized</key>
 
202
      <applyto>/apps/liferea/last-window-maximized</applyto>
 
203
      <owner>liferea</owner>
 
204
      <type>bool</type>
 
205
      <default>false</default>
 
206
      <locale name="C">
 
207
        <short>Mainwindow is maximized when Liferea starts up</short>
 
208
        <long>Determines if the Liferea main window will be maximized
 
209
           at startup.</long>
 
210
      </locale>
 
211
    </schema>
 
212
    <schema>
 
213
      <key>/schemas/apps/liferea/last-window-width</key>
 
214
      <applyto>/apps/liferea/last-window-width</applyto>
 
215
      <owner>liferea</owner>
 
216
      <type>int</type>
 
217
      <default>0</default>
 
218
      <locale name="C">
 
219
        <short>Width of the Liferea main window</short>
 
220
        <long>Width of the Liferea main window. Use 0 to let GTK+
 
221
           decide on the width.</long>
 
222
      </locale>
 
223
    </schema>
 
224
    <schema>
 
225
      <key>/schemas/apps/liferea/last-window-x</key>
 
226
      <applyto>/apps/liferea/last-window-x</applyto>
 
227
      <owner>liferea</owner>
 
228
      <type>int</type>
 
229
      <default>0</default>
 
230
      <locale name="C">
 
231
        <short>Left position of the Liferea main window</short>
 
232
        <long>Left position of the Liferea main window.</long>
 
233
      </locale>
 
234
    </schema>
 
235
    <schema>
 
236
      <key>/schemas/apps/liferea/last-window-y</key>
 
237
      <applyto>/apps/liferea/last-window-y</applyto>
 
238
      <owner>liferea</owner>
 
239
      <type>int</type>
 
240
      <default>0</default>
 
241
      <locale name="C">
 
242
        <short>Top position of the Liferea main window</short>
 
243
        <long>Top position of the Liferea main window.</long>
 
244
      </locale>
 
245
    </schema>
 
246
    <schema>
 
247
      <key>/schemas/apps/liferea/last-zoomlevel</key>
 
248
      <applyto>/apps/liferea/last-zoomlevel</applyto>
 
249
      <owner>liferea</owner>
 
250
      <type>int</type>
 
251
      <default>100</default>
 
252
      <locale name="C">
 
253
        <short>Zoom level of the HTML view</short>
 
254
        <long>Zoom level of the HTML view. (100 = 1:1)</long>
 
255
      </locale>
 
256
    </schema>
 
257
    <schema>
 
258
      <key>/schemas/apps/liferea/maxitemcount</key>
 
259
      <applyto>/apps/liferea/maxitemcount</applyto>
 
260
      <owner>liferea</owner>
 
261
      <type>int</type>
 
262
      <default>100</default>
 
263
      <locale name="C">
 
264
        <short>Determines the default number of items saved on each
 
265
        feed</short>
 
266
        <long>This value is used to determine how many items are saved
 
267
           in each feed when Liferea exits. Note that marked items are
 
268
           always saved.</long>
 
269
      </locale>
 
270
    </schema>
 
271
    <schema>
 
272
      <key>/schemas/apps/liferea/show-popup-windows</key>
 
273
      <applyto>/apps/liferea/show-popup-windows</applyto>
 
274
      <owner>liferea</owner>
 
275
      <type>bool</type>
 
276
      <default>false</default>
 
277
      <locale name="C">
 
278
        <short>Display popup window advertising new items as they are downloaded</short>
 
279
        <long>Display popup window advertising new items as they are downloaded.</long>
 
280
      </locale>
 
281
    </schema>
 
282
    <schema>
 
283
      <key>/schemas/apps/liferea/startup_feed_action</key>
 
284
      <applyto>/apps/liferea/startup_feed_action</applyto>
 
285
      <owner>liferea</owner>
 
286
      <type>int</type>
 
287
      <default>0</default>
 
288
      <locale name="C">
 
289
        <short>Determines if subscriptions are to be updated at startup</short>
 
290
        <long>Numeric value determines wether Liferea shall updates
 
291
        all subscriptions at startup (0=yes, otherwise=no). Inverse
 
292
        logic for compatibility reasons.</long>
 
293
      </locale>
 
294
    </schema>
 
295
    <schema>
 
296
      <key>/schemas/apps/liferea/toolbar_style</key>
 
297
      <applyto>/apps/liferea/toolbar_style</applyto>
 
298
      <owner>liferea</owner>
 
299
      <type>string</type>
 
300
      <default></default>
 
301
      <locale name="C">
 
302
        <short>Determines the style of the toolbar buttons</short>
 
303
        <long>Determines the style of the toolbar buttons locally,
 
304
           overriding the GNOME settings. Valid values are "both", "both-horiz",
 
305
           "icons", and "text". If empty or not specified, the GNOME settings are used.</long>
 
306
      </locale>
 
307
    </schema>
 
308
    <schema>
 
309
      <key>/schemas/apps/liferea/trayicon</key>
 
310
      <applyto>/apps/liferea/trayicon</applyto>
 
311
      <owner>liferea</owner>
 
312
      <type>bool</type>
 
313
      <default>true</default>
 
314
      <locale name="C">
 
315
        <short>Determines if the system tray icon is to be shown</short>
 
316
           <long>Determines if the system tray icon is to be shown</long>
 
317
      </locale>
 
318
    </schema>
 
319
    <schema>
 
320
      <key>/schemas/apps/liferea/trayicon-new-count</key>
 
321
      <applyto>/apps/liferea/trayicon-new-count</applyto>
 
322
      <owner>liferea</owner>
 
323
      <type>bool</type>
 
324
      <default>false</default>
 
325
      <locale name="C">
 
326
        <short>Determines if the number of new items is shown in the system tray icon</short>
 
327
        <long>Determines if the number of new items is shown in the system tray icon</long>
 
328
      </locale>
 
329
    </schema>
 
330
    <schema>
 
331
      <key>/schemas/apps/liferea/dont-minimize-to-tray</key>
 
332
      <applyto>/apps/liferea/dont-minimize-to-tray</applyto>
 
333
      <owner>liferea</owner>
 
334
      <type>bool</type>
 
335
      <default>false</default>
 
336
      <locale name="C">
 
337
        <short>Determines if minimize to tray is not desired</short>
 
338
           <long>Determines if minimize to tray is not desired. This is relevant when the user clicks the close button or presses the window close hotkey of the window manager. If this option is disabled Liferea will just hide the window and keep running. If the option is enabled the application will terminate.</long>
 
339
      </locale>
 
340
    </schema>
 
341
    <schema>
 
342
      <key>/schemas/apps/liferea/update-thread-concurrency</key>
 
343
      <applyto>/apps/liferea/update-thread-concurrency</applyto>
 
344
      <owner>liferea</owner>
 
345
      <type>int</type>
 
346
      <default>2</default>
 
347
      <locale name="C">
 
348
        <short>Number of update threads used in downloading</short>
 
349
        <long>Number of threads used to download feeds and web objects
 
350
           in Liferea. An additional thread is created that only
 
351
           services 'interactive' requests (for example when a user
 
352
           manually selects a feed to update).</long>
 
353
      </locale>
 
354
    </schema>
 
355
    <schema>
 
356
      <key>/schemas/apps/liferea/popup-placement</key>
 
357
      <applyto>/apps/liferea/popup-placement</applyto>
 
358
      <owner>liferea</owner>
 
359
      <type>int</type>
 
360
      <default>0</default>
 
361
      <locale name="C">
 
362
        <short>Placement of the mini popup window</short>
 
363
        <long>
 
364
           The placement of the mini popup window that is opened
 
365
           to notify the user of new items. The popup window is
 
366
           positioned at one of the desktop borders (1 = upper left,
 
367
           2 = upper right, 3 = lower right, 4 = lower left).
 
368
        </long>
 
369
      </locale>
 
370
    </schema>
 
371
    <schema>
 
372
      <key>/schemas/apps/liferea/folder-display-mode</key>
 
373
      <applyto>/apps/liferea/folder-display-mode</applyto>
 
374
      <owner>liferea</owner>
 
375
      <type>int</type>
 
376
      <default>0</default>
 
377
      <locale name="C">
 
378
        <short>Determine if folders show all child content.</short>
 
379
        <long>
 
380
           If set to 0 no items are displayed when selecting a folder.
 
381
           If set to 1 all items of all childs are displayed when 
 
382
           selecting a folder.
 
383
        </long>
 
384
      </locale>
 
385
    </schema>
 
386
    <schema>
 
387
      <key>/schemas/apps/liferea/folder-display-hide-read</key>
 
388
      <applyto>/apps/liferea/folder-display-hide-read</applyto>
 
389
      <owner>liferea</owner>
 
390
      <type>bool</type>
 
391
      <default>false</default>
 
392
      <locale name="C">
 
393
        <short>Filter read items when displaying folders.</short>
 
394
        <long>
 
395
           If this option is enabled and folder-display-mode is 
 
396
           not 0 when clicking a folder only the unread items 
 
397
           of all childs will be displayed.
 
398
        </long>
 
399
      </locale>
 
400
    </schema>
 
401
    <schema>
 
402
      <key>/schemas/apps/liferea/reduced-feedlist</key>
 
403
      <applyto>/apps/liferea/reduced-feedlist</applyto>
 
404
      <owner>liferea</owner>
 
405
      <type>bool</type>
 
406
      <default>false</default>
 
407
      <locale name="C">
 
408
        <short>Filter feeds without unread items from feed list.</short>
 
409
        <long>
 
410
           If this option is enabled the feed list will contain
 
411
           only feeds that have unread items.
 
412
        </long>
 
413
      </locale>
 
414
    </schema>
 
415
    <schema>
 
416
      <key>/schemas/apps/liferea/enclosure-download-tool</key>
 
417
      <applyto>/apps/liferea/enclosure-download-tool</applyto>
 
418
      <owner>liferea</owner>
 
419
      <type>int</type>
 
420
      <default>0</default>
 
421
      <locale name="C">
 
422
        <short>Which tool to download enclosures.</short>
 
423
        <long>
 
424
           This options determines which download tool Liferea
 
425
           uses to download enclosures (0 = wget, 1 = curl).
 
426
        </long>
 
427
      </locale>
 
428
    </schema>
 
429
    <schema>
 
430
      <key>/schemas/apps/liferea/enclosure-download-path</key>
 
431
      <applyto>/apps/liferea/enclosure-download-path</applyto>
 
432
      <owner>liferea</owner>
 
433
      <type>string</type>
 
434
      <default></default>
 
435
      <locale name="C">
 
436
        <short>The path where to store downloaded enclosures.</short>
 
437
        <long>
 
438
           This options determines where Liferea stores downloaded
 
439
           enclosures. If not specified Liferea will uses the users
 
440
           home directory.
 
441
        </long>
 
442
      </locale>
 
443
    </schema>
 
444
  </schemalist>
 
445
</gconfschemafile>