-
Notifications
You must be signed in to change notification settings - Fork 249
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
Schema problem when running uninstalled #552
Comments
I don't think you can do much about that. I believe the schema has to be installed in a system location. But I may be wrong. AFAICS you wouldn't have this problem if you installed once (from any version) and used development mode after that. |
Indeed, just hoped to get an answer to my question, then forgot. Workaround: glib-compile-schemas --targetdir=build/data data
GSETTINGS_SCHEMA_DIR=build/data python3 src/hamster-service.py &
GSETTINGS_SCHEMA_DIR=build/data python3 src/hamster-cli.py With your clear issue, it should be easy to find for devs. |
Running in development/uninstalled mode fails because of uninstalled schema.
Using current master (21568b0):
The text was updated successfully, but these errors were encountered: