Skip to content

Add tests specific to XWayland #906

@wismill

Description

@wismill

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 call XkbDDXLoadKeymapFromString() which finally calls RunXkbComp(). But this does not load the keymap in the server and instead creates a .xkm file. The call to XkbDeviceApplyKeymap() is where the server is updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciContinuous integrationtestingIndicates a need for improvements or additions to testing

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions