项目作者: cassidyjames

项目描述 :
Simple shim to launch GNOME Control Center from the settings spec
高级语言: Vala
项目地址: git://github.com/cassidyjames/settings-shim.git
创建时间: 2019-08-23T13:59:25Z
项目社区:https://github.com/cassidyjames/settings-shim

开源协议:GNU General Public License v3.0

下载


settings-shim

Simple shim to launch GNOME Control Center from the settings spec. Ideal for Pop!_OS or other GNOME-based desktops using apps that use the settings spec (like those originally made for elementary OS).

Install

Ideally this will be packaged and included by your OS. To give it a shot on a recent Ubuntu-based GNOME system:

  1. Make sure you have libgtk-3-dev, meson, and valac installed
  2. Run meson build --prefix=/usr
  3. In the build directory (cd build) run ninja
  4. Install with ninja install. Enter your password, and you’re good to go!