bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#52986: 29.0.50; tab bar doesn't immediately show


From: Po Lu
Subject: bug#52986: 29.0.50; tab bar doesn't immediately show
Date: Tue, 04 Jan 2022 09:08:08 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Dustin Lacewell <dlacewell@gmail.com> writes:

> I use a tiling window manager on Linux, not sure if that's relevant.

Can you tell us the value of:

  (frame-parameter nil 'fullscreen)

Immediately after startup?  Thanks.

I suspect Emacs is trying to resize the frame to accommodate the tab
bar, but the window manager isn't sending a ConfigureNotify event back
to Emacs.

IMO, tiling window managers should simply set
_NET_WM_STATE_MAXIMIZED_HORZ and _NET_WM_STATE_MAXIMIZED_VERT on all
windows, which avoids this problem completely, but they should at least
send a ConfigureNotify event to Emacs.

Which window manager are you using?

Thanks.




reply via email to

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