~ubuntu-branches/ubuntu/lucid/awn-extras-applets/lucid

« back to all changes in this revision

Viewing changes to applets/maintained/sysmon/awn-applet-sysmon.schema-ini

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-30 20:26:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330202640-vza3bdnv9gc9bg5z
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (rc1) (LP: #551309)
 - Stack applet close on click (LP: #261520)
* debian/patches/
 - 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
   remove menu entry for cairo-menu preferences, it's not implemented
   (LP: #511254)
 - 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
   make the applet working. 
* debian/*.install: Update installation location of comics and digital 
  applets.
* debian/control: 
 - Move digital applet from python to C, and add proper Replaces.
 - Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
   (LP: #524559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[DEFAULT]
2
 
single_instance = false
3
 
 
4
 
[DEFAULT/dummy]
5
 
type = boolean
6
 
default = true
7
 
description = Just a dummy key.. this will be removed later.
8
 
 
9
 
[DEFAULT/time_stamp]
10
 
type = integer
11
 
default = 0
12
 
description = Just a dummy key.. this will be removed later.
13
 
 
14
 
[applet/dummy]
15
 
type = boolean
16
 
default = true
17
 
description = Just a dummy key.. this will be removed later.
18
 
 
19
 
[applet/icon_list]
20
 
type = list-string
21
 
default = CPU::-1;
22
 
description = List of icons
23
 
 
24
 
[applet/time_stamp]
25
 
type = integer
26
 
default = 0
27
 
description = Just a dummy key.. this will be removed later.
28
 
 
29
 
[icon/graph_type]
30
 
type = integer
31
 
default = 0
32
 
description = CPU graph type to use.  Note that some Icons do not support all graph types.  If this occurs an icon will revert to it's own default (value of 0).
33
 
 
34
 
[icon/time_stamp]
35
 
type = integer
36
 
default = 0
37
 
description = Just a dummy key.. this will be removed later.
38
 
 
39
 
[applet/render_bg]
40
 
type = boolean
41
 
default = true
42
 
description = Render background.
43
 
 
44
 
[icon/update_timeout]
45
 
type = integer
46
 
default = 1000
47
 
description = If the updates are time based then how frequently to update in ms.
48
 
 
49
 
; vim: set ft=dosini :