schmidtbag wrote: > I tried this: > Path='~/.wine/drive_c/Program Files/Space Tripper/SpaceTripper.exe' > and I got errors. I removed the quotes and I got errors. I tried this: > Path='~/.wine/drive_c/Program Files/Space Tripper/' wine 'SpaceTripper.exe' > and that didn't work. I also tried: > path='~/.wine/drive_c/Program Files/Space Tripper/' && wine 'SpaceTripper.exe' > with no luck Wrong. You not reading what I'm telling you. "Path" is the working directory NOT a program! Also do not use "~" in the path. Put the full pathname. schmidtbag wrote: > I don't mean to be a pain, but if this is a common issue I'm surprised theres no definite solution for gnome. It's not. If you would have installed program with Wine the link would have been created properly.