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).
Ideally this will be packaged and included by your OS. To give it a shot on a recent Ubuntu-based GNOME system:
- Make sure you have
libgtk-3-dev
,meson
, andvalac
installed - Run
meson build --prefix=/usr
- In the build directory (
cd build
) runninja
- Install with
ninja install
. Enter your password, and you're good to go!