Skip to content
Qt 6.11 is out! See what's new in the release blog
  • X11BypassWindowManagerHint Bug?

    Solved General and Desktop qtwindowstays x11bypasswindow
    3
    0 Votes
    3 Posts
    2k Views
    A
    @ambershark said in X11BypassWindowManagerHint Bug?: @amonR2 Well the reason that is happening is you are telling your app to ignore the window manager hints. This ignores the "which desktop it is shown on" hint as well. Hi ambershark, thank you for you reply. I didn't know about it and it seems to make sense. So it's not a bug, it's normal. Thanks again.