Skip to content

Running

GNOME Builder

  1. Open plugin folder in GNOME Builder
  2. Open project configuration window (Alt+ ,)
  3. Open "Default" configuration and copy "Installation prefix" omitting ~/ if present
  4. Open "Commands" and create new command, give some name, in shell command type tuner, change working directory to $HOME/, click "Add variable" and insert PLUGIN_SEARCH_PATH={copied installation prefix}/lib64/tuner/plugins.
  5. Open "Application", in "Run Command" select created command.
  6. Close that window and run project.

Using environment variable

Open terminal inside project directory

  1. Setup project (installdir can be replaced to any other name)
bash
meson setup --prefix=~/installdir build
  1. Install project
bash
meson install -C build
  1. Open terminal inside ~/installdir/lib64/tuner/plugins and run:
bash
PLUGIN_SEARCH_PATH=$PWD tuner

Released under the GPL-3.0+ License. The content is available under CC BY-SA 4.0, unless stated otherwise.