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.

svn path=/trunk/; revision=23
This commit is contained in:
Owen Taylor 2008-11-02 04:18:38 +00:00
parent 0a2a65e810
commit 1ce78680b1

View File

@ -43,6 +43,8 @@ try:
# 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()