gnome-shell r4 - trunk/scripts
- From: otaylor svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-shell r4 - trunk/scripts
- Date: Fri, 31 Oct 2008 12:41:01 +0000 (UTC)
Author: otaylor
Date: Fri Oct 31 12:41:01 2008
New Revision: 4
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=4&view=rev
Log:
Use --mutter-plugins instead of --clutter-plugins
Command line option to metacity has been changed, match that.
Modified:
trunk/scripts/start-in-Xephyr
Modified: trunk/scripts/start-in-Xephyr
==============================================================================
--- trunk/scripts/start-in-Xephyr (original)
+++ trunk/scripts/start-in-Xephyr Fri Oct 31 12:41:01 2008
@@ -46,7 +46,7 @@
'GI_TYPELIB_PATH' : plugin_dir,
'LD_LIBRARY_PATH' : os.environ.get('LD_LIBRARY_PATH', '') + ':' + plugin_dir})
args = 'DEBUG' in os.environ and os.environ['DEBUG'].split() or []
- args.extend(['metacity', '--clutter-plugins=' + plugin, '--replace'])
+ args.extend(['metacity', '--mutter-plugins=' + plugin, '--replace'])
print args
subprocess.Popen(args, env=env)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]