mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Disable bug buddy; otherwise we just hang on crash instead of restarting old panel
svn path=/trunk/; revision=33
This commit is contained in:
parent
03b8843f9e
commit
4b9844bdee
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue