Op deze pagina vindt u een aantal problemen waarvoor Suares & Co oplossingen zocht.
On this page some solutions we found for some uncommon issues.
On the OLPC running Sugar 'Browse' or 'Webactivity', the browser throws an error: Browse failed to start.
- Go to the Activities screen (normally a circle or spiral with apps) and in the right upper corner, click the hamburger icon to change to list view
- now type 'log' into the search pane. You will find the 'Log' Activity.
- In the log activity, go to org.laptop.Webactivity and you might see the error, in my case it was 'Database disk image is malformed'. This is an sqlite error.
- Now, in the Activities screen, search for 'term' and you will find the Terminal activity. Open it and do this:
cd .sugar/default/org.laptop.Webactivity/data
ls -la
- You should find a file called 'places.db'. Delete it or rename it:
mv places.db places--old.db
Now start the Browse activity from the Activities screen and hopefully it will start!