Line 1: |
Line 1: |
− | Sugar on a Raspberry pi is "functional" and testable by children (in progress). | + | 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 Starts and Resumes | + | 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 - |
| | | |
− | Chat.activity v.77 Starts and Resumes
| + | ==== Fixed Items ==== |
| + | Earlier in the process, to fix: |
| | | |
− | HorseGame.activity v.4 Starts and Resumes
| + | ImportError: No module named vte |
| + | ImportError: No module named gst |
| + | ImportError: No module named pygame |
| | | |
− | IRC.activity v.10 Starts and Resumes
| + | sudo apt-get install python-vte python-gst0.10 python-pygame |
| | | |
− | Log v.29 Starts and Resumes
| + | ==== Still to Fix ==== |
| | | |
− | Labyrinth.activity v.12 Starts and Resumes
| |
− |
| |
− | Maze.activity v.21 Starts and Resumes
| |
− |
| |
− | Memorize.activity v.4 Starts and Resumes
| |
− |
| |
− | Moon.activity v.14 Starts and Resumes
| |
− |
| |
− | Pippy.activity v.49 Starts and Resumes
| |
− |
| |
− | SprayPlay.activity v.2 Starts and Resumes
| |
− |
| |
− | SugarCommander.activity v.8 Starts and Resumes
| |
− |
| |
− | Terminal.activity v.40 Starts and Resumes
| |
− |
| |
− | Turtle Art v.149 Starts and Resumes
| |
− |
| |
− | TurtleConfusion.activity v.10 Starts and Resumes
| |
| | | |
| 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 |
| | | |
− | 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
| |
| | | |
| 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. |