You are not logged in.
I am experiencing a very strange bug after recently entering the GUI.
Desktop cursor replace by an X. Applications such as Firefox open on top of the taskbar and cannot be resized or closed. The terminal opens with its header behind the taskbar and cannot be resized or moved. If I open two or more applications I cannot switch between them without closing the most recently activated window. Also Firefox windows do not persist after the cursor is moved away from the menu item (i.e. none of the menu items can be selected).
Last edited by iode1 (2011-12-08 02:20:53)
Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)
Offline
Your window manager isn't started. What are you using? Submit the contents of your .xinitrc here.
asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox
Offline
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
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 gnome-session
# exec startkde
exec ck-launch-session dbus-launch --exit-with-session startxfce4
#exec ck-launch-session startlxde
#exec enlightenment_start
# ...or the Window Manager of your choice
Here are the contents although I typically start using startxfce4. Having tried both there is no difference.
Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)
Offline
Have you cleared ~/.cache/sessions? I usually just purge the whole folder when I have xfce issues. Maybe back it up first...
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Solved thank you.
Why does that happen?
Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)
Offline
Because it doesn't bother the xfce coders. Which according the xfce philosophy means there's no reason to fix it. At least, this is my perspective based on their attitude towards tabs in Thunar...
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
O.K. so the container fills with junk and eventually a bug results. Anyway to automate the clearing process?
Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)
Offline
O.K. so the container fills with junk and eventually a bug results. Anyway to automate the clearing process?
Settings Manager -> Session and Startup
Disable "Automatically save session on logout"
At the logout prompt
Disable "Save session for future logins"
Offline
Interesting so it is my GUI state that is being preserved.
Last edited by iode1 (2011-12-08 02:39:23)
Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)
Offline