View Single Post
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#2
Originally Posted by Addison View Post
How can I make this so it launches a full screen X Terminal?
If you have a script (which doesn't immediately terminate) you can do

osso-xterm -e your-script.sh

An example (instead of your-script.sh I just use 'vi'):
#!/bin/sh
osso-xterm -e vi

You can test this interactively with
osso-xterm -e vi
in an xterm.
It'll launch another xterm which runs 'vi'. Try it, then drop back to multitask view - you'll see two xterms, the one you ran 'osso-xterm -e vi' in, and a new one with just 'vi'.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 

The Following User Says Thank You to TA-t3 For This Useful Post: