Linux akaneiro launcher (beta). Release notes: Basicly launcher is a torrent client which works with our game delivery platform. It automaticly updates your game to latest version. Warning about full-screen: Best that you DO NOT attempt to run the game in full-screen as this could result in not being able to exit full-screen and having the game display at 4x your screen size, making it unplayable. Known Issues: - Ubuntu 12.04 - uTP transport will not work. Not supported by libtorrent-rasterbar 0.15. Installing launcher: Open terminal and copypaste following code. For ubuntu 12.04: #################################################################################### sudo -i || ( echo "root privilege required to modify software sources"; exit 1 ) wget -O - http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.04/Release.key | apt-key add - echo 'deb http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.04 ./' >> /etc/apt/sources.list apt-get update apt-get install akaneiro-launcher #################################################################################### For ubuntu 12.10: #################################################################################### sudo -i || ( echo "root privilege required to modify software sources"; exit 1 ) wget -O - http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.10/Release.key | apt-key add - echo 'deb http://download.opensuse.org/repositories/home:/Spicyhorse/xUbuntu_12.10 ./' >> /etc/apt/sources.list apt-get update apt-get install akaneiro-launcher ####################################################################################