When I look at .xsession in my user account:
!/bin/sh
/usr/bin/pcmanfm --desktop -d &
/usr/bin/lxpanel &
case $1 in
openbox)
exec ck-launch-session openbox-session
;;
*)
exec ck-launch-session openbox-session
;;
esac
Hi ka9yhd,
In .xsession file : remove the part I put red on. In .autostart.sh file : get sure that in the .autostart.sh file you also have a line with:
/usr/bin/pcmanfm --desktop &but no "-d" as in the one above ! It's a change that has occurred already some time ago when we got a new pcmanfm version which don't accept being in the background _while_ managing the desktop.