LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   gnome-terminal command line startup (https://www.linuxquestions.org/questions/red-hat-31/gnome-terminal-command-line-startup-231440/)

fredgarvin 09-16-2004 02:01 PM

gnome-terminal command line startup
 
I would like to add a launcher with a gnome-terminal using a specific profile. I would think that the following would do just fine:

gnome-terminal -e "/usr/local/bin/fist -f'StickItToTheMan' -s25 -m'stick it' -m'to the man'" --geometry=100X50 --hide-menu-bar --window-with-profile=theman

When the launcher is activated, a terminal with deafult colors and menu bar is created. The command is executed i this window, then a second terminal is created with the default size, the hidden menu bar and the named profile.

This is keeping the man's foot on my neck.

fredgarvin 09-16-2004 02:04 PM

Order is important apparently. this works:

gnome-terminal --geometry=100X50 --hide-menu-bar --window-with-profile=theman -e "/usr/local/bin/fist -f'StickItToTheMan' -s25 -m'stick it' -m'to the man'"

Now I'll show the man.

suowei1979 09-16-2004 10:39 PM

:)
it is good


All times are GMT -5. The time now is 01:55 AM.