View Single Post
Posts: 61 | Thanked: 83 times | Joined on Feb 2010 @ Estonia
#77
problem lies in symlink /usr/games/openttd -> ../share/games/openttd/openttd
to correct this:
rm /usr/games/openttd
ln /usr/share/games/openttd/openttd /usr/games/openttd -s

or alternatively you can edit /usr/share/applications/hildon/openttd.desktop and correct Exec= line.

i also needed to unpack sample.cat from original ttd to /opt/openttd/data
 

The Following User Says Thank You to zod For This Useful Post: