-
Notifications
You must be signed in to change notification settings - Fork 2k
No window title when running egui-app on Wayland #992
Copy link
Copy link
Closed
Labels
bugSomething is brokenSomething is broken
Description
Describe the bug
There's no window title in window header when egui app is running on Wayland
To Reproduce
Steps to reproduce the behavior:
cd egui
cargo run --bin egui_demo_app
Window header is solid white.
Expected behavior
Window header contains window title that is returned by epi::App::name
Screenshots
See above
Desktop (please complete the following information):
- OS: archlinux
- Version: rolling release
Additional context
I understand that it's a winit/client-toolkit bug, see Smithay/client-toolkit#196
Basically neither winit nor client-toolkit want to mess with font rendering. Yet it affects egui. It would be nice to be able to render window decorations at egui level.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is broken
