Hello, i have managed to get the file to the right place and it shows i apps. My code looks like this [Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Terminal=true Name=topx Exec=/usr/bin/osso-xterm ssh -L 3389:xxx.xxx.1.xxx:3389 root@mydns -p XXXX Icon= X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable but the window dissapear and the nothing happens, can someone help med with this, new at this. Iwould like the shortcut to open upp ssh between n900 and home computer. Am i completly offroad?
#!/bin/sh ssh -L 3389:xxx.xxx.1.xxx:3389 root@mydns -p XXXX exit 0
chmod 755 /usr/local/bin/ssh-localforward.sh
Exec=/usr/bin/osso-xterm ssh -L 3389:xxx.xxx.1.xxx:3389 root@mydns -p XXXX
Exec=/usr/bin/osso-xterm /usr/local/bin/ssh-localforward.sh