Known issues in Stellarium 0.10.4
From Stellarium Wiki
(Difference between revisions)
(Blanked the page) |
|||
| Line 1: | Line 1: | ||
| + | This page lists bugs and other issues specific to Stellarium 0.10.4 that are known to the community and/or the development team. The purpose of this list is to provide solutions and information about common problems, please report new bugs to the bug tracker. | ||
| + | ==Landscapes not showing correct in Ubuntu 10.4 and Linux mint 9== | ||
| + | |||
| + | This is easily repaired with a small script. | ||
| + | Start gedit with an empty file and enter this text in it: | ||
| + | |||
| + | LC_NUMERIC=C stellarium | ||
| + | |||
| + | Save the file in your home directory and give it the name: | ||
| + | stellarium.sh | ||
| + | |||
| + | Start nautilus or another filebrowser and change the rights of the file so that it is executable. | ||
| + | |||
| + | Now right click on your menu and choose "edit menu". Change the menu item for stellarium and point to the script you just created. And voila the landscapes show again. | ||
| + | |||
| + | ==See also== | ||
| + | * [[Known issues in Stellarium 0.10.1]] | ||
| + | * [[Known issues in Stellarium 0.10.2]] | ||
| + | * [[Known issues in Stellarium 0.10.3]] | ||
| + | * [[FAQ|Frequently Asked Questions]] | ||
| + | * [[:Category:User's Guide|User's Guide]] | ||
| + | |||
| + | |||
| + | [[Category: Known issues]] | ||
Latest revision as of 03:59, 5 July 2012
This page lists bugs and other issues specific to Stellarium 0.10.4 that are known to the community and/or the development team. The purpose of this list is to provide solutions and information about common problems, please report new bugs to the bug tracker.
Landscapes not showing correct in Ubuntu 10.4 and Linux mint 9
This is easily repaired with a small script. Start gedit with an empty file and enter this text in it:
LC_NUMERIC=C stellarium
Save the file in your home directory and give it the name: stellarium.sh
Start nautilus or another filebrowser and change the rights of the file so that it is executable.
Now right click on your menu and choose "edit menu". Change the menu item for stellarium and point to the script you just created. And voila the landscapes show again.