gnome-terminal with --command option fails after first time
Bug #157266 reported by
Jesse Aldridge
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNOME Terminal |
Confirmed
|
Wishlist
|
|||
gnome-terminal (Ubuntu) |
Triaged
|
Low
|
Ubuntu Desktop Bugs |
Bug Description
Binary package hint: gnome-terminal
Open the terminal ( Accessories -> Terminal )
> gnome-terminal --command "echo test"
Close the spawned window.
> gnome-terminal --command "echo test"
Window spawns, but there's no output.
Using Ubuntu 7.10
Changed in gnome-terminal: | |
assignee: | nobody → desktop-bugs |
importance: | Undecided → Low |
status: | New → Incomplete |
Changed in gnome-terminal: | |
status: | Confirmed → Triaged |
Changed in gnome-terminal: | |
status: | Unknown → Confirmed |
Changed in gnome-terminal: | |
importance: | Unknown → Wishlist |
To post a comment you must log in.
Can work around by using xterm instead:
>xterm -e "echo test; read"