DesktopIntegration: Don't send positioned windows (#2020)

This commit is contained in:
Leonhard 2024-08-12 22:09:09 +02:00 committed by GitHub
parent 6f5d3234c5
commit 0dd5bd838d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,10 @@ public class Gala.DesktopIntegration : GLib.Object {
return false;
}
if (ShellClientsManager.get_instance ().is_positioned_window (window)) {
return false;
}
switch (window.get_window_type ()) {
case Meta.WindowType.NORMAL:
case Meta.WindowType.DIALOG: