-
-
Notifications
You must be signed in to change notification settings - Fork 790
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
Next Release Checklist #6341
Comments
KDE Plasma 6 (Wayland) working great for me on nightly. |
I'm on Gnome 46/Mutter with Windowing system Wayland (fedora 40 workstation, up to date until yesterday), using wezterm 20241027_002434_14ad1937. Stuff which I "notice" (I seem to remember that it worked sometime before the rewrite or when I was still on macosx). This is all with
If I run with So all in all: Using Relevant Gnome config: gsettings set org.gnome.desktop.wm.keybindings maximize "['<Super>Up']"
gsettings set org.gnome.desktop.wm.preferences action-double-click-titlebar 'toggle-maximize' |
wezterm-git (20241030.215404.f847bd28-1) Output from running "wezterm" on kitty and having wayland support off:
With wayland support on:
|
There's a regression on Sway 1.10.
Tested on NixOS unstable, Linux 6.11.5, x86_64-linux. All logs are collected via: WAYLAND_DEBUG=1 WEZTERM_LOG=window::os::wayland=trace cargo r --release --bin wezterm-gui -- -n --config "front_end='WebGpu'" It's worth mentioning that [email protected] initially renders blurry text, which goes away after scaling/moving/maximizing the window once. But overall, I had a pretty reliable experience on Wayland on Sway 1.9. As for Sway 1.10: I've tried to chase down the error with a debug build & debugging via CodeLLDB, all I could gather from it, is that it crashes around here. |
wezterm 20241031_235112_0983ae90
Probably Regressions:
|
Thanks for commenting folks. From a triage perspective, what I care about here in the context of this issue is:
I don't want this issue to an umbrella for current bugs: those can all continue to live in the issue tracker. So please review the comments you have made and if the issues are also present in the prior stable release, please edit your comments to elide that information from here. I want to use this issue as a point of triage for getting wezterm-regressions-in-behavior-vs-its-last-stable-release resolved, and if it just duplicates general bugs it is not helpful. Thank you! |
wezterm 20241031_235112_0983ae90
|
BEFORE YOU COMMENT: please avoid duplicating information from other comments to avoid overwhelming this one.
Prefer to use a thumbs up instead of a me-too comment.
We're overdue for making a new release.
Here's what's on my mind as release gating issues, and I need your help to check these off.
So if you are interested in having a new stable tag, please help by running through the list below and giving some feedback on the state of these things for your system:
Verify that Wayland support isn't an obvious regression since the last stable release.
Verify that the default configuration doesn't crash out.
wezterm -n
on your system to launch it without your config. Does it successfully launch and display text with no artifacts or blocks for glyphs?wezterm -n --config "front_end='WebGpu'"
Confirm that we're building for the current batch of OS/distros
Other misc issues:
The text was updated successfully, but these errors were encountered: