Difference between revisions of "Debian"

From Sugar Labs
Jump to navigation Jump to search
m (→‎Install sugar: Testing)
(adjust page layout)
Line 2: Line 2:
  
 
[[Image:Debian.jpg]]
 
[[Image:Debian.jpg]]
:updated 09/02/2011
 
  
;Please also see the [https://wiki.debian.org/Sugar '''Debian install Sugar'''] page on the Debian wiki.
+
The Debian wiki has a specific page for Sugar at [https://wiki.debian.org/Sugar '''Debian install Sugar''']  
 +
 
 +
 
 
*Debian Edu (aka "Skolelinux"):http://www.debian.org/News/2012/20120311 announcement --[[User:Satellit|Satellit]] 19:59, 12 March 2012 (EDT)
 
*Debian Edu (aka "Skolelinux"):http://www.debian.org/News/2012/20120311 announcement --[[User:Satellit|Satellit]] 19:59, 12 March 2012 (EDT)
 
:Download in Instructions: http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-squeeze-manual.html#Installation
 
:Download in Instructions: http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-squeeze-manual.html#Installation
Line 16: Line 17:
 
:[http://www.debian.org/releases/squeeze/releasenotes squeeze/releasenotes]
 
:[http://www.debian.org/releases/squeeze/releasenotes squeeze/releasenotes]
 
:[http://wiki.sugarlabs.org/go/Emulator_image_files#Debian-squeeze-Gnome-sugar '''Debian-squeeze +Sugar Desktop  Virtual Appliance for Virtualbox 4.0''']
 
:[http://wiki.sugarlabs.org/go/Emulator_image_files#Debian-squeeze-Gnome-sugar '''Debian-squeeze +Sugar Desktop  Virtual Appliance for Virtualbox 4.0''']
==[http://humitos.wordpress.com/2012/03/19/compile-sugar-on-debian-testing-wheezy/ compile-sugar-on-debian-testing-wheezy]==
+
 
* How to install sugar-jhbuild
+
= Install sugar via Synaptic =
==Install sugar==
 
 
:[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://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]
  
Line 35: Line 35:
 
  [[Emulator/Full Screen|how to configure full screen]]
 
  [[Emulator/Full Screen|how to configure full screen]]
 
  Browse Activities  (Download the activities you want)
 
  Browse Activities  (Download the activities you want)
===Testing===
 
*http://wiki.sugarlabs.org/go/User:Inkyfingers/Debian
 
:Jun 23 2012
 
  
== GTK3 in Debian Testing ==
+
 
 +
= How to install sugar-jhbuild =
 +
[http://humitos.wordpress.com/2012/03/19/compile-sugar-on-debian-testing-wheezy/ compile-sugar-on-debian-testing-wheezy]
 +
 
 +
 
 +
= GTK3 in Debian Wheezy =
 
(From http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg26211.html)
 
(From http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg26211.html)
  
Line 80: Line 82:
 
Now, when I run "./sugar-jhbuild run sugar-emulator" I can see the
 
Now, when I run "./sugar-jhbuild run sugar-emulator" I can see the
 
icons and the toolbar properly.
 
icons and the toolbar properly.
 +
= Testing =
 +
 +
*http://wiki.sugarlabs.org/go/User:Inkyfingers/Debian
 +
:Jun 23 2012
  
 
[[Category:Supported systems]]
 
[[Category:Supported systems]]

Revision as of 06:08, 1 July 2012

Sugar on Debian

Debian.jpg

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


Download in Instructions: http://maintainer.skolelinux.org/debian-edu-doc/en/debian-edu-squeeze-manual.html#Installation
debian-installer
download squeeze_live-i386-iso-hybrid
isohybrid_CD info
  example:  dd if=debian-xxxxxxxx.iso of=/dev/sdX
squeeze/releasenotes
Debian-squeeze +Sugar Desktop Virtual Appliance for Virtualbox 4.0

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)


How to install sugar-jhbuild

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

Jun 23 2012