Testing/Reports/ARM RPi: Difference between revisions
Inkyfingers (talk | contribs) |
Inkyfingers (talk | contribs) still to fix |
||
Line 1: | Line 1: | ||
Sugar on a Raspberry pi is | Sugar on a Raspberry pi is functional, robust and stable, testable by children (in progress) but incomplete. | ||
== Test report == | == Test report == | ||
Line 19: | Line 19: | ||
Software Updates fully functional. | Software Updates fully functional. | ||
Calculate.activity v.40 | Calculate.activity v.40 - | ||
Chat.activity v.77 - | |||
HorseGame.activity v.4 - | |||
IRC.activity v.10 - | |||
Log v.29 - | |||
Labyrinth.activity v.12 - | |||
Maze.activity v.21 - | |||
Memorize.activity v.4 - | |||
Moon.activity v.14 - | |||
Pippy.activity v.49 - | |||
SprayPlay.activity v.2 - | |||
SugarCommander.activity v.8 - | |||
Terminal.activity v.40 - | |||
Turtle Art v.149 - | |||
TurtleConfusion.activity v.10 - | |||
==== Fixed Items ==== | |||
Earlier in the process, to fix: | |||
ImportError: No module named vte | |||
ImportError: No module named gst | |||
ImportError: No module named pygame | |||
sudo apt-get install python-vte python-gst0.10 python-pygame | |||
==== Still to Fix ==== | |||
Surf.activity v.115 Reports, Failed to start. | Surf.activity v.115 Reports, Failed to start. | ||
ImportError: No module named webkit | ImportError: No module named webkit | ||
To fix tried: | To fix tried: | ||
sudo apt-get install libwebkitgtk-3.0-dev | sudo apt-get install libwebkitgtk-3.0-dev | ||
Line 59: | Line 58: | ||
ImportError: No module named webkit | ImportError: No module named webkit | ||
As a known issue (for Debian), suggested dependencies, i.e., -S sweets command argument, don't work for now. | As a known issue (for Debian), suggested dependencies, i.e., -S sweets command argument, don't work for now. |