Summary: | KDE4 Fails to Start | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Jared Freeman <jfreemanak> |
Component: | ksycoca | Assignee: | David Faure <faure> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andresbajotierra, nospam |
Priority: | NOR | Keywords: | investigated, triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jared Freeman
2009-01-30 20:27:58 UTC
I have this Problem to, KDE4 didn't create all needed home directories. Just test this script and restart kde4. [CODE] #!/bin/bash test -x $(type -p kde4-config) || exit 1 for i in desktop autostart document ; do echo "`kde4-config --userpath ${i}`" mkdir --mode=0750 -p `kde4-config --userpath ${i}` done for i in `kde4-config --types | cut -d' ' -f1` ; do dest=`kde4-config --path ${i} | cut -d: -f1` test -n "`echo $dest | grep $HOME`" || continue; echo "$dest" mkdir --mode=0750 -p $dest done find `kde4-config --localprefix` -mindepth 1 -type d | xargs chmod 0750 if test -d $HOME/.xdg ; then find $HOME/.xdg -mindepth 1 -type d | xargs chmod 0750 fi [/CODE] @Jared: If you can reproduce the crash at will, may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports and post a complete backtrace here? You need to install "kdelibs5-dbg" Thanks :) Please run kbuildsycoca4 in a terminal and tell me what the (end of) the output is. You're hitting an assert, I would like to see which one ;) No response. Marking as NEEDSINFO Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |