Version : KSP 1.0.2 - steam. I made a script to start KSP without having starting steam : #!/bin/bash cd /home/myusername/.local/share/Steam/SteamApps/common/Kerbal\ Space\ Program/ && ./KSP.x86_64 The problem is that my graphical settings and the preferences about sending my IP are not recorded seems to be reinitialized each time I relaunch ksp. I explain more : If i made changes, for example activate fullscreen, next time I will launch KSP, it will be in full screen, but if I go in the settings panel, all options are set to default. Then if i click on apply, it apply default settings. It's very annoying to have to re-set everything as soon as I want to change a setting. Similarly, the KSP Stats Tracking dialog is displayed each time I launch KSP (This is the dialog where you tell if you want to send IP and anonymous game progress data). Keys modification are recorded though. There's nothing in the console about file not found or such thing. Is this a known bug ? I didn't find anything about it in the forum...