<div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 24, 2012 at 8:41 PM, Manuel Kaufmann <span dir="ltr"><<a href="mailto:humitos@gmail.com" target="_blank">humitos@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Apr 24, 2012 at 17:45, Manuel Kaufmann <<a href="mailto:humitos@gmail.com">humitos@gmail.com</a>> wrote:<br>
> Do you have a clue about this?<br>
<br>
This was my workaround to this problem:<br>
<br>
1. /etc/apt/sources.list<br>
<br>
deb <a href="ftp://ftp.us.debian.org/debian/" target="_blank">ftp://ftp.us.debian.org/debian/</a> unstable main contrib non-free<br>
deb-src <a href="ftp://ftp.us.debian.org/debian/" target="_blank">ftp://ftp.us.debian.org/debian/</a> unstable main contrib non-free<br>
<br>
2. update the package database<br>
<br>
sudo apt-get update<br>
<br>
3. download the source code<br>
<br>
cd /tmp<br>
mkdir pygobject<br>
apt-get source python-gi<br>
<br>
4. install dependecies<br>
<br>
sudo apt-get build-dep python-gi<br>
sudo apt-get install python-gobject-2-dbg<br>
<br>
5. compile python-gi<br>
<br>
cd pygobject-3.2.0<br>
dpkg-buildpackage -rfakeroot -b<br>
<br>
6. install compiled packages<br>
<br>
sudo dpkg -i ../*.deb<br>
<br>
Now, when I run "./sugar-jhbuild run sugar-emulator" I can see the<br>
icons and the toolbar properly.<br>
<br>
See you guys,<br>
<br>
PS: should be this workaround in the wiki? (I don't have access)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Kaufmann Manuel<br>
Blog: <a href="http://humitos.wordpress.com/" target="_blank">http://humitos.wordpress.com/</a><br>
Porfolio: <a href="http://fotos.mkaufmann.com.ar/" target="_blank">http://fotos.mkaufmann.com.ar/</a><br>
PyAr: <a href="http://www.python.com.ar/" target="_blank">http://www.python.com.ar/</a></font></span></blockquote><div><br></div><div>Draft added to wiki:</div><div><a href="http://wiki.sugarlabs.org/go/Community/Distributions/Debian#GTK3_in_Debian_Testing">http://wiki.sugarlabs.org/go/Community/Distributions/Debian#GTK3_in_Debian_Testing</a> </div>
<div><br></div><div> --Fred</div></div></div>