Difference between revisions of "Debian"

From Sugar Labs
Jump to navigation Jump to search
m (moved Community/Distributions/Debian to Debian: restructure)
(possibility that log in may be non-root, harmless if already root)
(47 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<noinclude>[[Category:Supported systems]]</noinclude>
 +
[[File:Debian.jpg]]
  
[[Image:Debian.jpg]]
+
:''Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run.'' -- [https://www.debian.org/ debian.org]
  
Current "stable" [http://www.debian.org/releases/squeeze/releasenotes squeeze release notes]
+
In relation to Sugar, Debian is a downstream distribution project that can be used to run Sugar.
  
The Debian wiki has a specific page for Sugar at [https://wiki.debian.org/Sugar '''Debian install Sugar''']
+
== Using Sugar 0.110 on Debian ==
  
The Debian installer will install Debian to hard drive where Sugar has been tested to run well on Squeeze.
+
Sugar 0.110 is available in Debian ''Stretch'':
  
Sugar versions 0.84, 0.86. and 0.88 are offered on Squeeze.
+
* install Debian ''Stretch'' in the usual way, see [https://www.debian.org/ debian.org], and [https://www.debian.org/releases/stretch/debian-installer/ debian-installer],
 +
* when asked mid-way through install what to include, deselect all,
 +
* when the install has completed, log in, install Sugar, a display manager, and reboot,
 +
sudo apt install sucrose lightdm
 +
exec sudo reboot
 +
* in the graphical login screen, change from the default X session to Sugar,
 +
* log in as your non-root user, created during install.
  
Sucrose packages are usually updated in unstable. These packages migrate to testing after a while. You can see the current package versions [http://packages.debian.org/search?keywords=sugar&searchon=names&suite=all&section=all here].
+
Known bugs include;
 +
* [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848841 848841] journal view multiple select does not show actions toolbar,
 +
* Browse busy cursor may get stuck on.
  
If you want up-to-the-minute freshness (and brokenness) you can use [[Development Team/Jhbuild|jhbuild]] to build from source instead of the released packages.
+
== Pre-built Images ==
  
[[Emulator_image_files#Debian-squeeze-Gnome-sugar |Debian squeeze + Sugar Desktop, Emulator image filesVirtual Appliance for VirtualBox 4.0]]
+
There are few pre-built Debian images for Sugar, and the tools available in Debian make this easy for any integration or deployment team. There's no need for us to duplicate documentation here.
  
''See also the Debian Edu product'' [[Community/Distributions/Skolelinux|Skolelinux]]
+
See also https://wiki.debian.org/SugarBlend for one method and an image.
  
= Notes on install to USB =
+
See also [[Debian/Raspberry Pi]] for the Raspberry Pi, a [[GSoC]] work in progress, based on an image builder [https://github.com/drtyhlpr/rpi23-gen-image.git|rpi23-gen-image].
  
*[http://cdimage.debian.org/cdimage/ Main cdimage Downloads Debian]
+
== Packaging ==
:[http://www.debian.org/devel/debian-installer/ '''debian-installer''']
 
:[http://cdimage.debian.org/cdimage/release/current-live/i386/iso-hybrid/debian-live-6.0.2-i386-gnome-desktop.iso download squeeze_live-i386-iso-hybrid]
 
:[http://blog.einval.com/2011/01/07#isohybrid_CDs isohybrid_CD info]
 
*[http://wiki.debian.org/InstallToUsbMemoryStick InstallToUsbMemoryStick]
 
  '''example:'''  dd if=debian-xxxxxxxx.iso of=/dev/sdX
 
  
= Install sugar via Synaptic =
+
Packaging of Sugar on Debian is done by a team:
:[http://cdimage.debian.org/cdimage/release/current-live/i386/iso-hybrid/debian-live-6.0.2-i386-gnome-desktop.iso download squeeze_live-i386-iso-hybrid]
+
* [https://alioth.debian.org/projects/pkg-sugar/ pkg-sugar project],
 +
* [https://lists.alioth.debian.org/mailman/listinfo/pkg-sugar-devel pkg-sugar-devel mailing list],
 +
* [https://lists.alioth.debian.org/mailman/listinfo/pkg-sugar-commit pkg-sugar-commit mailing list],
 +
* [https://anonscm.debian.org/cgit/pkg-sugar/ pkg-sugar git repositories],
 +
* [http://debian.jones.dk/pkg/sugar_/ package archive of Jonas Smedegaard],
  
Install to HD
+
Sucrose packages are usually updated in the unstable release. These packages migrate to the testing release after a while. You can see the current package versions [http://packages.debian.org/search?keywords=sugar&searchon=names&suite=all&section=all here].
Reboot
 
start Synaptic
 
Repositories select all 3
 
select Server for USA
 
click all 3 boxes
 
Third Party Software
 
  http://......
 
reload
 
search for "sugar"
 
click on all 0.88 sugar packages
 
apply
 
[[Emulator/Full Screen|how to configure full screen]]
 
Browse Activities  (Download the activities you want)
 
  
 +
Those interested in developing Sugar software should visit our [http://developer.sugarlabs.org/ developer documentation website].
  
= Fixing dependencies in Wheezy =
+
== Derivatives ==
This article descibes the process to compile sugar on Debian testing Wheezy, in order to install sugar-jhbuild.
 
  
http://humitos.wordpress.com/2012/03/19/compile-sugar-on-debian-testing-wheezy
+
Derivatives of Debian include:
 +
* [[Ubuntu]],
 +
* [[Raspbian]] for the Raspberry Pi.
  
= GTK3 in Debian Wheezy =
+
== See Also ==
(From http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg26211.html)
 
  
On Tue, Apr 24, 2012 at 17:45, Manuel Kaufmann <humitos@gmail.com> wrote:
+
* [https://wiki.debian.org/Sugar Sugar page on the Debian Wiki],
> Do you have a clue about this?
+
* the Debian Edu product [[Skolelinux]]
 
 
This was my workaround to this problem:
 
 
 
1. /etc/apt/sources.list
 
 
 
  deb ftp://ftp.us.debian.org/debian/ unstable main contrib non-free
 
  deb-src ftp://ftp.us.debian.org/debian/ unstable main contrib non-free
 
 
 
2.  update the package database
 
 
 
  sudo apt-get update
 
 
 
3.  download the source code
 
 
 
  cd /tmp
 
  mkdir pygobject
 
  apt-get source python-gi
 
 
 
4.  install dependecies
 
 
 
  sudo apt-get build-dep python-gi
 
  sudo apt-get install python-gobject-2-dbg
 
 
 
5.  compile python-gi
 
 
 
  cd pygobject-3.2.0
 
  wget -c http://mkaufmann.com.ar/~humitos/olpc/pygi-d37680bb9390426f7f58ea3d352c3e5e2106e978_modified.patch
 
  git apply pygi-d37680bb9390426f7f58ea3d352c3e5e2106e978_modified.patch
 
  dpkg-buildpackage -rfakeroot -b
 
 
 
6.  install compiled packages
 
 
 
  sudo dpkg -i ../*.deb
 
 
 
Now, when I run "./sugar-jhbuild run sugar-emulator" I can see the
 
icons and the toolbar properly.
 
= Testing =
 
Where Debian is installed via the Debian installer or virtual machine Sugar has been reported to run nicely.
 
:Sugar 0.88.0 works nicely in Debian squeeze.
 
Low footprint versions (eg no Gnome Display Manager) with SLiM and Openbox only, are reported [[User:Inkyfingers/Debian | in this link]] to cause a problem.
 
 
 
[[Category:Supported systems]]
 

Revision as of 20:33, 25 June 2017

Debian.jpg

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. -- debian.org

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

Using Sugar 0.110 on Debian

Sugar 0.110 is available in Debian Stretch:

  • install Debian Stretch in the usual way, see debian.org, and debian-installer,
  • when asked mid-way through install what to include, deselect all,
  • when the install has completed, log in, install Sugar, a display manager, and reboot,
sudo apt install sucrose lightdm
exec sudo reboot
  • in the graphical login screen, change from the default X session to Sugar,
  • log in as your non-root user, created during install.

Known bugs include;

  • 848841 journal view multiple select does not show actions toolbar,
  • Browse busy cursor may get stuck on.

Pre-built Images

There are few pre-built Debian images for Sugar, and the tools available in Debian make this easy for any integration or deployment team. There's no need for us to duplicate documentation here.

See also https://wiki.debian.org/SugarBlend for one method and an image.

See also Debian/Raspberry Pi for the Raspberry Pi, a GSoC work in progress, based on an image builder [1].

Packaging

Packaging of Sugar on Debian is done by a team:

Sucrose packages are usually updated in the unstable release. These packages migrate to the testing release after a while. You can see the current package versions here.

Those interested in developing Sugar software should visit our developer documentation website.

Derivatives

Derivatives of Debian include:

See Also