Dyslexic Privacy & Foss advocate, and Linux user.

Ace 🖤🩶🤍💜

Anti Commercial-AI license (CC BY-NC-SA 4.0)

  • 2 Posts
  • 50 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle















  • I don’t see any graphical glitches on my hardware.
    Perhaps you’re still on the qt5 version?
    Maybe a bug with your Nvidia driver?
    Perhaps your WM doesn’t have explicit sync yet and your card & driver needs it in this particular case? Perhaps it’s running under XWayland?

    Wayland#Qt :
    While it shouldn’t be necessary, to explicitly run a Qt application with the Wayland plugin, use -platform wayland or QT_QPA_PLATFORM=wayland environment variable.

    As it says above, it should really be inferred by default. Something weird is going on here.



  • You miss the entire point of WMs then.
    You’re complaining about 7 lines of configs when the entire point of WMs is for you to literally customize everything through configs.
    Shit, you probably don’t even need half of that crap. QT_QPA_PLATFORM=wayland is already handled by qt, you only need that when running apps across Waypipe from a headless server environment. By default QT infers your environment from $DISPLY which is always :0 in Wayland.