mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue