Closed 2gn closed 1 month ago
Turned out I was using Xwayland v22, which is not supported. I'm upgrading to Debian Trixie, but not sure it'll fix the situation.
FYI it works on Bookworm for me with xwayland backported from testing.
This is definitely a result of too old Xwayland - thought I should improve the error message though, as it's definitely cryptic to anyone unfamiliar with Xwayland internals (https://github.com/Supreeeme/xwayland-satellite/commit/ab2d09962c425670a4a7ca6ef5d92a0f06632499). Closing.
FYI it works on Bookworm for me with xwayland backported from testing.
That is a smarter solution. I did a full upgrade and completely broke the entire wayland system on my machine :(
P.S. For those who don't want to take the risk You can safely try out Nix to install xwayland-satellite. This way you don't need to backport Xwayland, because Nix's going to handle all the dependency stuff, without breaking the system ;)
I have a similar error
2024-11-25T01:34:30.596Z INFO xwayland_process > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
2024-11-25T01:34:30.596Z INFO xwayland_process > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
2024-11-25T01:34:30.664Z INFO xwayland_satellite > Connected to Xwayland on :2
2024-11-25T01:34:30.664Z INFO xwayland_satellite > Successfully notified systemd of ready state.
2024-11-25T01:34:30.671Z INFO xwayland_process > The XKEYBOARD keymap compiler (xkbcomp) reports:
2024-11-25T01:34:30.671Z INFO xwayland_process > > Warning: Unsupported maximum keycode 708, clipping.
2024-11-25T01:34:30.671Z INFO xwayland_process > > X11 cannot support keycodes above 255.
2024-11-25T01:34:30.672Z INFO xwayland_process > > Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou
2024-11-25T01:34:30.672Z INFO xwayland_process > > Warning: Could not resolve keysym XF86KbdInputAssistNextgrou
2024-11-25T01:34:30.672Z INFO xwayland_process > Errors from xkbcomp are not fatal to the X server
Edit: Solved by changing default screen from :0
to :1
Steps to reproduce
xwayland-satellite
gimp
or whateverOn the xwayland-satellite side, I get this:
And this from the GIMP side (fatal success):
My environment
wayland + debian 12 xwayland installed