arakiken / mlterm

Other
156 stars 14 forks source link

xdg_wm_base@8: error 4: wrong configure serial: 0 #44

Closed ahmadraniri1994 closed 2 years ago

ahmadraniri1994 commented 2 years ago

Hello, mlterm-wl is failing to launch from some wayland compositors (sway, labwc, etc) and the others are just fine (dwl, hikari, mutter). I just get this error message :

xdg_wm_base@8: error 4: wrong configure serial: 0

I got a log when using WAYLAND_DEBUG=1 : mlterm log

Also got a this when running gdb run. Thanks

arakiken commented 2 years ago

Thanks very much. This was enbugged when I supported xdg-decoration. The following commit fixes it. https://github.com/arakiken/mlterm/commit/c3107221f0bb3c2e012efefd1ab4bb13e9c6d957

lidgnulinux commented 2 years ago

Thanks @arakiken , It works now.