You are not logged in.
Well, maybe that was just a tad melodramatic but that's the gist of it. I have cleared ~/.cache/sessions, checked ~/.config/autostart and /etc/xdg/autostart, I have it set it NOT to remember sessions, all to no avail. 2 Launchy's at startup every time(complaining about conflicting hotkeys). It's nothing really critical I guess but it is irritating and it just shouldn't work that way. I think I would feel better if I at least understood why - it seems to be defying physical law
. Any ideas?
Archlinux, i686, xfce4-session 4.8.1-2.
-edit: added ~/.xinitrc
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec ck-launch-session dbus-launch --exit-with-session startxfce4
Last edited by yog-sothoth (2011-08-19 18:02:25)
Offline
After scanning my settings I found a solution.
Open up
xfce4-settings-manager
and go to "Session and Startup". Then, go to the "Session" tab. In my case there were two launchy entries. I tried a bit what workes and ended up removing both from the "Session" tab and just setting it back into the "Application Autostart" tab.
That help for me, for now.
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 520.34 KiB (Peak: 530.17 KiB) ]