View Single Post
Posts: 352 | Thanked: 231 times | Joined on Jul 2008 @ Vancouver
#21
thanks naabi,
when I say for dummies i mean it. I have created an icon file:
Code:
[Desktop Entry]
Encoding=UTF-8
Version=0.1
Name=SSH 
Terminal=true
Type=Application
Comment=SSH Login
Exec=/usr/bin/osso-xterm
Icon=terminal
#X-Window-Icon=timerwidget
X-Window-Icon=     
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
in "/usr/share/applications/hildon/" folder i now want it to run this command:
Code:
ssh -l root -L 3389:192.111.1.1:3389 222.222.222.222 -p 22
what should my *.desktop file look like to run this command?