emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs's set-frame-size can not work well with gnome-shell?


From: martin rudalics
Subject: Re: Emacs's set-frame-size can not work well with gnome-shell?
Date: Wed, 8 Apr 2020 11:25:17 +0200

> This works for me:
>
> ~~~
> (let ((id (x-window-property "_NET_SUPPORTING_WM_CHECK" nil "WINDOW" 0 nil 
t)))
>    (x-window-property "_NET_WM_NAME" nil "UTF8_STRING" id nil))
> ~~~

Works here as well, indeed.  Apparently one has to go through
that _NET_SUPPORTING_WM_CHECK before asking for _NET_WM_NAME.

> Hope it helps,
> Adrián.

Thanks, martin




reply via email to

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