After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 71442 - forward environment/args from command line to terminal server
forward environment/args from command line to terminal server
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
1.9.x
Other Linux
: High major
: 2.0.0
Assigned To: Havoc Pennington
Havoc Pennington
: 79573 81191 81642 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-02-14 03:50 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: Old
GNOME version: ---



Description Havoc Pennington 2002-02-14 03:50:33 UTC
--use-factory to reduce memory usage by the libgnomeui init overhead.
(Doesn't matter otherwise AFAIK)
Comment 1 Luis Villa 2002-02-14 06:36:03 UTC
OK, so this is a regression too :) but much less user-visible for most
users.
Comment 2 Loz 2002-02-16 19:17:16 UTC
The gnome-terminal 1.9.0 separated out from gnome-core doesn't appear
to support --use-factory. gnome-terminal --usage reports:

Usage: gnome-terminal [-?e] [--usage] [--window-with-profile=STRING]
        [--tab-with-profile=STRING]
[--window-with-profile-internal-id=STRING]
        [--tab-with-profile-internal-id=STRING] [--show-menubar]
        [--hide-menubar]

This means the terminal icon on the panel and panel menus no longer
functions.
Comment 3 Havoc Pennington 2002-02-17 06:14:17 UTC
When implementing this, I'd like to do it a bit differently than 
old gnome-terminal; namely I'd like to forward more of the command
line args and certain pieces of the environment (similar to those ssh
forwards) from the --use-factory invocation to the factory process.
Comment 4 Michael Meeks 2002-04-11 15:54:54 UTC
fixed in CVS modulo actually using the forwarded command line
arguments :-)
Comment 5 Luis Villa 2002-04-11 16:11:15 UTC
So should this actually be closed until the fixes are accesible from
the CLI? Or am I missing something? :)
Comment 6 Havoc Pennington 2002-04-11 16:33:34 UTC
reopen to track finishing the feature
Comment 7 Havoc Pennington 2002-04-30 19:45:39 UTC
*** Bug 79573 has been marked as a duplicate of this bug. ***
Comment 8 Havoc Pennington 2002-05-02 19:32:13 UTC
We can punt this bug by just disabling the factory/server feature, 
if we have to.
Comment 9 Havoc Pennington 2002-05-12 17:13:12 UTC
*** Bug 81191 has been marked as a duplicate of this bug. ***
Comment 10 Havoc Pennington 2002-05-13 14:53:43 UTC
*** Bug 81642 has been marked as a duplicate of this bug. ***
Comment 11 Michael Meeks 2002-05-27 08:59:36 UTC
Fixed in CVS - again again, but this time I implemented all the arg
re-parsing etc. etc.
Comment 12 prabhut 2002-07-23 03:42:47 UTC
I tested terminal with the source taken from CVS head on "15th July" 
and I found when I used "-e" or "-x" commandline options, I am 
getting an error as :

There was an error creating child process for this terminal Error:0

I gave the following command:

gnome-terminal --command="ls /etc"

I tested this on Solaris Sparc 5.9.

Do we need to reopen this bug?.