Failed to start as fullscreen on wayland #19215
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-Linux
Specific to the Linux desktop operating system
Bevy version
0.16.0
[Optional] Relevant system information
NixOS pure wayland setup.
SystemInfo { os: "Linux (NixOS 25.05)", kernel: "6.12.24", cpu: "Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz", core_count: "6", memory: "15.3 GiB" }
AdapterInfo { name: "Intel(R) UHD Graphics (CML GT2)", vendor: 32902, device: 39882, device_type: IntegratedGpu, driver: "Intel open-source Mesa driver", driver_info: "Mesa 25.0.4", backend: Vulkan }
What you did
https://github.com/dearfl/bevy-tests/blob/7dcd8247bef8dd0773f9b57fb42c213d0eb6dc0f/src/bin/fullscreen-test.rs
ran with
cargo r -r --bin fullscreen-test
What went wrong
the program panicked with the following output:
Additional information
The program is simple empty app as follow:
checking related code at
bevy/crates/bevy_winit/src/winit_windows.rs
Lines 62 to 72 in e9418b3
I understand why MonitorSelection::Current won't work(hardcoded as None), but I don't know why MonitorSelection::Primary won't work either.
The text was updated successfully, but these errors were encountered: