sidevesh / Luminance

A simple GTK application to control brightness of displays including external displays supporting DDC/CI
GNU General Public License v3.0
91 stars 4 forks source link

Running without having called the install.sh script fails when building from source. #15

Closed NiceWaffel closed 1 year ago

NiceWaffel commented 1 year ago

I tried building the application from source and running it, as described in step 5 of the README.

Since the schema file is only installed when install.sh has been called it results in the following error:

(libddcutil:19432): GLib-GIO-ERROR **: Settings schema 'com.sidevesh.Luminance' is not installed

After running install.sh and clearing the lock file in /tmp it runs fine.

sidevesh commented 1 year ago

Yeah, that is pretty much expected since this uses gsettings and those need the schemas to be installed, I will update the docs to reflect this.