RFR: 8337400: [Linux] Initial window position is not centered on Ubuntu 24.04 / Xorg

Thiago Milczarek Sayao tsayao at openjdk.org
Sun Aug 18 22:16:51 UTC 2024


On Mon, 29 Jul 2024 17:46:52 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

> On Ubuntu 24.04 with Xorg windows are not shown centered.
> 
> This is due a configure event being received with position 0,0 which is wrong.
> 
> The fix ignores the configure events until the window is mapped.

The problem is a configure event is telling that the window is at 0,0 (that's wrong). I will investigate further way this event is being sent and find a better solution.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1520#issuecomment-2295414446


More information about the openjfx-dev mailing list