mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 17 2005,16:41 |
|
Quote (MAGAT @ Mar. 17 2005,03:57) | fluxbox & rxvt -rv -T fixed yellow "start shell" -e sudo sh /mnt/hda1/start.sh
and
rxvt -rv -T fixed yellow "start shell" -e sudo sh /mnt/hda1/start.sh & fluxbox |
The first one loads fluxbox in the background and runs your script normally. When the script ends, your X session ends.
The second one runs the script in the background and then runs fluxbox normally. When the script ends, your X session is not killed. The session runs until Fluxbox is closed.
I agree completely with henk. You're just making extra work for yourself by closing unwanted running programs rather than just not starting them in the first place.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|