-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
ciContinuous integrationContinuous integrationtestingIndicates a need for improvements or additions to testingIndicates a need for improvements or additions to testing
Milestone
Description
Currently we only test Xorg server using xkbcomp, but XWayland requires to be tested slightly differently.
This is motivated by this comment:
I found my mistake: keymap received from Wayland is processed using
XkbCompileKeymapFromString(), which then callXkbDDXLoadKeymapFromString()which finally callsRunXkbComp(). But this does not load the keymap in the server and instead creates a.xkmfile. The call toXkbDeviceApplyKeymap()is where the server is updated.
Metadata
Metadata
Assignees
Labels
ciContinuous integrationContinuous integrationtestingIndicates a need for improvements or additions to testingIndicates a need for improvements or additions to testing