Bug#694664: gnome-terminal.wrapper: -e doesn't wait for the command to exit

2012-11-28 Thread Simon McVittie
found 694664 3.4.1.1-2 thanks On 28/11/12 20:12, Jakub Wilk wrote: > gnome-terminal.wrapper doesn't wait for the executed command to exit if > another instance of gnome-terminal is already running That'll be the single-instance logic, also present in wheezy. In gnome-terminal master (GNOME 3.8)

Bug#694664: gnome-terminal.wrapper: -e doesn't wait for the command to exit

2012-11-28 Thread Jakub Wilk
Package: gnome-terminal Version: 2.30.2-1 gnome-terminal.wrapper doesn't wait for the executed command to exit if another instance of gnome-terminal is already running: $ alias s5="gnome-terminal.wrapper -e sh -c 'sleep 5'" $ time s5 & time s5 ; wait [1] 3096 real0m0.451s user0m0.060s