Comment 15 for bug 1633284

Revision history for this message
marmuta (marmuta) wrote :

Thanks for testing. At least you got a different traceback now. That's progress, I guess. I'm going to install Arch now.

I'll add the schema compile step to the README. We have a tiny script for that, tools/install_gsettings_schema. It does what you did, but is easier to remember.

It'll install in the /usr/local prefix by default. There's no built-in uninstall in setup.py, but there's a workaround by installing again:
sudo ./setup.py install --record files.txt
cat files.txt | sudo xargs rm -rf

I should have made it clear that you don't even have to install for testing. Installing the schema and ./onboard from the project directory would have been enough until we know it works.