We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After cloning the git repo, installing all dependencies and then running make I get the following error:
The README doesn't say how to install it, and the Makefile does not have an install task.
I could fix that error with:
... but I do not know if this is the correct solution. Please add a note to the readme, or provide an install task.
The text was updated successfully, but these errors were encountered: