KStars FAQ
How to disable KStars from starting up automatically?
KStars automatically starts up on system boot. To disable automatic startup, toggle it off from EkosLive Dashboard at http://stellarmate.local
Alternatively, you can also disable it from the terminal:
systemctl --user disable --now org.kde.kstars
KStars is required to run StellarMate App. Therefore, if StellarMate App is used, it will launch KStars regardless of startup settings since it is required for the App to operate.
KStars Language Not Changing
Q: I changed the language in KStars, but the interface didnβt update. What should I do?
If KStars does not reflect your selected language, try the following steps:
- Open a terminal.
-
Run:
flatpak config --user --set languages "*" flatpak --user --reinstall install org.kde.kstars.Debug flatpak --user update - Restart KStars. (usually closing KStars, will autostart it again)
This forces Flatpak to enable all language packs and refresh KStars. After restarting, the selected language should be applied.
KStars can follow your system language, but you can still set a different language manually. The steps above help ensure all translations are available regardless of your OS language.