emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deiconifying GTK frames on GNOME shell


From: martin rudalics
Subject: Re: Deiconifying GTK frames on GNOME shell
Date: Tue, 7 Sep 2021 10:16:02 +0200

>> (1) In xterm.c swap the calls to
>>
>>        gtk_widget_show_all (FRAME_GTK_OUTER_WIDGET (f));
>>        gtk_window_deiconify (GTK_WINDOW (FRAME_GTK_OUTER_WIDGET (f)));
>>
>> (2) When trying to deiconify an iconified frame make it invisible first
>>      and only then make it visible.
>>
>> hack would work?
>
> Yes, that seems to work. Consistently.

Thanks for checking.

> If I don't do (1), BTW, I can do (2) twice, and that also makes the frame 
visible.
>
> Meaning
>
>    (make-frame-invisible frame)
>    (make-frame-visible frame)
>    (make-frame-invisible frame)
>    (make-frame-visible frame)
>
> If I do (1), then doing (2) only once is sufficient.

Interesting.  I will check when I switch to GNOME next time.

Many thanks, martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]