-
-
Couldn't load subscription status.
- Fork 23.5k
Description
Tested versions
- Reproducible in 4.5
- Get a segmentaion fault with 4.4 and libdecor 0.2.4
System information
Godot v4.5.1.stable unknown - Arch Linux #1 SMP PREEMPT_DYNAMIC Thu, 23 Oct 2025 18:49:03 +0000 on Wayland - Wayland display driver, Multi-window, 1 monitor - Vulkan (Forward+) - integrated AMD Radeon Vega 8 Graphics (RADV RAVEN) - AMD Ryzen 5 PRO 3500U w/ Radeon Vega Mobile Gfx (8 threads) - 13.53 GiB memory
Issue description
When running Godot on Wayland with Wayland support enabled and using libdecor 0.2.4, all non-fullscreen windows (e.g. editor window, popups, etc.) have two empty spaces—one at the top and one at the bottom of the window.
These spaces are visually blank areas outside the main content, and they cause mouse events to be vertically offset, making clicking and interaction inaccurate.
Fullscreen windows are not affected and Downgrading to libdecor 0.2.3 removes the issue.
Here is a screenshot:
Steps to reproduce
- Launch Godot with Wayland support enabled.
- Use a system running libdecor 0.2.4.
- Open the editor or run a project in a non-fullscreen window.
- Observe empty margins at the top and bottom of the window.
- Try clicking inside the window — notice the mouse offset.
Minimal reproduction project (MRP)
N/A (occurs with any project or in the editor itself).