LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   scripting workspaces (https://www.linuxquestions.org/questions/linux-newbie-8/scripting-workspaces-245068/)

chunlee 10-20-2004 09:03 AM

scripting workspaces
 
hi there:

just wondering, what do i need to put in a shell script so that i can specify which workspace it will appear in when its executed?

many thanks

CHUN

Samsara 10-20-2004 12:36 PM

You need to give much more information here, e.g. post the shell script. Shell scripts don't normally "appear in a workspace". Are you using a widget set? Which one? tk?

Samsara

chunlee 10-20-2004 12:57 PM

thanks for your reply:

well, my sript are simple, it starts a gnome-terminal and execute some command in it. it looks like this:

#!/bin/bash
gnome-terminal -t JACK -e start_jack.sh

so, how would i script it in such a way that when the gnome-terminal comes up, it will be in the workspace i specified.

thanks

CHUN


All times are GMT -5. The time now is 03:08 PM.