Changes

1,090 bytes added ,  01:18, 25 October 2017
Line 5: Line 5:     
In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.
 
In relation to Sugar, Ubuntu is a downstream distribution project that can be used to run Sugar.
 +
 +
==Ubuntu 18.04 Bionic==
 +
 +
Sugar 0.110 or 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 [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877812 Debian bug #877812].
    
==Ubuntu 17.04 Zesty==
 
==Ubuntu 17.04 Zesty==
Line 15: Line 30:  
* log in with the Sugar desktop selected.
 
* 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 -->
 
<!-- last tested with Ubuntu 17.04 Zesty daily live image dated 2017-03-21 plus updates on 30th March 2017 -->
 +
 +
== Using Sugar inside another desktop environment ==
 +
 +
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 16.04 Xenial LTS==
 
==Ubuntu 16.04 Xenial LTS==
Line 24: Line 53:     
Sugar 0.110 can be installed by careful addition of the Ubuntu 17.04 Zesty packages.
 
Sugar 0.110 can be installed by careful addition of the Ubuntu 17.04 Zesty packages.
 +
 +
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.
    
==OLPC Ubuntu Sugar 16.04 Xenial LTS ==
 
==OLPC Ubuntu Sugar 16.04 Xenial LTS ==
   −
One Laptop per Child has been curating Sugar 0.108 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.
+
One Laptop per Child has been curating Sugar 0.110 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.
    
==OLPC Ubuntu Sugar 14.04 Trusty LTS ==
 
==OLPC Ubuntu Sugar 14.04 Trusty LTS ==