Comment 8 for bug 720960

Revision history for this message
jtlb (jt-lb) wrote :

this bug occurs in the function "UnityLauncherAutoHide" of file "/usr/lib/python2.7/dist-packages/ubuntutweak/modules/compiz.py" which is called from line 351.

if you do not require this specific feature, you can replace the code line 350 to 351

if system.CODENAME == 'natty':
    self.launcher_autohide = None
else:
    self.launcher_autohide = None

by this single line: self.launcher_autohide = None