Disable bug buddy; otherwise we just hang on crash instead of restarting old panel

svn path=/trunk/; revision=33
This commit is contained in:
Colin Walters 2008-11-06 15:10:57 +00:00
parent 03b8843f9e
commit 4b9844bdee

View File

@ -54,7 +54,8 @@ class Launcher:
env=dict(os.environ)
env.update({'GNOME_SHELL_JS' : self.js_dir,
'GI_TYPELIB_PATH' : self.plugin_dir,
'LD_LIBRARY_PATH' : os.environ.get('LD_LIBRARY_PATH', '') + ':' + self.plugin_dir})
'LD_LIBRARY_PATH' : os.environ.get('LD_LIBRARY_PATH', '') + ':' + self.plugin_dir,
'GNOME_DISABLE_CRASH_DIALOG' : '1'})
if use_tfp:
# If we have NPOT textures, then we want to use GLX_EXT_texture_from_pixmap; in