-
-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title not visible running example on Gnome 41/42/Wayland #1391
Comments
It is indeed a Gnome issue. Gnome doesn't support server-side decorations, and sctk (and by extension winit) has dropped support for text in the fallback client-side decorations. See Smithay/client-toolkit#196 for one proposed solution |
Thanks for that info. looks like https://github.com/cmeissl/libdecor-rs is able to do the titling! Any chance of getting that functionality here? |
Ah, I just saw rust-windowing/winit#1967 (comment) ... |
What is the status on this? the problem occurs in Ubuntu 22.04 LTS |
As I understand it, progress has stalled because integrating libdecor upstream is proving difficult. I don't recall where I read this, however. |
Winit bug wrt title got fixed. |
This is what I see running
cargo run --example window
from glutin's head on Ubuntu 22.04 (Mutter ~ 42/Wayland).As per
glutin/glutin_examples/examples/window.rs
Line 10 in b9081d2
it would seem that there should be a title, but instead, it is washed out on a white title bar.
Is there a way to get the title to show up?
I think this is referenced in both alacritty/alacritty#4739 and rust-windowing/winit#1312 . Is this a Gnome issue? Do I need to open an issue on the mutter gitlab issues board?
Here is the tail of
WAYLAND_DEBUG=1 cargo run --example window &> wayland_title_debug.txt
wayland_title_debug.txt
The text was updated successfully, but these errors were encountered: