We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a recent sway update I'm getting the following panic when launching wldash:
zwlr_layer_surface_v1@14: error 1: width 0 requested without setting left and right anchors thread 'main' panicked at 'Failed to dispatch all messages.: Os { code: 71, kind: Other, message: "Protocol error" }', src/main.rs:317:26 stack backtrace: 0: 0x55ae00bcc496 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6f05017bae98a16f 1: 0x55ae00b5fd2d - core::fmt::write::h4e423e63ef6952a5 2: 0x55ae00bc9d64 - std::io::Write::write_fmt::h87a2ee7a0f0be87a 3: 0x55ae00bbbf7a - std::panicking::default_hook::{{closure}}::hcb146b886903f1b9 4: 0x55ae00bbc645 - std::panicking::rust_panic_with_hook::h71db2d7d0653eadb 5: 0x55ae00bccd9a - std::panicking::begin_panic_handler::{{closure}}::h59f65871c4ccd803 6: 0x55ae00bccd64 - std::sys_common::backtrace::__rust_end_short_backtrace::hedd2b2fd0e04e8bb 7: 0x55ae00bba34d - rust_begin_unwind 8: 0x55ae00b5e750 - core::panicking::panic_fmt::h810a06353f831f07 9: 0x55ae00b5fa82 - core::result::unwrap_failed::hf16cbd16a77f8bf3 10: 0x55ae00c2a308 - wldash::main::h0d72cd7d8cef0f29 11: 0x55ae00b5278c - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c63d018dc96303e 12: 0x55ae00c25470 - main 13: 0x7fa8d609bdbd - __libc_start_main 14: 0x55ae00b5208a - _start 15: 0x0 - <unknown> fish: “RUST_BACKTRACE=full wldash” terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered:
This is fixed in master, so please give that a try.
Sorry, something went wrong.
No branches or pull requests
After a recent sway update I'm getting the following panic when launching wldash:
The text was updated successfully, but these errors were encountered: