[Bug 303117] starting kmail2 for first time does not create drafts folder

Martin Koller kollix at aon.at
Sat Jul 7 11:29:13 BST 2012


https://bugs.kde.org/show_bug.cgi?id=303117

--- Comment #3 from Martin Koller <kollix at aon.at> ---
Yes, no process is running for my testuser.
Let me explain my setup:
I'm running a normal KDE session as user koller but I want to test the
self-compiled KDE stuff (a different version than the session from user
"koller"). In a konsole I "su - kdetrunk" to a new testuser.
Under this user "kdetrunk" I'm testing now this KDE/4.9 within a Xephyr
session.
The self-compiled KDE is installed under /home/KDE4

I start everything with this script and the "clean" argument:
===========================
#!/bin/sh

#clean up previous KDE4 stuff
if [ "$1" = "clean" ]
then
  cd
  rm -Rf /tmp/kde-kdetrunk /var/tmp/kdecache-kdetrunk .kde4 .config .local .qt
.strigi .xine
fi

# no KDE3 in PATH
export PATH=/home/KDE4/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin

Xephyr :4 -ac -screen 1280/278x800/200 -nolisten inet6  -nodri -noxv -fakexa
-name TEST &
export DISPLAY=:4
echo "display set to:" $DISPLAY
sleep 5
startkde
===========================

If you want I can check other things,debug flags, attach a debugger etc.
Just tell me in which source the directories should be created

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list