Package: x2goserver
Version: 4.0.1.20
I installed x2goserver on Archlinux and everything works perfectly with x2goclient except it does not apply keyboard settings. The reason was that Archlinux x2goserver package does not depend on xorg-setxkbmap though it listed as dependency here (https://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec;h=1db...) and I reported a bug to Archlinux team https://bugs.archlinux.org/task/53345. But also x2go-agent package does not list xkbcomp as dependency. Nor does x2goserver.spec though "hexdump -C /usr/lib/x2go/bin/x2goagent | grep xkbcomp" says the opposite.
After I installed xorg-setxkbmap and xorg-xkbcomp packages x2goserver started to apply keyboard settings normally.
--
Michael Ledin