This file is indexed.

/usr/share/avant-window-navigator/schemas/awn-applet-stacks.schema-ini is in awn-applet-stack 0.4.1~bzr1507-0ubuntu7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
[DEFAULT]
single_instance = false

[DEFAULT/backend_type]
type = integer
default = 0
description=Backend type for this applet (0 - file, 1 - folder, 2 - plugger, 3 - trasher, 4 - recent files).

[DEFAULT/backend]
type = string
default = 
description=Stacks backend file/directory.

[DEFAULT/close_on_focusout]
type = boolean
default = true
description=Close dialog on focusout.

[DEFAULT/rows]
type = integer
default = 4
description=Number of rows to use.

[DEFAULT/cols]
type = integer
default = 5
description=Number of columns to use.

[DEFAULT/icon_size]
type = integer
default = 48
description=Size of the icons inside stack.

[DEFAULT/file_operations]
type = integer
default = 8
description=File operation to use.

[DEFAULT/composite_icon]
type = boolean
default = true
description=Whether to combine icons of the files inside the stacks with its icon.

[DEFAULT/browsing]
type = boolean
default = false
description=Whether to browse stack contents.

[DEFAULT/applet_icon_empty]
type = string
default = 
description=Icon to use for empty stack.

[DEFAULT/applet_icon_full]
type = string
default =
description=Icon to use for full stack.

[DEFAULT/item_count]
type = boolean
default = false
description=Display number of items in the stack.

[DEFAULT/gui_type]
type = integer
default = 1
description=Type of UI used for the stack.

[DEFAULT/title]
type = string
default = 
description=Stack tooltip description.

[DEFAULT/sort_method]
type = integer
default = 1
description=Sort method to use (1 - sort by name, 2 - sort by date).

[DEFAULT/sort_folders_before_files]
type = boolean
default = true
description=Sort folders before files.

[DEFAULT/sort_direction]
type = integer
default = 1
description=Sort direction of the items.

[curved_gui/label_length]
type = integer
default = 200
description=Label length.
per_instance = false

[curved_gui/label_text_color]
type = color
default = #ffffffe6
description=Label text color.
per_instance = false

[curved_gui/label_text_hover_color]
type = color
default = #000000e6
description=Label text hover color.
per_instance = false

[curved_gui/label_background_color]
type = color
default = #000000b6
description=Label background color.
per_instance = false

[curved_gui/label_hover_background_color]
type = color
default = #ffffffb6
description=Label hover background color.
per_instance = false

[curved_gui/label_border_color]
type = color
default = #ffffffb6
description=Label border color.
per_instance = false

[curved_gui/label_hover_border_color]
type = color
default = #000000b6
description=Label hover border color.
per_instance = false

[curved_gui/use_awn_title_font]
type = boolean
default = true
description=Use Awn's tooltip font.
per_instance = false

[curved_gui/label_font]
type = string
default = sans 10
description=Tooltip font name.
per_instance = false

[curved_gui/layout_radius]
type = integer
default = 5000
description=Layout radius.
per_instance = false

[curved_gui/layout_interval]
type = integer
default = 85
description=Layout interval.
per_instance = false

[curved_gui/layout_direction]
type = integer
default = 0
description=Layout direction.
per_instance = false

[curved_gui/tooltips_enabled]
type = boolean
default = true
description=Whether tooltips are enabled.
per_instance = false

[curved_gui/tooltip_bg_color1]
type = color
default = #000000e6
description=Tooltip background color 1.
per_instance = false

[curved_gui/tooltip_bg_color2]
type = color
default = #00000099
description=Tooltip background color 2.
per_instance = false

[curved_gui/tooltip_border_color]
type = color
default = #ffffff99
description=Tooltip border color.
per_instance = false

[curved_gui/tooltip_text_color]
type = color
default = #ffffffff
description=Tooltip text color.
per_instance = false

[curved_gui/hoverbox_bg_color1]
type = color
default = #000000b6
description=Hoverbox background color 1.
per_instance = false

[curved_gui/hoverbox_bg_color2]
type = color
default = #00000059
description=Hoverbox background color 2.
per_instance = false

[curved_gui/hoverbox_border_color]
type = color
default = #ffffffe6
description=Hoverbox border color.
per_instance = false

[curved_gui/hoverbox_contains_label]
type = boolean
default = false
description=Whether hoverbox contains label.
per_instance = false

; vim: set ft=dosini :