提示需要5M空间是因为~/.loki目录的权限是root有问题。如果你的用户名是username的话,用这个命令就可以了
sudo chown -R username ~/.loki/
heroes3-1.3.1a-x86.run是个补丁,号称可以支持全屏的游戏,但装好后不知道怎么开出来。安装方式如下:
The patch will segfault if you try to run it. Run it with the 'keep' option (it will still segfault, but bear with me!):
sh heroes3-1.3.1a-unified-x86.run --keep
We need to patch the patch (*sigh*), go to the offending directory and remove the dodgy file:
cd heroes3-1.3.1a-unified-x86/bin/Linux/x86/
rm loki_patch
Download the new loki_patch and make it executable:
wget
http://www.step-n-up.com/downloads/loki_patch
chmod +x loki_patch
Go back a few directories and run the update (now as root):
cd ../../../
sudo sh update.sh
Hopefully that should now work, I found no problems with the menu item - use that or type:
heroes3
To remove the faff:
cd ~/
sudo rm -rf heroes3-1.3.1a-unified-x86
rm heroes3-1.3.1a-unified-x86.run