gnome-shell r33 - trunk/scripts
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r33 - trunk/scripts
- Date: Thu, 6 Nov 2008 15:10:57 +0000 (UTC)
Author: walters
Date: Thu Nov 6 15:10:57 2008
New Revision: 33
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=33&view=rev
Log:
Disable bug buddy; otherwise we just hang on crash instead of restarting old panel
Modified:
trunk/scripts/launcher.py
Modified: trunk/scripts/launcher.py
==============================================================================
--- trunk/scripts/launcher.py (original)
+++ trunk/scripts/launcher.py Thu Nov 6 15:10:57 2008
@@ -54,7 +54,8 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]