Closed sjcobb2022 closed 6 months ago
I'm seeing the same behavior on Sway, and it appears that https://github.com/wez/wezterm/issues/5154 is due to the same todo!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
What Operating System(s) are you seeing this problem on?
Linux Wayland
Which Wayland compositor or X11 Window manager(s) are you using?
Hyprland
WezTerm version
95581d8
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
On suspend, wezterm crashes with an unimplemented error.
To Reproduce
Configuration
Expected Behavior
It does not crash.
Logs
09:55:33.945 ERROR env_bootstrap > panic at window/src/os/wayland/seat.rs:70:9 - not yet implemented 0: env_bootstrap::register_panic_hook::{{closure}} 1: std::panicking::rust_panic_with_hook 2: std::panicking::begin_panic_handler::{{closure}} 3: std::sys_common::backtrace::rust_end_short_backtrace 4: rust_begin_unwind 5: core::panicking::panic_fmt 6: core::panicking::panic 7: <window::os::wayland::state::WaylandState as wayland_client::event_queue::Dispatch<wayland_client::protocol::wl_seat::WlSeat,smithay_client_toolkit::seat::SeatData>>::event 8: wayland_client::event_queue::queue_callback 9: wayland_client::event_queue::EventQueue::dispatching_impl
10: ::run_message_loop
11: wezterm_gui::run_terminal_gui
12: wezterm_gui::main
13: std::sys_common::backtrace::__rust_begin_short_backtrace
14: std::rt::lang_start::{{closure}}
15: std::rt::lang_start_internal
16: std::rt::lang_start
17: libc_start_call_main
18: __libc_start_main@GLIBC_2.2.5
19: _start
Anything else?
I am unsure whether this is being worked on, as this has been left unimplemented after the tzx wayland rewrite.
Specifically it is the function.