Thread
:
Tear 0.3 - Simple WebKit browser, now with Dashboard
View Single Post
daperl
2009-03-27 , 19:19
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#
676
For Personal Menu, the following worked for me. I created 2 scripts called hw.sh and top.sh in /home/user.
hw.sh:
Code:
#! /bin/sh printf 'hello world' sleep 10
top.sh:
Code:
#! /bin/sh top
I set permisions to 755:
chmod /home/user/hw.sh 755
chmod /home/user/top.sh 755
In Personal Menu, I set 'Command to execute' in one to:
'/usr/bin/osso-xterm /home/user/hw.sh'
and:
'/usr/bin/osso-xterm /home/user/top.sh'
in the other.
I
did not
select 'Run in terminal' for either.
When I started them from Personal Menu I got one shell each.
__________________
N9: Go white or go
home
Quote & Reply
|
daperl
View Public Profile
Send a private message to daperl
Find all posts by daperl