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:
parent
0a2a65e810
commit
1ce78680b1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user