What's wrong with this .desktop file?

I can't figure out what's wrong with this. According to this, it should work. Thanks!

[Desktop Entry]
Version=1.0
Name=D3GO
Comment=D3GO televizija preko interneta
Exec=~/D3GO/D3GO
Path=~/D3GO/
Icon=~/D3GO/D3GO.png
Terminal=false
Type=Application
Categories=Application;

Solution 1:

These lines are wrong:

Exec=~/D3GO/D3GO
Path=~/D3GO/
Icon=~/D3GO/D3GO.png

You must to use the full path names.