Comment 12 for bug 778256

Revision history for this message
Marius Gedminas (mgedmin) wrote :

Rati: here's what I did

    sudo apt-get install build-essential devscripts
    sudo apt-get build-dep unity
    apt-get source unity
    $EDITOR unity-*/src/PanelTray.cpp
      find PanelTray::Draw in there and replace GetGeometry() with GetAbsoluteGeometry()
    debuild -i
    sudo dpkg -i ../unity*.deb

I could upload the binary deb files for i386 somewhere if you'd like (and if you trust me not to have inserted any malicious backdoors in there ;). My Debian-fu/time constraints do not extend to setting up PPAs, sadly.