You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
KDE Plasma
WezTerm version
20240624-065522-552bb1d6
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
I started using the Wezterm nightly RPM on Bazzite, and I'm noticing significant, inconsistent input delay when typing. Then I tried spawning wezterm from a separate Konsole shell and noticed the following error on every key stroke:
$ wezterm start
18:36:56.401 ERROR window::os::wayland::window > hide_cursor: Missing enter event serial
...
This log message seems like it was added a month ago. I don't know what it means or if it might be related to the input delay I'm experiencing.
To Reproduce
Install Bazzite (ghcr.io/ublue-os/bazzite-nvidia:stable version 40.20240624.0 (2024-06-24T17:14:39Z)
-- Pull in the wezterm APIlocalwezterm=require'wezterm'-- This table will hold the configuration.localconfig= {}
-- In newer versions of wezterm, use the config_builder which will-- help provide clearer error messagesifwezterm.config_builderthenconfig=wezterm.config_builder()
endconfig.font=wezterm.font'JetBrainsMono Nerd Font'config.color_scheme='catppuccin-mocha'config.window_background_opacity=0.95config.hide_tab_bar_if_only_one_tab=truereturnconfig
Expected Behavior
Responsive typing. This is what I'm used to from using Wezterm on NixOS.
I see the same error log but don't experience any input delay.
OS: 24.10 - Ubuntu Oriole (current development release)
Build: source, latest commit on master (6c443be)
Toolchain: cargo 1.82.0
DE: GNOME
Wayland Compositor: Mutter
Launch Wezterm and start typing
This error is only logged when the cursor is not over the window. This means, for example, that if the window is opened full-screen, the cursor is likely to be over the window, which would prevent the issue from happening.
but after a few minutes (or something?) there is no error (why?).
Based on my testing, this log goes away when the cursor is moved over the window. Even moving the cursor off of the window does not cause the logs to reappear.
putting config.enable_wayland = true into config file solved it
The error log happens for me, but I have config.enable_wayland = true. I doubt that this is related.
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
KDE Plasma
WezTerm version
20240624-065522-552bb1d6
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
I started using the Wezterm nightly RPM on Bazzite, and I'm noticing significant, inconsistent input delay when typing. Then I tried spawning
wezterm
from a separate Konsole shell and noticed the following error on every key stroke:$ wezterm start 18:36:56.401 ERROR window::os::wayland::window > hide_cursor: Missing enter event serial ...
This log message seems like it was added a month ago. I don't know what it means or if it might be related to the input delay I'm experiencing.
To Reproduce
ghcr.io/ublue-os/bazzite-nvidia:stable
version40.20240624.0 (2024-06-24T17:14:39Z
)rpm-ostree install https://github.com/wez/wezterm/releases/download/nightly/wezterm-nightly-fedora40.rpm
Configuration
Expected Behavior
Responsive typing. This is what I'm used to from using Wezterm on NixOS.
Logs
wezterm version: 20240624-065522-552bb1d6 x86_64-unknown-linux-gnu
Window Environment: Wayland
Lua Version: Lua 5.4
OpenGL: NVIDIA GeForce GTX 1080/PCIe/SSE2 4.6.0 NVIDIA 550.90.07
Anything else?
No response
The text was updated successfully, but these errors were encountered: