Bug#443275: qt4-x11: segmentation fault at QApplicationPrivate::currentPlatform()

2007-09-20 Thread Leutwein Tobias (GS-EC/ESA3)
Package: libqt4-core Version: 4.3.1-2 I get a segmentation fault at line 4323 of qapplication.cpp: uint QApplicationPrivate::currentPlatform(){ 4318 uint platform = KB_Win; 4319 #ifdef Q_WS_MAC 4320 platform = KB_Mac; 4321 #elif defined Q_WS_X11 4322 platform = KB_X11; 4323 if

Bug#406438: kdm configuration read from /var/run/kdm/kdmrc

2007-01-10 Thread Leutwein Tobias (GS-EC/ESA3)
Package:kdm Version:3.5.5a.d After installing kdm 3.5.5a.d (testing) the configuration of kdm is read from /var/run/kdm/kdmrc. I think it should be read from /etc/kde3/kdm/kdmrc. There seems to be something wrong in the script /etc/init.d/kdm. Cheers Tobias