/qml-xwayland

XWayland support for QtQuick Wayland compositors like Liri Shell

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

QML XWayland

License GitHub release Build Status GitHub issues Maintained

QML plugin with an XWayland implementation for QML compositors such as the one from Liri Shell.

Dependencies

Qt >= 5.9.0 with at least the following modules is required:

And the following modules:

Installation

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary

Replace /path/to/prefix to your installation prefix. Default is /usr/local.

Logging categories

Qt 5.2 introduced logging categories and Liri takes advantage of them to make debugging easier.

Please refer to the Qt documentation to learn how to enable them.

Available categories

  • liri.xwayland: xwayland
  • liri.xwayland.trace: xwayland protocol trace

Licensing

Licensed under the terms of the GNU Lesser General Public License version 3 or, at your option, any later version.