Comment 37 for bug 192389

Revision history for this message
pi-rho (pi-rho) wrote :

Maybe I was unclear in my original patch instructions. Let me try it again:

(download the patch to your home directory)

~ $ ls fusion-icon-decor.patch
fusion-icon-decor.patch

~ $ cp /usr/lib/python2.7/dist-packages/FusionIcon/util.py util.py.orig

~ $ cd /

/ $ sudo patch -p1 < ~/fusion-icon-decor.patch

... to back out the patch (from your home directory):
~ $ sudo cp util.py.orig /usr/lib/python2.7/dist-packages/FusionIcon/util.py