From 9af06c0b265ed6fb41b64afa8c186c4a617fa771 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 22 Mar 2007 19:34:07 +0000 Subject: Add a script to start sugar. Move the gtkrc to avoid conflicts when installing on a complete system. --- (limited to 'sugar-emulator') diff --git a/sugar-emulator b/sugar-emulator index 76fccdb..8806162 100755 --- a/sugar-emulator +++ b/sugar-emulator @@ -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) -- cgit v0.9.1