You are not logged in.

#1 2011-12-07 20:23:31

iode1
Member
Registered: 2011-10-23
Posts: 29

[SOLVED] XFCE .xinitrc

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

#2 2011-12-07 20:27:39

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: [SOLVED] XFCE .xinitrc

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

#3 2011-12-07 21:19:34

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: [SOLVED] XFCE .xinitrc

#!/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

#4 2011-12-07 22:10:44

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [SOLVED] XFCE .xinitrc

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

#5 2011-12-07 22:51:53

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: [SOLVED] XFCE .xinitrc

Solved thank you.

Why does that happen?


Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)

Offline

#6 2011-12-08 00:14:11

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [SOLVED] XFCE .xinitrc

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

#7 2011-12-08 02:19:00

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: [SOLVED] XFCE .xinitrc

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

#8 2011-12-08 02:36:22

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,591

Re: [SOLVED] XFCE .xinitrc

iode1 wrote:

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

#9 2011-12-08 02:38:37

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: [SOLVED] XFCE .xinitrc

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

Board footer

Powered by FluxBB