Difference between revisions of "Ubuntu"

From Sugar Labs
Jump to navigation Jump to search
m
(247 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Ubuntu and ubuntu-based distributions
+
<noinclude>[[Category:Supported systems]]</noinclude>
 +
[[File:Ubuntu-small.jpg]]
  
==[[Image:Ubuntu-small.jpg]]Sugar Desktop 0.90 on Ubuntu 11.10==
+
:''Ubuntu is a [[Debian]]-based Linux operating system, with Unity as its default desktop environment.'' -- [http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29 wikipedia.org]
NOTE: ''This version uses previous Sugar release. Collaboration is broken''
 
  
*Install sucrose-0.90
+
In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.
  
sudo apt-get install sucrose-0.90
+
==Ubuntu 18.04 Bionic==
  
Only comes with pippy and turtleart, so you'll need to can install each activity bundle individually in a terminal:
+
Sugar 0.112 will be in Ubuntu 18.04 Bionic.
  
sugar-install-bundle activity.xo
+
==Ubuntu 17.10 Artful==
  
You can download activities at [[http://activities.sugarlabs.org/| activites.sugarlabs.org ]].
+
Sugar 0.110 is in the archive for Ubuntu 17.10 Artful, and can be installed by typing
  
To run Sugar fullscreen:
+
sudo apt install sucrose gir1.2-webkit-3.0
*Go to the menu Applications->Education->sugar
 
*Drag and drop the Sugar icon to the desktop
 
*Right-click on Sugar icon and choose Properties
 
*Change the command to:
 
 
 
  sugar-emulator -f
 
  
If you need to turn off screensaver and power management:
+
* log out,
 +
* log in with the Sugar desktop selected.
  
xset s off
+
Installing the package gir1.2-webkit-3.0 is a workaround for [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877812 Debian bug #877812].
xset -dpms
 
  
''Ubuntu Sugar Remix Team:https://wiki.ubuntu.com/Sugar''
+
==Using Sugar inside another desktop environment on Ubuntu==
  
==[[File:200px-Edubuntu.png]]Sugar Desktop 0.90 on edubuntu 11.10==
+
Sugar is a desktop environment. For developers who use Ubuntu Unity, Gnome or another desktop environment, Sugar can be run inside that environment as a window.
Sugar 0.90 is NOT RECOMMENDED
 
  
''Note classic gnome fallback is available on install''
+
Install the Remote Desktop packages:
 +
sudo apt install xrdp rdesktop
  
*Install sucrose-0.90
+
Create a user for Sugar and set a default desktop environment:
 +
sudo adduser sugar
 +
sudo su - sugar -c 'echo sugar >> .xsession'
  
  sudo apt-get install sucrose-0.90
+
Start a session:
 +
  rdesktop -g 1200x900 -u sugar -p sugar 0
  
Only comes with pippy and turtleart. You can download [[http://people.sugarlabs.org/Tgillard/Surf-115.xo| Surf-115 ]] activity bundle and put it in a USB key. Inside Sugar, drag it from the USB key into the Journal to install it.
+
==Ubuntu 17.04 Zesty==
  
Or you can install each .xo bundle individually in a terminal:
+
Sugar 0.110 is in the archive for Ubuntu 17.04 Zesty, and can be installed by typing
  
  sugar-install-bundle activity.xo
+
  sudo apt install sucrose
  
Either way, you'll need to download activities from [[http://activities.sugarlabs.org/| activites.sugarlabs.org ]].
+
* log out,
 +
* log in with the Sugar desktop selected.
 +
<!-- last tested with Ubuntu 17.04 Zesty daily live image dated 2017-03-21 plus updates on 30th March 2017 -->
  
To run Sugar fullscreen:
+
==Ubuntu 16.04 Xenial LTS==
*menu Applications->Education->sugar
 
*drag and drop Sugar icon to desktop
 
*right-click on Sugar icon->Properties
 
*change command to:
 
 
 
  sugar-emulator -f
 
  
=== Sugar Desktop 0.90 with Trisquel ===
+
Sugar 0.106 is in the archive for Ubuntu 16.04 Xenial, and can be installed by typing
  
[[Community/Distributions/Trisquel| Trisquel]] is '''Ubuntu based''' and works well. (Trisquel 4.1 is based on Ubuntu 10.04 LTS, Trisquel 5, on Ubuntu 11.04.
+
sudo apt install sucrose
 +
<!-- last tested with Ubuntu 16.04.1 Xenial) -->
  
==== Linux Mint ===
+
Sugar 0.112 can be installed by careful addition of the Ubuntu 18.04 Bionic packages; temporarily change sources.list, update, and install the Sugar packages again, then restore sources.list.
  
[[http://linuxmint.com/|Linux Mint webpage]]
+
Organisations that require Ubuntu 16.04 support for Sugar may consider getting involved in the Ubuntu [https://wiki.ubuntu.com/StableReleaseUpdates Stable Release Updates] process.
  
=== Sweets ===
+
==OLPC Ubuntu Sugar 16.04 Xenial LTS ==
  
[[Community/Distributions/Sweets_Distribution |Sweets]] works
+
One Laptop per Child has been curating Sugar 0.112 and Activities on the Ubuntu 16.04 Xenial operating system.  This build has entered production, and can be acquired through private negotiation or by ordering laptops from OLPC.
Advanced installation skills required.
 
Has Dextrose features
 
  
[[File:Mint.png]]
+
==See also==
[[Talk:Community/Distributions/Ubuntu#Install_Linux_Mint_11_with_sweets-distribution_0.94.1|Sugar Desktop 0.94.1 on Mint 11 with sweets]]
+
* [https://wiki.debian.org/Derivatives/Census/OLPC Debian Derivatives Census - OLPC]
 +
 
 +
==Previous releases==
 +
See [[Ubuntu/Previous]] for how to install older versions of Sugar on older releases of Ubuntu.
 +
 
 +
==Subpages==
 +
{{Special:PrefixIndex/{{PAGENAME}}/}}

Revision as of 20:34, 17 January 2018

Ubuntu-small.jpg

Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment. -- wikipedia.org

In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.

Ubuntu 18.04 Bionic

Sugar 0.112 will be in Ubuntu 18.04 Bionic.

Ubuntu 17.10 Artful

Sugar 0.110 is in the archive for Ubuntu 17.10 Artful, and can be installed by typing

sudo apt install sucrose gir1.2-webkit-3.0
  • log out,
  • log in with the Sugar desktop selected.

Installing the package gir1.2-webkit-3.0 is a workaround for Debian bug #877812.

Using Sugar inside another desktop environment on Ubuntu

Sugar is a desktop environment. For developers who use Ubuntu Unity, Gnome or another desktop environment, Sugar can be run inside that environment as a window.

Install the Remote Desktop packages:

sudo apt install xrdp rdesktop

Create a user for Sugar and set a default desktop environment:

sudo adduser sugar
sudo su - sugar -c 'echo sugar >> .xsession'

Start a session:

rdesktop -g 1200x900 -u sugar -p sugar 0

Ubuntu 17.04 Zesty

Sugar 0.110 is in the archive for Ubuntu 17.04 Zesty, and can be installed by typing

sudo apt install sucrose
  • log out,
  • log in with the Sugar desktop selected.

Ubuntu 16.04 Xenial LTS

Sugar 0.106 is in the archive for Ubuntu 16.04 Xenial, and can be installed by typing

sudo apt install sucrose

Sugar 0.112 can be installed by careful addition of the Ubuntu 18.04 Bionic packages; temporarily change sources.list, update, and install the Sugar packages again, then restore sources.list.

Organisations that require Ubuntu 16.04 support for Sugar may consider getting involved in the Ubuntu Stable Release Updates process.

OLPC Ubuntu Sugar 16.04 Xenial LTS

One Laptop per Child has been curating Sugar 0.112 and Activities on the Ubuntu 16.04 Xenial operating system. This build has entered production, and can be acquired through private negotiation or by ordering laptops from OLPC.

See also

Previous releases

See Ubuntu/Previous for how to install older versions of Sugar on older releases of Ubuntu.

Subpages