It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I had to edit manually file:
$HOME/.config/unity3d/Failbetter Games/Sunless Skies/prefs

and change resolution from 1x1 to 1080x1920:

was:
<pref name="Screenmanager Resolution Height" type="int">1</pref>
<pref name="Screenmanager Resolution Use Native" type="int">1</pref>
<pref name="Screenmanager Resolution Width" type="int">1</pref>

now is:
<pref name="Screenmanager Resolution Height" type="int">1080</pref>
<pref name="Screenmanager Resolution Use Native" type="int">1</pref>
<pref name="Screenmanager Resolution Width" type="int">1920</pref>

Now game is working.