-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
Description
- Wayland session.
- Launch Cuda Qt (both official Qt5 and Flatpak Qt6 are affected).
- Set
ui_dialogs_in_taskbar__linux=falseand restart Cuda to make sure the change is applied. - Open Command palette.
Expected:
Command palette shouldn't be treated as a separated window i.e. it shouldn't appear as a new window in taskbar, also if you press Alt + Tab you should activate a window of a different app (like webbrowser or whatever).
Current:
Command palette opens as a separated window, with its own tab in taskbar, also if you press Alt+Tab you activate Cuda window, minimizing Command palette.
Gtk is not affected.
I use KDE Plasma, but hopefully any DE running Wayland session is affected when you run Qt Cuda.
Currently, I run Cuda with QT_QPA_PLATFORM=xcb set to avoid this issue. By doing this, I'm launching Cuda as xwayland window instead of native Wayland, so I shouldn't do it. And Cuda xwayland has its own bugs like #5132.
Reactions are currently unavailable