Skip to content

No window title when running egui-app on Wayland #992

@anarsoul

Description

@anarsoul

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.

Screenshot from 2021-12-23 21-48-55

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions