Saturday, October 9, 2010

Ubuntu 10.10 Launcher and Bash Insert How2's

Basically this area is a how to accomplish certain tasks dealing with the Launcher and within Scripts it's self. This area will be the main source area in which such items will appear. This area will be updated periodically.



Launcher:
 
gnome-terminal --geometry  90x24+180+120 -e "/Directory/Script.sh"
file:/// = open root directory
sh -c 'smplayer /tmp/Fl*' = play 1st flash in smplayer
gnome-terminal --execute bash -c "/Path/Script.sh ; bash"

Script:

setterm -cursor off (on)
echo -en '\E[34;01m'"\033[1mPRESS\E[32;01m ENTER\E[34;01m TO QUIT\033[0m" 
echo -en "\033[s\e[1;34m Rem. Location and Blue "
echo -en "\033[u\033[0m" = Return to Location