I'm making a .desktop file for Minecraft. Nothing appears to happen upon executing the it. The Exec and Path keys in the file:
Exec=java -jar Minecraft.jar
Path=$HOME/.minecraft/
I've also tried using a ~ instead of $HOME. Freedesktop's Desktop Entry Specification doesn't mention any strict rules for the Path key, but it does for the Exec key, and I've tried applying it's rules in the Path key too.
I have found a workaround for making my .desktop file through a previous question, but I would still like to know how to make it work with the Path key.