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: Dmitry Gutov
Subject: Re: Deiconifying GTK frames on GNOME shell
Date: Sun, 5 Sep 2021 22:19:11 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 05.09.2021 12:39, martin rudalics wrote:
When running a GTK3 build of Emacs on GNOME shell, the following
sequence of actions

(setq frame (make-frame))
(iconify-frame frame)
(make-frame-visible frame)

does not produce a visible frame here.  Rather, the frame stays
iconified although (frame-visible-p frame) for it returns t.

Same here, except (frame-visible-p frame) returns 'icon.



reply via email to

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