Giter VIP home page Giter VIP logo

gnome-shell-extension-valent's Introduction

CD

Valent (GNOME Shell Extension)

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 bundled Python plugin is used by Valent to communicate with the extension.

Installation

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

Sandbox Permissions

If Valent is running in a sandbox, it will need your permission to talk to org.gnome.Shell on the session bus and access the filesystem at XDG_DATA_HOME/valent/plugins/gnome-shell.

Flatpak users can grant these permissions using Flatseal or with the flatpak override command:

flatpak override --user \
                 --filesystem=xdg-data/valent/plugins/gnome-shell \
                 --talk-name=org.gnome.Shell \
                 ca.andyholmes.Valent

Status

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!

gnome-shell-extension-valent's People

Contributors

andyholmes avatar dependabot[bot] avatar valerierx avatar vistaus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.