Focus prevention stealing (in 'strict' mode) kicks in on gtk_window_present()
When using the 'strict' mode for focus prevention stealing in GNOME Shell/Mutter calling gtk_window_present()
on a new GtkWindow
shows the " is ready" notification (windows demeans focus message).
System: Fedora Linux 40.20240510.0 (Silverblue)
Steps to reproduce:
- Set mutters focus stealing prevention to 'strict' mode with
gsettings set org.gnome.desktop.wm.preferences focus-new-windows 'strict'
- Open gnome-console or nautilus and make it maximized (so that the new window will be fully hidden)
- Open a new window
- See the " is ready" notification
I would expect the new window to be on top of the old one and it to receive focus.