[Bug 295405] Re: fails to run lib/dbus-1.0/dbus-daemon-launch-helper

2009-07-30 Thread hobel
Same here with 9.04 kubuntu... kdm drops out, I see problems launching the dbus helper. This worked before upgrading to 9.04, with 8.10 I had no problems. $ grep messagebus /etc/passwd messagebus:x:105:115::/var/run/dbus:/bin/false $ grep 115 /etc/group Debian-exim:x:115: no idea how that can h

[Bug 203503] Re: [needs-packaging] please add cuda packages

2008-05-09 Thread hobel
Adding libcuda to nvidia driver package (as done by debian recently) would help. NV download contains library. -- [needs-packaging] please add cuda packages https://bugs.launchpad.net/bugs/203503 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 114416] Re: Qt4 jpeg support broken

2007-06-14 Thread hobel
I can confirm this problem: $ python Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt4 import QtCore, QtGui >>> [str(x) for x in QtGui.QImageReader.supportedImageForma

[Bug 114416] Re: Qt4 jpeg support broken

2007-06-14 Thread hobel
For qt3, it works: $ python Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from qt import * >>> QImageIO.inputFormats() ['BMP', 'GIF', 'JPEG', 'MNG', 'PBM', 'PGM', 'PNG', 'PPM