GNOME Bugzilla – Bug 79573
using factory disables -e, --command, -x, --execute options
Last modified: 2002-04-30 19:45:41 UTC
When the gnome-terminal factory is being used, and at least one factory-enabled gnome-terminal is already running, the "-e" and "-x" command line options (also known as "--command" and "--execute") no longer have any effect. To reproduce the bug, first start up at least one factory-enabled gnome-terminal: % gnome-terminal # --use-factory is default That done, each of the following all result in a gnome-terminal with the user's default shell: % gnome-terminal -x top # --use-factory is default % gnome-terminal -e top # --use-factory is default If you really want to run a command in a gnome-terminal, you must explicitly disable the factory: % gnome-terminal --disable-factory -x top % gnome-terminal --disable-factory -e top If there is *not* already a gnome-terminal factory running, then the "-x" and "-e" flags do work as intended.
i can verify that this happens.
Fairly big regression, no?
In addition the --title option doesn't work either. So both -e,-x, and I'm reporting that -t doesn't work either.
No need to enumerate them all ;-), I just haven't implemented forwarding args from the command line to the factory. Known issue. Use --disable-factory for now if you want to use args. ;-)
*** This bug has been marked as a duplicate of 71442 ***