From 1ce78680b172d8d17bd64453abcbfa9f961abc9c Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 2 Nov 2008 04:18:38 +0000 Subject: [PATCH] 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 --- scripts/start-in-Xephyr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/start-in-Xephyr b/scripts/start-in-Xephyr index b9f5ce622..0b20b1927 100755 --- a/scripts/start-in-Xephyr +++ b/scripts/start-in-Xephyr @@ -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()