I see that the diff I posted got changed by the launchpad software. It looks like embedded whitespace is deleted. The indentation is off and indentation is all important in python programs.
Attached is the diff. Let me try again, (gambling that initial whitespace will be respected by the posting process) In line 60 of /usr/lib/python2.5/site-packages/jockey/xorg_driver.py (16 spaces start each line) self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path) -> self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)[0] and in line 159 of the same file (12 spaces start each line) self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path) -> self.xorg_conf = xorgconfig.readConfig(OSLib.inst.xorg_conf_path)[0] @xtknight: Thanks. Thorsten Schoel did the work. I just robotically copied Thorsten and then bumbled my posting. ** Attachment added: "Respond to interface change in xorgconf.readConfig() which now returns a tuple" http://launchpadlibrarian.net/13364909/xorg_driver.py.patch -- jockey-gtk crashed with AttributeError: 'tuple' object has no attribute 'getSections' https://bugs.launchpad.net/bugs/215027 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs