Closed NiceWaffel closed 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:
install.sh
(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.
/tmp
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.
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:After running
install.sh
and clearing the lock file in/tmp
it runs fine.