Add a script to start sugar. Move the gtkrc to avoid conflicts when

installing on a complete system.
This commit is contained in:
Marco Pesenti Gritti
2007-03-22 20:34:07 +01:00
parent 01056ee823
commit 9af06c0b26
12 changed files with 30 additions and 27 deletions
+2
View File
@@ -90,4 +90,6 @@ else:
_start_xephyr(width, height, min(_sugar.get_screen_dpi(), 96))
os.environ['GTK2_RC_FILES'] = env.get_data_path('gtkrc')
os.execlp('dbus-launch', 'dbus-launch', '--exit-with-session', program)