[csw-users] KDE doesn't start after latest upgrade

Mats Larsson mats.larsson at ericsson.com
Mon Sep 19 15:47:11 CEST 2005


Today I installed the below from unstable and now I can't start KDE anymore.
-----
             curl       7.14.0,REV=2005.08.11       7.14.1,REV=2005.09.16
            groff       1.19.1,REV=2004.11.09                      1.19.2
kde_gcc_dtlogin                       3.4.1        3.4.2,REV=2005.09.16
      kdebase_gcc                       3.4.1        3.4.2,REV=2005.09.16
      kdelibs_gcc                       3.4.1                       3.4.2
           libsdl                       1.2.8                       1.2.9
             perl        5.8.7,REV=2005.06.08        5.8.7,REV=2005.09.16
          pkg_get                       3.4.2                         3.5
-----

I use the following ~/.xinitrc to start KDE:
-----
#!/bin/sh
# Xinitrc for KDE

KDEDIR=/opt/csw/kde-gcc
QTDIR=/opt/csw/kde-gcc

LD_LIBRARY_PATH=${KDEDIR}/lib:${QTDIR}/lib:${LD_LIBRARY_PATH}
PATH=${KDEDIR}/bin:${PATH}

export KDEDIR QTDIR LD_LIBRARY_PATH PATH

exec < /dev/null > /dev/null 2> /dev/null ${KDEDIR}/bin/startkde
-----

But /opt/csw/kde-gcc/bin/startkde seems to be missing after the upgrade.
Any clues?



More information about the users mailing list