/weirdscreenlinux
Is Lunar looking super wonky?
Try the following fixes:
- Appimage: run lunar with
__GL_THREADED_OPTIMIZATIONS=0 ./"Lunar Client-X.XX.X" - Flatpak: Install the flatseal app, open it, and select the Lunar Client app. Scroll down to where it says "Environment", click the plus button, and add
__GL_THREADED_OPTIMIZATIONS=0as a variable. - Any other package (including AUR): Run the command
export __GL_THREADED_OPTIMIZATIONS=0in your terminal app right before running the command to launch lunar. If you don't want to repeat this command again, add the command to your .bashrc file, or the equivalent for whichever shell you are using.