Hi All,
Is there a way to launch a gnome-terminal from the command line (i.e., using the /usr/bin/gnome-terminal command) and have the new terminal inherit the environment variables and other set variables of terminal from which the command was run? The scenario is thus:
- Open a terminal
- Set some variables
- Set some environment variables
- Launch an executable that needs the variables and the environment variables of the current terminal in a new terminal
Thoughts?