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

« back to all changes in this revision

Viewing changes to applets/maintained/notification-daemon/awn-applet-notification-daemon.schema-ini.in

  • 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/kill_standard_daemon]
 
2
type = boolean
 
3
default = true
 
4
_description=Whether to attempt to kill any running notification-daemons.
 
5
 
 
6
[DEFAULT/honour_client_posxy]
 
7
type = boolean
 
8
default = false
 
9
_description=Whether to honour client notification window positioning requests.
 
10
 
 
11
[DEFAULT/use_theme]
 
12
type = boolean
 
13
default = true
 
14
_description=Whether to the use configured awn theme color values for xxxx.
 
15
 
 
16
[DEFAULT/sound_enabled]
 
17
type = boolean
 
18
default = false
 
19
_description=Sound.
 
20
 
 
21
[DEFAULT/bg_colour]
 
22
type = color
 
23
default = #000000dd
 
24
_description=Background colour in the form (Hex) rrggbbaa
 
25
 
 
26
[DEFAULT/text_colour]
 
27
type = color
 
28
default = #ffffffff
 
29
_description=Text colour in the form (Hex) rrggbbaa. Currently the alpha component is ignored
 
30
 
 
31
[DEFAULT/border_colour]
 
32
type = color
 
33
default = #333333ff
 
34
_description=Border colour in the form (Hex) rrggbbaa.  Also use for the timer widget
 
35
 
 
36
[DEFAULT/border_width]
 
37
type = integer
 
38
default = 0
 
39
_description=Border Width. A value of 0 indicates that is should not be drawn.
 
40
 
 
41
[DEFAULT/gradient_factor]
 
42
type = float
 
43
default = 0.9
 
44
_description=Gradient Factor applied to the notification window. Range of 0 to 1. The lower the number the more noticeable the effect.
 
45
 
 
46
[DEFAULT/override_x]
 
47
type = integer
 
48
default = -1
 
49
_description=NOTE:  This key should not be considered stable... it is likely to change.  Arbitrary X position for notification window.  Default is -1 which signifies awn-notification-daemon should place windows relative to its position in the bar.
 
50
 
 
51
[DEFAULT/override_y]
 
52
type = integer
 
53
default = -1
 
54
_description=NOTE:  This key should not be considered stable... it is likely to change.  Arbitrary Y position for notification window.  Default is -1 which signifies awn-notification-daemon should place windows relative to its position in the bar.
 
55
 
 
56
[DEFAULT/override_timeout]
 
57
type = integer
 
58
default = -1
 
59
_description=This will override the client and default timeout periods for all notification windows with a timeout.  Value is in ms. A value less than or equal to 0 indicates that client and default values should be honoured.
 
60
 
 
61
[DEFAULT/show_icon]
 
62
type = boolean
 
63
default = false
 
64
_description=Display icon for awn notification daemon.  Allows toggling of notification display
 
65
 
 
66
[DEFAULT/hide_opacity]
 
67
type = float
 
68
default = 0.0
 
69
_description=If the value is >0.0 then this opacity value will be applied to window instead of hiding.
 
70
 
 
71
[DEFAULT/default_sound]
 
72
type = string
 
73
default = 
 
74
_description=The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound.
 
75
 
 
76
[DEFAULT/bold_text_body]
 
77
type = boolean
 
78
default = false
 
79
_description=Use bold text.
 
80