gnome-shell r23 - trunk/scripts



Author: otaylor
Date: Sun Nov  2 04:18:38 2008
New Revision: 23
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=23&view=rev

Log:
start-in-Xepyhr: add xeyes and xlogo to initial session

With one window, it's hard to see window management behavior,
add xeyes and xlogo as well as xterm.

Modified:
   trunk/scripts/start-in-Xephyr

Modified: trunk/scripts/start-in-Xephyr
==============================================================================
--- trunk/scripts/start-in-Xephyr	(original)
+++ trunk/scripts/start-in-Xephyr	Sun Nov  2 04:18:38 2008
@@ -43,6 +43,8 @@
 
     # Start xterm to have some window in our session
     subprocess.Popen(["xterm"])
+    subprocess.Popen(["xlogo"])
+    subprocess.Popen(["xeyes"])
 
     # Now launch metacity-clutter with our plugin
     shell = launcher.start_shell()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]