I just upgraded all my packages to the latest available binary release and was unable to launch my XFCE4 desktop on 14.2-p2. I use XDM, if that matters somehow.
So far I used the following .xinitrc for my user, which worked without any issue at all.
After the upgrade I was unable to login anymore and tried to fix that by executing the following commands without any success:
Just by accident, I figured out, that using '--with-ck-launch' fixed that issue for me.
So I did a little research and have been a little surprised by the fact, that this option has been available since 2012.
I have been using startxfce4 like that for years now, did I miss an important aspect in my configuration ?
So far I used the following .xinitrc for my user, which worked without any issue at all.
Code:
#~/.xinitrc
xscreensaver &
startxfce4
After the upgrade I was unable to login anymore and tried to fix that by executing the following commands without any success:
mv ~/.cache/sessions ~/.cache/sessions-`date +%s`
mv ~/.config/xfce4 ~/.config/xfce4-`date +%s`
rm ~/.ICEauthority
Just by accident, I figured out, that using '--with-ck-launch' fixed that issue for me.
Code:
#~/.xinitrc
xscreensaver &
startxfce4 --with-ck-launch
So I did a little research and have been a little surprised by the fact, that this option has been available since 2012.
I have been using startxfce4 like that for years now, did I miss an important aspect in my configuration ?