Difference between revisions of "Debian"

From Sugar Labs
Jump to navigation Jump to search
m
(Update)
Line 2: Line 2:
 
<span class="weblink">[[File:Debian.jpg|link=https://wiki.debian.org/Sugar]]</span>
 
<span class="weblink">[[File:Debian.jpg|link=https://wiki.debian.org/Sugar]]</span>
  
Current "stable" [http://www.debian.org/releases/squeeze/releasenotes squeeze release notes]
+
Current stable [https://www.debian.org/releases/wheezy/ Wheezy Release Information]
  
 
The Debian wiki has a specific page for Sugar at [https://wiki.debian.org/Sugar '''Debian install Sugar''']  
 
The Debian wiki has a specific page for Sugar at [https://wiki.debian.org/Sugar '''Debian install Sugar''']  
  
The Debian installer will install Debian to a hard drive, where Sugar has been tested to run well on Squeeze.
+
The stable Debian 7.0 "Wheezy" includes parts of 0.96: most of Glucose, but missing most of Fructose.  
  
Sugar versions 0.84, 0.86. and 0.88 are offered on Squeeze.
 
:The stable Debian 7.0 "Wheezy" includes parts of 0.96: most of Glucose, but missing most of Fructose.
 
::11/29/2013
 
 
Sucrose packages are usually updated in the unstable repository. These packages migrate to the testing repository after a while. You can see the current package versions [http://packages.debian.org/search?keywords=sugar&searchon=names&suite=all&section=all here].
 
Sucrose packages are usually updated in the unstable repository. These packages migrate to the testing repository after a while. You can see the current package versions [http://packages.debian.org/search?keywords=sugar&searchon=names&suite=all&section=all here].
  
If you want up-to-the-minute freshness (and brokenness), you can use [[Development Team/Jhbuild|jhbuild]] to build from source instead of using the released packages.
+
Those interested in developing Sugar software should visit our [http://developer.sugarlabs.org/ developer documentation website].
  
 
For virtulalization and emulation see also [[Emulator image files]].
 
For virtulalization and emulation see also [[Emulator image files]].

Revision as of 08:19, 7 June 2014

Debian.jpg

Current stable Wheezy Release Information

The Debian wiki has a specific page for Sugar at Debian install Sugar

The stable Debian 7.0 "Wheezy" includes parts of 0.96: most of Glucose, but missing most of Fructose.

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

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

For virtulalization and emulation see also Emulator image files.

See also the Debian Edu product Skolelinux

Debian Packages

"All packages that are included in the official Debian distribution are free...."

Debian Live

Manual: http://live.debian.net/manual/current/index.en.html
Download: http://cdimage.debian.org/cdimage/release/current-live/
Index: http://cdimage.debian.org/cdimage/

Debian Fork of Mate

Point Linux is a GNU/Linux distribution that aims to combine the power of Debian GNU/Linux with the productivity of MATE, the Gnome 2 desktop environment fork.
Download

Notes on install to USB disk

debian-installer
download squeeze_live-i386-iso-hybrid
isohybrid_CD info

example:

dd if=debian-xxxxxxxx.iso of=/dev/sdX

Install Sugar via Synaptic

download squeeze_live-i386-iso-hybrid
Install to HD
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 
how to configure full screen
Browse Activities  (Download the activities you want)


Fixing dependencies in Wheezy

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

GTK3 in Debian Wheezy

(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: > Do you have a clue about this?

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 in this link to cause a problem.