[Bug 182480] KDE4 Fails to Start
Juergen Heinemann
nospam at hjcms.de
Sat Jan 31 08:45:52 GMT 2009
http://bugs.kde.org/show_bug.cgi?id=182480
Juergen Heinemann nospam hjcms de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nospam at hjcms.de
--- Comment #1 from Juergen Heinemann <nospam hjcms de> 2009-01-31 09:45:51 ---
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]
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list