View Single Post
Posts: 152 | Thanked: 41 times | Joined on Dec 2009 @ Sydney
#57
Originally Posted by salle74 View Post
When i launch the icon the terminal says internal fault and closes
I have made a Ssh.sh file in /usr/local/bin and chmod 755, changed the code to:Exec=/usr/bin/osso-xterm /usr/local/bin/Ssh.sh. Whats wrong? The code within Ssh.desktop look like this:
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Terminal=true
Name=Ssh
Exec=/usr/bin/osso-xterm /usr/local/bin/Ssh.sh
Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable

Ok two thing. Try just running the script from an already open Xterm. Just run type in:

Code:
/usr/local/bin/Ssh.sh
If that works then double check your desktop file, keeping in mind Linux is case sensitive. So make sure its /usr/local/bin/Ssh.sh and not /usr/local/bin/ssh.sh

Take screenshots and put here if you are still stuck.

Last edited by DaveQB; 2010-01-21 at 21:36. Reason: typo