FedoraQt/QGnomePlatform

Titlebar is always dimmed on Qt5 Wayland

Eloston opened this issue · 2 comments

Not sure if this is a known issue, but here we are.

Because of 6a3e8ff, Qt5 applications running on Wayland will always have their titlebar in an inactive/unfocused state. Reverting this commit seems to restore the correct behavior.

Environment:

  • Debian 11 (Qt 5.15.2)
  • adwaita-qt 1.4.2

Looks like it's because 6a3e8ff was aimed on Fedora-patched Qt and works incorrectly on vanilla 5.15.2 (which did not have that problem with titlebar dimming originally), sorry. I will look in detail later, will try to fix for both