On Mon, May 26, 2008 at 4:38 AM, Emilio Pozuelo Monfort <pochu@ubuntu.com> wrote:
You can start debugging this by diff'ing both home directories, and starting to
make the diff smaller (by copying/removing files) until you hit the bug, and can
say which file(s) cause it.


A quicker alternative might be to only check which files stellarium opens on startup. You can find this out with the "strace" utility.

"strace -e trace=open stellarium" will tell you all files opened by stellarium

This will probably be a long list, so filter it for your home directory with "grep"