source: trunk/packs/dotfiles/gnome/athena.schemas.in @ 21799

Revision 21799, 5.9 KB checked in by rbasch, 20 years ago (diff)
Set firefox as the url handler for http and https.
Line 
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# gnome-panel 2.8 defaults.
17[apps/panel/default_setup]
18 [general]
19  toplevel_id_list = [athena-edge]
20  object_id_list = [athena-menu,athena-mail,athena-browser,athena-terminal,
21                    athena-editor,athena-logout]
22  applet_id_list = [athena-tasklist,athena-clock]
23
24 [toplevels/athena-edge]
25  animation_speed = "medium"
26  auto_hide = false
27  auto_hide_size = 6
28  enable_animations = true
29  enable_arrows = false
30  enable_buttons = false
31  expand = true
32  hide_delay = 500
33  monitor = 0
34  name = "Athena Panel"
35  orientation = "bottom"
36  screen = 0
37  size = 48
38  unhide_delay = 500
39  x = 0
40  x_centered = false
41  y = 1000
42  y_centered = false
43  [background]
44   color = "#ffffff"
45   fit = true
46   image = ""
47   opacity = 65535
48   rotate = true
49   stretch = false
50   type = "gtk"
51
52 [objects/athena-menu]
53  custom_icon = "/usr/athena/share/gnome/athena/menu-icon"
54  global-main = false
55  menu_path = "file:///var/athena/menus"
56  object_type = "menu-object"
57  toplevel_id = "athena-edge"
58  panel_right_stick = false
59  position = 3
60  use_custom_icon = true
61  use_menu_path = true
62
63 [objects/athena-mail]
64  launcher_location = "file:///usr/athena/share/gnome/athena/mail.desktop"
65  object_type = "launcher-object"
66  toplevel_id = "athena-edge"
67  panel_right_stick = false
68  position = 54
69
70 [objects/athena-browser]
71  launcher_location = "file:///usr/athena/share/gnome/athena/browser.desktop"
72  object_type = "launcher-object"
73  toplevel_id = "athena-edge"
74  panel_right_stick = false
75  position = 105
76
77 [objects/athena-terminal]
78  launcher_location = "file:///usr/athena/share/gnome/athena/terminal.desktop"
79  object_type = "launcher-object"
80  toplevel_id = "athena-edge"
81  panel_right_stick = false
82  position = 156
83
84 [objects/athena-editor]
85  launcher_location = "file:///usr/athena/share/gnome/athena/editor.desktop"
86  object_type = "launcher-object"
87  toplevel_id = "athena-edge"
88  panel_right_stick = false
89  position = 207
90
91 [applets/athena-tasklist]
92  bonobo_iid = "OAFIID:GNOME_TasklistApplet"
93  object_type = "bonobo-applet"
94  toplevel_id = "athena-edge"
95  panel_right_stick = true
96  position = 636
97
98 [objects/athena-logout]
99  launcher_location = "file:///usr/athena/share/gnome/athena/logout.desktop"
100  object_type = "launcher-object"
101  toplevel_id = "athena-edge"
102  panel_right_stick = true
103  position = 124
104
105 [applets/athena-clock]
106  bonobo_iid = "OAFIID:GNOME_ClockApplet"
107  object_type = "bonobo-applet"
108  toplevel_id = "athena-edge"
109  panel_right_stick = true
110  position = 73
111
112# gnome-panel 2.2 defaults.  We need to preserve these so that we can
113# read the user's gnome-panel 2.2 settings when migrating to
114# gnome-panel 2.8 settings.
115[apps/panel/default_profiles/medium]
116 [general]
117  panel_id_list = [athena-edge]
118  object_id_list = [athena-menu,athena-mail,athena-browser,athena-terminal,
119                    athena-editor,athena-logout]
120  applet_id_list = [athena-tasklist,athena-clock]
121
122 [panels/athena-edge]
123  panel_type = "edge-panel"
124  panel_size = "panel-size-medium"
125  panel_hide_mode = 0
126  panel_hide_state = 0
127  screen = 0
128  monitor = 0
129  screen_edge = "panel-edge-bottom"
130  hide_buttons_enabled = false
131  hide_buttons_pixmaps_enabled = false
132  panel_background_type = "no-background"
133  panel_background_pixmap = ""
134  panel_background_pixmap_fit = true
135  panel_background_pixmap_stretch = false
136  panel_background_pixmap_rotate = true
137  panel_background_color = "#ffffff"
138  panel_background_color_alpha = 65535
139
140 [objects/athena-menu]
141  object_type = "menu-object"
142  path = "file:///var/athena/menus"
143  main-menu = false
144  global-main = false
145  custom-icon = true
146  custom-icon-file = "/usr/athena/share/gnome/athena/menu-icon"
147  panel_id = "athena-edge"
148  position = 3
149  panel_right_stick = false
150
151 [objects/athena-mail]
152  object_type = "launcher-object"
153  launcher_location = "file:///usr/athena/share/gnome/athena/mail.desktop"
154  panel_id = "athena-edge"
155  position = 54
156  panel_right_stick = false
157
158 [objects/athena-browser]
159  object_type = "launcher-object"
160  launcher_location = "file:///usr/athena/share/gnome/athena/browser.desktop"
161  panel_id = "athena-edge"
162  position = 105
163  panel_right_stick = false
164
165 [objects/athena-terminal]
166  object_type = "launcher-object"
167  launcher_location = "file:///usr/athena/share/gnome/athena/terminal.desktop"
168  panel_id = "athena-edge"
169  position = 156
170  panel_right_stick = false
171
172 [objects/athena-editor]
173  object_type = "launcher-object"
174  launcher_location = "file:///usr/athena/share/gnome/athena/editor.desktop"
175  panel_id = "athena-edge"
176  position = 207
177  panel_right_stick = false
178
179 [applets/athena-tasklist]
180  object_type = "bonobo-applet"
181  bonobo_iid = "OAFIID:GNOME_TasklistApplet"
182  panel_id = "athena-edge"
183  position = 636
184  panel_right_stick = true
185
186 [objects/athena-logout]
187  object_type = "launcher-object"
188  launcher_location = "file:///usr/athena/share/gnome/athena/logout.desktop"
189  panel_id = "athena-edge"
190  position = 124
191  panel_right_stick = true
192
193 [applets/athena-clock]
194  object_type = "bonobo-applet"
195  bonobo_iid = "OAFIID:GNOME_ClockApplet"
196  panel_id = "athena-edge"
197  position = 73
198  panel_right_stick = true
199
200# url handlers
201[desktop/gnome/url-handlers/http]
202 command = "firefox %s"
203 enabled = true
204 needs_terminal = false
205
206[desktop/gnome/url-handlers/https]
207 command = "firefox %s"
208 enabled = true
209 needs_terminal = false
Note: See TracBrowser for help on using the repository browser.