Fix Wingpanel dialogs dock and workspace behavior#2704
Fix Wingpanel dialogs dock and workspace behavior#2704
Conversation
|
Wouldn't |
|
@leolost2605 That would prevent onboarding showing up in the dock (which should not on top but that's another issue). I don't have a strong opinion here and both solutions are fine for me |
|
@leolost2605 TBH the reason why I implemented this way is not to rely on ShellClientsManager. I want to use window properties as much as possible instead of relying on pantheon shell protocol |
3bd4acb to
8e70253
Compare
|
Any particular reason for that? Pantheon shell protocol and therefore the ShellClientsManager is now with wayland the only authority about what windows are shell windows so IMO it makes sense to only use that instead of a hint set by it which is kind of an implementation detail. Also in the future mutter wants to move away from window types so I think it makes sense we already go with our thing. |
8e70253 to
8d9db9a
Compare
Fixes elementary/wingpanel#645