GNOME Bugzilla – Bug 664730
Run in foreground
Last modified: 2012-05-03 19:07:16 UTC
As discussed elsewhere (<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576313>, <https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/666418>), `gnome-terminal` runs in the background by default. This causes problems for some scripts, like `mailto-mutt`, and is inconsistent with how other terminals (for example `xterm`) work. Workaround: Use the `--disable-factory` argument. It's not clear from the `man` page which other side-effects this has, but it works. Suggestion: Run `gnome-terminal` in the background by default. Impact: Those who need to daemonize `gnome-terminal` will have to do so.
D'oh, s/Suggestion: Run `gnome-terminal` in the background/Suggestion: Run `gnome-terminal` in the foreground/
Fixed on master.