Post #185430
2026-01-30 13:42 UTC
@thelinuxcast@fosstodon.org Wow looks like a lot of issues. Based on your descriptions and their nature, I'd say it's probably more Wayland-related than specific to Niri.
Weird behaviors for QT and GTK apps is a known thing.
Have you tried to define some variables in the environment section in Niri like that:
environment {
QT_QPA_PLATFORM "wayland"
QT_QPA_PLATFORMTHEME "gtk3"
QT_QPA_PLATFORMTHEME_QT6 "gtk3"
QT_WAYLAND_DISABLE_WINDOWDECORATION "1"
QT_AUTO_SCREEN_SCALE_FACTOR "1"
}
If that works, I can share more to prevent other issues. Let me know.
Replies (0)
No replies.