View Single Post
daperl's Avatar
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