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

« back to all changes in this revision

Viewing changes to applets/maintained/cairo-menu/awn-applet-cairo-menu.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/bg_normal_colour]
5
 
type = color
6
 
default = #DDDDDDEE
7
 
description =
8
 
 
9
 
[DEFAULT/text_normal_colour]
10
 
type = color
11
 
default = #000000FF
12
 
description = 
13
 
 
14
 
[DEFAULT/bg_hover_colour]
15
 
type = color
16
 
default = #0022DDF0
17
 
description = 
18
 
 
19
 
[DEFAULT/text_hover_colour]
20
 
type = color
21
 
default = #000000FF
22
 
description = 
23
 
 
24
 
[DEFAULT/text_size]
25
 
type = integer
26
 
default = 14
27
 
description = 
28
 
 
29
 
[DEFAULT/search_cmd]
30
 
type = string
31
 
default = true
32
 
description = 
33
 
 
34
 
[DEFAULT/search_show]
35
 
type = boolean
36
 
default = true
37
 
description = 
38
 
 
39
 
[DEFAULT/run_show]
40
 
type = boolean
41
 
default = true
42
 
description =
43
 
 
44
 
[DEFAULT/fade_in]
45
 
type = boolean
46
 
default = false
47
 
description = 
48
 
 
49
 
[DEFAULT/menu_item_gradient_factor]
50
 
type = float
51
 
default = 0.8
52
 
description = 
53
 
 
54
 
[DEFAULT/menu_item_text_len]
55
 
type = integer
56
 
default = 28
57
 
description = 
58
 
 
59
 
[DEFAULT/places_show]
60
 
type = boolean
61
 
default = true
62
 
description =
63
 
 
64
 
[DEFAULT/filemanager]
65
 
type = string
66
 
default =
67
 
description =
68
 
 
69
 
[DEFAULT/applet_icon]
70
 
type = string
71
 
default = gnome-main-menu
72
 
description = 
73
 
 
74
 
[DEFAULT/activate_on_release]
75
 
type = boolean
76
 
default = true
77
 
description = 
78
 
 
79
 
[DEFAULT/show_tooltips]
80
 
type = boolean
81
 
default = true
82
 
description = 
83
 
 
84
 
[DEFAULT/show_logout]
85
 
type = boolean
86
 
default = false
87
 
description = 
88
 
 
89
 
[DEFAULT/logout]
90
 
type = string
91
 
default =
92
 
description = 
93
 
 
94
 
[DEFAULT/border_colour]
95
 
type = color
96
 
default = #11111133
97
 
description = 
98
 
 
99
 
[DEFAULT/border_width]
100
 
type = integer
101
 
default = 1
102
 
description = 
103
 
 
104
 
[DEFAULT/honour_gtk]
105
 
type = boolean
106
 
default = true
107
 
description = 
108
 
 
109
 
[DEFAULT/aux_menu_names]
110
 
type = list-string
111
 
default = :::PLACES###Places###stock_folder;
112
 
description =
113
 
 
114
 
[DEFAULT/hidden_names]
115
 
type = list-string
116
 
default = :::PLACES;
117
 
description =
118
 
 
119
 
[DEFAULT/run_cmd]
120
 
type = string
121
 
default =
122
 
description =
123
 
 
124
 
[DEFAULT/search_cmd]
125
 
type = string
126
 
default =
127
 
description =
128
 
 
129
 
# vim:ft=cfg: