[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 happen...

-- 
fails to run lib/dbus-1.0/dbus-daemon-launch-helper
https://bugs.launchpad.net/bugs/295405
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


[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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.supportedImageFormats()]
['bmp', 'pbm', 'png', 'pgm', 'ppm', 'xbm', 'xpm']
>>>

No JPEG support visible, as well as documentation mentions that JPEG support
is available, and the file
/usr/lib/qt4/plugins/imageformats/libqjpeg.so
exists.

No further idea what might be the reason.

-- 
Qt4 jpeg support broken
https://bugs.launchpad.net/bugs/114416
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for qt4-x11 in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[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', 'XBM', 'XPM']

-- 
Qt4 jpeg support broken
https://bugs.launchpad.net/bugs/114416
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for qt4-x11 in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs