-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Qt Wayland] ui_dialogs_in_taskbar__linux
= false
doesn't work
#5515
Comments
so, option is applied only to UiOps.PluginDialogsShowInTaskbar which is applied only to PLUGINS dialogs. Cmd Palette is not affected by this flag. it has "never show in taskbar" option. if it shows in taskbar, it seems a Lazarus bug. |
|
Primitive demo for qt5: run 'project1' app. press button 2-3 times. do all new windows (created by button) have style "show in taskbar"? they have it "NEVER show in taskbar". |
Pls show me system info. maybe run 'neofetch'. |
'neofetch'? what does it show. |
|
Bugreport for Lazarus |
ui_dialogs_in_taskbar__linux
=false
and restart Cuda to make sure the change is applied.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.The text was updated successfully, but these errors were encountered: