GNOME Shell integration for Valent
Valent is an implementation of the KDE Connect protocol, built on GNOME platform libraries.
This GNOME Shell extension helps Valent integrate with the GNOME desktop.
The only requirements for building the project are meson
, gettext
and zip
.
The helper script build-aux/misc/ego.sh
will build a user extension that can
be installed with gnome-extensions
:
./build-aux/misc/ego.sh
gnome-extensions install --force [email protected]
To build and install as a system extension, run meson
with the appropriate
arguments for your distribution:
meson setup --prefix=/usr _build
meson install -C _build
This project is in an early stage of development, with no stable releases. For those interested in trying out GNOME Shell integration for Valent, there are nightly builds available as an extension ZIP.
Join the community in Discussions to ask questions, share ideas and get involved in Valent!