1 | # This is not what a GConf schemas file really looks like. We process |
---|
2 | # it with gen-schemas.pl to produce the much more verbose XML format |
---|
3 | # used by schemas. But this format lets the reader see what's going |
---|
4 | # on much more easily. |
---|
5 | |
---|
6 | # Indentation is significant. Blank lines and lines beginning with |
---|
7 | # '#' are ignored. Don't use tabs. Use "[foo]" lines to specify the |
---|
8 | # key path and "var = value" lines to spit out schemas. Values can be |
---|
9 | # integers, booleans, quoted strings, or lists of strings. List of |
---|
10 | # strings can be split across multiple lines for clarity. |
---|
11 | |
---|
12 | # screensaver defaults |
---|
13 | [apps/gnome_settings_daemon/screensaver] |
---|
14 | start_screensaver = false |
---|
15 | |
---|
16 | # nautilus defaults |
---|
17 | [apps/nautilus/preferences] |
---|
18 | enable_delete = true |
---|
19 | |
---|
20 | # gnome-panel 2.8 defaults. |
---|
21 | [apps/panel/default_setup] |
---|
22 | [general] |
---|
23 | toplevel_id_list = [athena-edge] |
---|
24 | object_id_list = [athena-menu,athena-mail,athena-browser,athena-terminal, |
---|
25 | athena-editor,athena-logout] |
---|
26 | applet_id_list = [athena-tasklist,athena-clock] |
---|
27 | |
---|
28 | [toplevels/athena-edge] |
---|
29 | animation_speed = "medium" |
---|
30 | auto_hide = false |
---|
31 | auto_hide_size = 6 |
---|
32 | enable_animations = true |
---|
33 | enable_arrows = false |
---|
34 | enable_buttons = false |
---|
35 | expand = true |
---|
36 | hide_delay = 500 |
---|
37 | monitor = 0 |
---|
38 | name = "Athena Panel" |
---|
39 | orientation = "bottom" |
---|
40 | screen = 0 |
---|
41 | size = 48 |
---|
42 | unhide_delay = 500 |
---|
43 | x = 0 |
---|
44 | x_centered = false |
---|
45 | y = 1000 |
---|
46 | y_centered = false |
---|
47 | [background] |
---|
48 | color = "#ffffff" |
---|
49 | fit = true |
---|
50 | image = "" |
---|
51 | opacity = 65535 |
---|
52 | rotate = true |
---|
53 | stretch = false |
---|
54 | type = "gtk" |
---|
55 | |
---|
56 | [objects/athena-menu] |
---|
57 | custom_icon = "/usr/athena/share/gnome/athena/menu-icon" |
---|
58 | global-main = false |
---|
59 | menu_path = "file:///var/athena/menus" |
---|
60 | object_type = "menu-object" |
---|
61 | toplevel_id = "athena-edge" |
---|
62 | panel_right_stick = false |
---|
63 | position = 3 |
---|
64 | use_custom_icon = true |
---|
65 | use_menu_path = true |
---|
66 | |
---|
67 | [objects/athena-mail] |
---|
68 | launcher_location = "file:///usr/athena/share/gnome/athena/mail.desktop" |
---|
69 | object_type = "launcher-object" |
---|
70 | toplevel_id = "athena-edge" |
---|
71 | panel_right_stick = false |
---|
72 | position = 54 |
---|
73 | |
---|
74 | [objects/athena-browser] |
---|
75 | launcher_location = "file:///usr/athena/share/gnome/athena/browser.desktop" |
---|
76 | object_type = "launcher-object" |
---|
77 | toplevel_id = "athena-edge" |
---|
78 | panel_right_stick = false |
---|
79 | position = 105 |
---|
80 | |
---|
81 | [objects/athena-terminal] |
---|
82 | launcher_location = "file:///usr/athena/share/gnome/athena/terminal.desktop" |
---|
83 | object_type = "launcher-object" |
---|
84 | toplevel_id = "athena-edge" |
---|
85 | panel_right_stick = false |
---|
86 | position = 156 |
---|
87 | |
---|
88 | [objects/athena-editor] |
---|
89 | launcher_location = "file:///usr/athena/share/gnome/athena/editor.desktop" |
---|
90 | object_type = "launcher-object" |
---|
91 | toplevel_id = "athena-edge" |
---|
92 | panel_right_stick = false |
---|
93 | position = 207 |
---|
94 | |
---|
95 | [applets/athena-tasklist] |
---|
96 | bonobo_iid = "OAFIID:GNOME_TasklistApplet" |
---|
97 | object_type = "bonobo-applet" |
---|
98 | toplevel_id = "athena-edge" |
---|
99 | panel_right_stick = true |
---|
100 | position = 636 |
---|
101 | |
---|
102 | [objects/athena-logout] |
---|
103 | launcher_location = "file:///usr/athena/share/gnome/athena/logout.desktop" |
---|
104 | object_type = "launcher-object" |
---|
105 | toplevel_id = "athena-edge" |
---|
106 | panel_right_stick = true |
---|
107 | position = 124 |
---|
108 | |
---|
109 | [applets/athena-clock] |
---|
110 | bonobo_iid = "OAFIID:GNOME_ClockApplet" |
---|
111 | object_type = "bonobo-applet" |
---|
112 | toplevel_id = "athena-edge" |
---|
113 | panel_right_stick = true |
---|
114 | position = 73 |
---|
115 | |
---|
116 | # gnome-panel 2.2 defaults. We need to preserve these so that we can |
---|
117 | # read the user's gnome-panel 2.2 settings when migrating to |
---|
118 | # gnome-panel 2.8 settings. |
---|
119 | [apps/panel/default_profiles/medium] |
---|
120 | [general] |
---|
121 | panel_id_list = [athena-edge] |
---|
122 | object_id_list = [athena-menu,athena-mail,athena-browser,athena-terminal, |
---|
123 | athena-editor,athena-logout] |
---|
124 | applet_id_list = [athena-tasklist,athena-clock] |
---|
125 | |
---|
126 | [panels/athena-edge] |
---|
127 | panel_type = "edge-panel" |
---|
128 | panel_size = "panel-size-medium" |
---|
129 | panel_hide_mode = 0 |
---|
130 | panel_hide_state = 0 |
---|
131 | screen = 0 |
---|
132 | monitor = 0 |
---|
133 | screen_edge = "panel-edge-bottom" |
---|
134 | hide_buttons_enabled = false |
---|
135 | hide_buttons_pixmaps_enabled = false |
---|
136 | panel_background_type = "no-background" |
---|
137 | panel_background_pixmap = "" |
---|
138 | panel_background_pixmap_fit = true |
---|
139 | panel_background_pixmap_stretch = false |
---|
140 | panel_background_pixmap_rotate = true |
---|
141 | panel_background_color = "#ffffff" |
---|
142 | panel_background_color_alpha = 65535 |
---|
143 | |
---|
144 | [objects/athena-menu] |
---|
145 | object_type = "menu-object" |
---|
146 | path = "file:///var/athena/menus" |
---|
147 | main-menu = false |
---|
148 | global-main = false |
---|
149 | custom-icon = true |
---|
150 | custom-icon-file = "/usr/athena/share/gnome/athena/menu-icon" |
---|
151 | panel_id = "athena-edge" |
---|
152 | position = 3 |
---|
153 | panel_right_stick = false |
---|
154 | |
---|
155 | [objects/athena-mail] |
---|
156 | object_type = "launcher-object" |
---|
157 | launcher_location = "file:///usr/athena/share/gnome/athena/mail.desktop" |
---|
158 | panel_id = "athena-edge" |
---|
159 | position = 54 |
---|
160 | panel_right_stick = false |
---|
161 | |
---|
162 | [objects/athena-browser] |
---|
163 | object_type = "launcher-object" |
---|
164 | launcher_location = "file:///usr/athena/share/gnome/athena/browser.desktop" |
---|
165 | panel_id = "athena-edge" |
---|
166 | position = 105 |
---|
167 | panel_right_stick = false |
---|
168 | |
---|
169 | [objects/athena-terminal] |
---|
170 | object_type = "launcher-object" |
---|
171 | launcher_location = "file:///usr/athena/share/gnome/athena/terminal.desktop" |
---|
172 | panel_id = "athena-edge" |
---|
173 | position = 156 |
---|
174 | panel_right_stick = false |
---|
175 | |
---|
176 | [objects/athena-editor] |
---|
177 | object_type = "launcher-object" |
---|
178 | launcher_location = "file:///usr/athena/share/gnome/athena/editor.desktop" |
---|
179 | panel_id = "athena-edge" |
---|
180 | position = 207 |
---|
181 | panel_right_stick = false |
---|
182 | |
---|
183 | [applets/athena-tasklist] |
---|
184 | object_type = "bonobo-applet" |
---|
185 | bonobo_iid = "OAFIID:GNOME_TasklistApplet" |
---|
186 | panel_id = "athena-edge" |
---|
187 | position = 636 |
---|
188 | panel_right_stick = true |
---|
189 | |
---|
190 | [objects/athena-logout] |
---|
191 | object_type = "launcher-object" |
---|
192 | launcher_location = "file:///usr/athena/share/gnome/athena/logout.desktop" |
---|
193 | panel_id = "athena-edge" |
---|
194 | position = 124 |
---|
195 | panel_right_stick = true |
---|
196 | |
---|
197 | [applets/athena-clock] |
---|
198 | object_type = "bonobo-applet" |
---|
199 | bonobo_iid = "OAFIID:GNOME_ClockApplet" |
---|
200 | panel_id = "athena-edge" |
---|
201 | position = 73 |
---|
202 | panel_right_stick = true |
---|
203 | |
---|
204 | # url handlers |
---|
205 | [desktop/gnome/url-handlers/http] |
---|
206 | command = "firefox %s" |
---|
207 | enabled = true |
---|
208 | needs_terminal = false |
---|
209 | |
---|
210 | [desktop/gnome/url-handlers/https] |
---|
211 | command = "firefox %s" |
---|
212 | enabled = true |
---|
213 | needs_terminal = false |
---|