Interesting. Your version seems to be similar to the one from the stable release , which (at least for me) did not have any alignment issues. (It did have an autofocus issue , which is why I switched to a more recent version).

I compiled KStars using the instructions on GitHub . If you change the install prefix in the cmake command from

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo ../kstars
to
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=RelWithDebInfo ../kstars
you should be able to have the new KStars version side by side with the one from Astroberry.

Axel

Read More...