Comment 62 for bug 108951

Revision history for this message
MichaƂ Wojciechowski (odyniec) wrote :

I worked around the drawer opening delay by hardcoding the animation time to 0 in gnome-panel sources. I don't think this can be considered a proper fix, but at least it makes drawers usable again. Patch attached.

How to build the patched .deb file (Ubuntu 10.04, gnome-panel 2.30.2):

sudo apt-get build-dep gnome-panel
apt-get source gnome-panel
cd gnome-panel-2.30.2
patch -p1 < ../gnome-panel.drawer.patch
dpkg-buildpackage