Posts

Showing posts with the label troubles

Stellarium troubles solved

Stellarium troubles solved In Stellarium, one of my favourites, sometimes the display doesnt work OK Version 0.10.2 The landscapes sometimes dont appear properly. This is some problem with this file ~/.config/Trolltech.conf (~ means /home/yourname so it is a file in a hidden map in your home file. In Nautilus you can unhide files and maps by pressing CTRL H together) You can delete the file and a new one is created when Stellarium is restarted. All should be working fine from now on. version 0.10.4 and version 0.10.5 Also in these versions the landscapes dont appear properly. This is about a nummeric problem. Its solved this way: 1) Create a simple text file with an [ *.sh ] extension (script file). I personally created it here: /home/USER/.stellarium/Stellarium .sh 2) Simply stick the command in the text file:   LC_NUMERIC=C stellarium   Save and close IMPORTANT make your script file executable in File/Properties /Permission, where you select: [ Allow executing file as pro...