El Sábado, 29 de Septiembre de 2007, Benjamí Villoslada escribió: > From one week ago, the libgtk2.0-0 upgrade (Sid) freezes Konqueror when > this browser opens Flash contents: nspluginviewer goes to 100% CPU > consumption. > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440165 > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443399 > > The solution was downgrade libgtk2.0-0: > > $ sudo aptitude install libgtk2.0-0=2.10.13-1 > > but now is not possible this downgrade because GIMP and Iceweasel needs the > last libgtk2.0-0. > > Any workaround? > > Now I use Gnash more than ever, I like Gnash... but I can't view a lot of > Flash contents :( > > Thanks! > > Regards,
There's an unapplied patch that solves the issue on the libgtk2.0-0 source,
this is what I did:
apt-get source libgtk2.0-0
cd gtk+2.0-2.12.0
echo "091_workaround_no_gtk_init_incorrect_display.patch"
>>debian/patches/series
apt-get build-dep gtk+2.0-2.12.0
dch -i
(Add some comment about the new patch you're going to apply and save)
dpkg-buildpackage -rfakeroot
After that install the newly created packages as convenient.
Regards,
--
Raúl Sánchez Siles
----->Proud Debian user<-----
Linux registered user #416098
signature.asc
Description: This is a digitally signed message part.

