AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
25.89k stars 2.24k forks source link

Full screen not work on Kylin V10 (Ubuntu) #17106

Open a6754z opened 1 month ago

a6754z commented 1 month ago

Describe the bug

Set WindowState to FullScreen as below, it works on Windows 10 but not on Kylin V10 (based on Ubuntu).

image

To Reproduce

1) Set WindowState to FullScreen in axaml file. 2) Build the application and run on Kylin V10, the application does not display full screen.

Expected behavior

No response

Avalonia version

11.0.10

OS

Linux

Additional context

No response

a6754z commented 1 month ago

More information for Windows OS: On Windows, the application shows in full screen, but if minimized once, it does not show in full screen again, which has another issue tracked https://github.com/AvaloniaUI/Avalonia/issues/13002.