I have tried to create a .desktop file to run vncviewer (tight vnc connecting to a mac). I have entered below into the file.
[Desktop Entry]
Version=x.y
Name=VNCViewer
Comment=This is my comment
Exec=/usr/bin/vncviewer 10.0.1.5:5900
Terminal=true
When I double click the file it returns "There was an error launching the application."
Any suggestions what I have done wrong in my .desktop file?
gnome-desktop-item-edit --create-new path/to/folderis useful... – artfulrobot Feb 21 '13 at 18:11