KStars

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…

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:

  1. Open a terminal.
  2. Run:

    flatpak config --user --set languages "*"
    flatpak --user --reinstall install org.kde.kstars.Debug
    flatpak --user update
  3. 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.

22 views

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,…

KStars automatically starts up on system boot. To disable automatic startup, toggle it off from EkosLive Dashboard at http://stellarmate.local

ekoslive kstars autostart

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.

82 views