Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-emulator
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-22 19:34:07 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-22 19:34:07 (GMT)
commit9af06c0b265ed6fb41b64afa8c186c4a617fa771 (patch)
tree2fe8a5deb30e28696a0e50d52734e2027b5e2302 /sugar-emulator
parent01056ee8236ee68a73ca86dc1e801f4bd937089e (diff)
Add a script to start sugar. Move the gtkrc to avoid conflicts when
installing on a complete system.
Diffstat (limited to 'sugar-emulator')
-rwxr-xr-xsugar-emulator2
1 files changed, 2 insertions, 0 deletions
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)