Find help: Difference between revisions
| Line 104: | Line 104: | ||
*:# If the downloaded <ActivityName>.xo file is copied to the SoaS USB device, and that device is booted into Sugar, one may use the Terminal activity to unzip the file into the /home/liveuser/Activities folder using these commands: | *:# If the downloaded <ActivityName>.xo file is copied to the SoaS USB device, and that device is booted into Sugar, one may use the Terminal activity to unzip the file into the /home/liveuser/Activities folder using these commands: | ||
*:#: {{Code|cd /home/liveuser/Activities/}} | *:#: {{Code|cd /home/liveuser/Activities/}} | ||
*:#:: <small>(The /home/liveuser/ path may be substituted with /home/olpc/ on an XO.)</small> | |||
*:#: {{Code|unzip /mnt/live/<ActivityName>.xo}} | *:#: {{Code|unzip /mnt/live/<ActivityName>.xo}} | ||
*:#::(The /mnt/live/path-to-.xo may be substituted with an accessible <ActivityName>.xo path.) | *:#:: <small>(The /mnt/live/path-to-.xo may be substituted with an accessible <ActivityName>.xo path.)</small> | ||
*:#: The Activity will appear in the Home view favorites, and after it has been launched, it will appear in the Journal. | *:#: The Activity will appear in the Home view favorites, and after it has been launched, it will appear in the Journal. | ||