jockey-gtk crashed with AttributeError in enabled()

Bug #215469 reported by twist2b
6
Affects Status Importance Assigned to Milestone
jockey (Ubuntu)
New
Undecided
Unassigned

Bug Description

Title: jockey-gtk crashed with AttributeError in enabled()

Installed Envy but it did not fix. I cannot open hardware drivers in "administration" but it did fix compiz to work now. I'm currently checking if the errors are anywhere else. But this is the only error I have received using Hardy.

Date: Thu Apr 10 21:37:33 2008 (eastern US)

DistroRelease: Ubuntu 8.04

ProblemType: Crash

Architecture: i386

interpreterPath: /usr/bin/python2.5

NonfreeKernelModules: nvidia

PackageArchitecture: all

ProcCmdline: /usr/bin/python /usr/bin/jockey-gtk

SourcePackage: jockey

ProcEnviron:
Path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
LANG=en_US.UTF-8
SHELL=/bin/bash

Package: jockey-gtk 0.3.3-0ubuntu7

Uname: Linux 2.6.24-15-generic i686

Seems jockey effected alot of people out there.
Feisty and Gusty did not give me this problem

NOTE: I have updated 100%

ProblemType: Crash
Architecture: i386
Date: Thu Apr 10 21:09:06 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/jockey-gtk
InterpreterPath: /usr/bin/python2.5
Package: jockey-gtk 0.3.3-0ubuntu7
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/jockey-gtk
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/jockey-gtk']
SourcePackage: jockey
Title: jockey-gtk crashed with AttributeError in enabled()
Uname: Linux 2.6.24-15-generic i686
UserGroups:

Tags: apport-crash
Revision history for this message
twist2b (takuachronicler) wrote :
Revision history for this message
twist2b (takuachronicler) wrote :

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.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.