After an upgrade of a completely fresh intrepid install I ran into the same problem. Moving .kde / .kde4 directories didn't help. Strace shows that kdostartupconfig tries to open a file from the .kde/ directory - the file however is created automatically in the .kde4 directory. This is 3.5 code, I know ;) http://api.kde.org/3.5-api/kdelibs-apidocs/kinit/html/kdostartupconfig_8cpp-source.html 00067 QString keysname = locateLocal( "config", "startupconfigkeys" ); 00068 QFile keys( keysname ); 00069 if( !keys.open( IO_ReadOnly )) 00070 return 3;
Linking .kde4 to .kde "fixes" the problem. -- [intrepid KDE4] "Could not start kstartupconfig4. Check your installation" https://bugs.launchpad.net/bugs/245631 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