Comment 7 for bug 187540

Revision history for this message
paskma (paskma) wrote : Re: Gnome-panel freeze when 8 windows are open when the panel is on the right

I've created patches for gnome-panel and libwnck solving this bug. Applicable for gnome-panel 1:2.22.2-0ubuntu1 and libwnck22 2.22.1-0ubuntu1 as they are in Hardy.

Howto apply these patches for testing:

sudo apt-get build-dep gnome-panel
sudo apt-get build-dep libwnck
apt-get source gnome-panel
apt-get source libwnck

tar x paskma-patches.tar

patch -p0 < gnome-panel-paskma.patch
patch -p0 < gnome-panel-paskma-chagnelog.patch
patch -p0 < libwnck-paskma.patch
patch -p0 < libwnck-paskma-chagnelog.patch

cd gnome-panel-2.22.2
debuild -us -uc
cd ..

cd libwnck-2.22.1
debuild -us -uc
cd ..

sudo dpkg -i *.deb

The patches for gnome-panel solve this bug, patches to libwnck improves appearance.