Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make: Settings schema is not installed #67

Open
cweiske opened this issue Mar 27, 2022 · 0 comments
Open

make: Settings schema is not installed #67

cweiske opened this issue Mar 27, 2022 · 0 comments

Comments

@cweiske
Copy link

cweiske commented Mar 27, 2022

After cloning the git repo, installing all dependencies and then running make I get the following error:

(vaccine:183752): GLib-GIO-ERROR **: 09:15:54.307: Settings schema 'org.vaccine.app' is not installed

The README doesn't say how to install it, and the Makefile does not have an install task.

I could fix that error with:

$ mkdir -p /usr/local/share/glib-2.0/schemas/
$ cp data/org.vaccine.app.gschema.xml /usr/local/share/glib-2.0/schemas/
$ /usr/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas/

... but I do not know if this is the correct solution. Please add a note to the readme, or provide an install task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant