A backend implementation of xdg-desktop-portal that is using Qt and Liri.
Make sure you have Qt >= 6.6.0 with the following modules:
And the following modules:
- cmake >= 3.19.0
- cmake-shared >= 3.0.0
- qtaccountsservice >= 2.0.0
- qtgsettings >= 2.0.0
- libliri
Optional dependencies:
Runtime dependencies:
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
.
You can also append the following options to the cmake
command:
-DLIRI_ENABLE_SYSTEMD:BOOL=OFF
: Disable systemd support.-DINSTALL_SYSTEMDUSERUNITDIR=/path/to/systemd/user
: Path to install systemd user units (default:/usr/local/lib/systemd/user
).
Licensed under the terms of the GNU General Public License version 3.0 or, at your option, any later version.