Skip to content

Make Qt5VirtualKeyboard a mandatory dependency on X11

This package provides QtQuick.VirtualKeyboard, which is imported by VirtualKeyboard.qml to show a virtual keyboard on the lock and login screens in the X11 session.

However this module was not marked as a mandatory dependency, meaning that it was possible to get a broken lock or login screen by not having it installed.

This commit makes it a mandatory dependency on X11 to ensure that this can't happen anymore.

BUG: 370676 FIXED-IN: 5.24

Merge request reports