You are not logged in.
Pages: 1
I just finished installing xfce 4.8 on Arch Linux and it seems that it won't save any changes I make to the panels and stuff.
I tried so many things like clearing my sessions folder, clicking "save session" button, checking the save session checkboxes, etc. but none of them works. Every time I logout, all settings are lost immediately so that when I login the next time, I'm basically asked if I want a default panel again.
Here's my setup:
Arch Linux
xdm as display manager
modified /etc/inittab to use these two lines:
id:5:initdefault:
....
x:5:respawn:/usr/bin/xdm -nodaemon -config /etc/X11/xdm/archlinux/xdm-config
~/.cache/sessions is currently empty
contents of ~/.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 startxfce4
# ...or the Window Manager of your choice
Also chmod .xinitrc so that it's executable.
EDIT: Not sure if this is related but another problem is I can't open "File Manager". Every time I open it, the "Choose Preferred Application" box shows up and shows Thunar as an option but when I select it, nothing happens and it's still not selected.
Appreciate any help on this.
Last edited by bolenjx (2011-12-22 07:34:28)
Offline
Any warnings? Looks like for some reason the settings storage engine (xfconf) is not running or it cannot save to ~/.config
Offline
You should probably be using "exec ck-launch-session startxfce4" in your .xinitrc... But I dont know if that will help with your problem.
You could try to run "exo-preferred-applications" or "exo-open --launch FileManager" in a terminal to see if there's any error message.
Maybe check that files and directories in ~ do not belong to root and are not read only.
Offline
I generaly run
exec ck-launch-sesion dbus-launch startxfce4
for dbus-launch you need dbus daeomon runing (and instaled)
for ck-launch-session you need polkit and consolekit (intaled both)
second I personaly recommend lxdm for desktop manager login
x:5:respawn:/usr/sbin/lxdm >& /dev/null
tree and final for well-know-icons-in-$HOME instal xdg-user-dirs and run xdg-user-dirs-update
XFCE :: Arch Linux
:: AMD E-300 APU with Radeon(tm) HD Graphics @ 1300 MHz
:: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6310]
:: LED with aspect ration of 16:9 in 14.0'' (1366x768) [Radeon driver]
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 529.63 KiB (Peak: 530.91 KiB) ]