*** This bug is a duplicate of bug 214914 ***
    https://bugs.launchpad.net/bugs/214914

Found fix:
actual fix for almost ALL jockey issues:
" Changing line 60 in /usr/lib/python2.5/site-packages/jockey/xorg_driver.py 
from
self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)
to
self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)[0] "

So,
$ sudo gedit /usr/lib/python2.5/site-packages/jockey/xorg_driver.py

find line 60 and add the [0] at the end.

-- 
jockey-gtk crashed with AttributeError in enabled()
https://bugs.launchpad.net/bugs/215469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to