Add a panel containing tasklist to bottom screen
This is implemented as a separate process, since creating and running toplevel windows from inside Metacity has issues. We now grab a DBus name, and exec the child process. The child monitors our name to know when to exit. svn path=/trunk/; revision=153
This commit is contained in:
@ -93,6 +93,7 @@ class Launcher:
|
||||
env.update({'GNOME_SHELL_JS' : self.js_dir,
|
||||
'GNOME_SHELL_DATADIR' : self.data_dir,
|
||||
'GI_TYPELIB_PATH' : self.plugin_dir,
|
||||
'PATH' : os.environ.get('PATH', '') + ':' + self.plugin_dir,
|
||||
'LD_LIBRARY_PATH' : os.environ.get('LD_LIBRARY_PATH', '') + ':' + self.plugin_dir,
|
||||
'GNOME_DISABLE_CRASH_DIALOG' : '1'})
|
||||
|
||||
|
Reference in New Issue
Block a user