How to deiconify an undecorated window?

I have a undecorated window on X11/gtk3 without override redirect which I can iconify calling:

gtk_window_iconify()

But it doesn’t deiconify when calling:

gtk_window_present()

Even when mixed with:

gtk_window_deiconify()

Is it possible to to this programatically?

It’s default gnome on Fedora 27 (also tried Ubuntu 20.04) running on Xorg.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.