-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
A-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating systemS-Needs-TestingTesting must be done before this is safe to mergeTesting must be done before this is safe to merge
Description
Toggling the visible on Ubuntu 22.04 with Unity and Wayland does not work as expected:
- In Bevy 0.16.1, toggling visible true/false works, but the window level property is lost. If
window_levelis set toWindowLevel::AlwaysOnTop - In Bevy 0.17.3, toggling visible true/false does not work at all.
- In Bevy revision
16409b8, the window is not shown at all.
See the attached code example to reproduce the issue.
My Rust version: cargo 1.91.1 (ea2d97820 2025-10-10)
valerioandreachiodi
Metadata
Metadata
Assignees
Labels
A-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-LinuxSpecific to the Linux desktop operating systemSpecific to the Linux desktop operating systemS-Needs-TestingTesting must be done before this is safe to mergeTesting must be done before this is safe to merge