mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
specify geometries on the test clients so they don't end up with their title
bars under the panel svn path=/trunk/; revision=34
This commit is contained in:
parent
4b9844bdee
commit
8da8fd76ca
1 changed files with 5 additions and 4 deletions
|
|
@ -46,10 +46,11 @@ try:
|
|||
# Wait for server to get going: LAME
|
||||
time.sleep(1)
|
||||
|
||||
# Start xterm to have some window in our session
|
||||
subprocess.Popen(["xterm"])
|
||||
subprocess.Popen(["xlogo"])
|
||||
subprocess.Popen(["xeyes"])
|
||||
# Start some windows in our session. Specify explicit geometries
|
||||
# so we don't end up with the title bars underneath the panel
|
||||
subprocess.Popen(["xterm", "-geometry", "+30+30"])
|
||||
subprocess.Popen(["xlogo", "-geometry", "-0-0"])
|
||||
subprocess.Popen(["xeyes", "-geometry", "-0+30"])
|
||||
|
||||
# Now launch metacity-clutter with our plugin
|
||||
shell = launcher.start_shell()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue