You are not logged in.
Pages: 1
Arch x_64 with XFCE 4.6.1, with compiz which is working fine.
But Panel does not remember it's setup, after reboot.
And, second, I can't restart from XFCE menu, HAL is preventing it, but I don't know why.
I'm added in power group if that matters.
Thank you ![]()
Yet to be decided... ![]()
Offline
Hmm.. when I logout from XFCE, I see some output that program cannot write settings to /home/user/.config/xfce... (somethong like that)
because permission is denied. Should I change permissions maybe? Is that the problem?
Yet to be decided... ![]()
Offline
Installing GDM solved restarting / shutdown issue, but still panel settings are lost after restart ![]()
Yet to be decided... ![]()
Offline
maybe your home directory has the wrong permission, or wrong owner, please correct it, and try it!
Btw, is your username 'user'? Funny ![]()
Offline
How does your .xinitrc look like?
Last edited by Anda (2009-07-24 20:59:39)
Offline
man that sucks, so so much.
I have no idea what panel or anything to do with what's going on.
I recommend going back to ubuntu maybe?
Offline
@djszapi - no, my user name is "srdjan". I installed arch regularry, added user "srdjan", and
added it to all necesarry groups. Then, I installed XFCE according to Arch Wiki, by installing
xfce4 and goodies. Why would my home directory have wrong permissions, I think that
correct permissions are set automatically when user is created.
@droog (on going back to Ubuntu) - I don't see the point of this comment in the Arch forum.
@Anda:
[srdjan@Zverko ~]$ cat /home/srdjan/.x
.xinitrc .xsession .xsession-errors
[srdjan@Zverko ~]$ cat /home/srdjan/.xinitrc
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
[srdjan@Zverko ~]$
I haven't edited it at all, after login I start xfce with startxfce4 command (as would uncommenting last exec line do).
Yet to be decided... ![]()
Offline
Yeah, please don't be so rude droog ![]()
Offline
Hm.. I think the problem may be in:
/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
It now look like this:
<channel name="xfce4-session" version="1.0">
−
<property name="general" type="empty">
<property name="FailsafeSessionName" type="string" value="Failsafe"/>
<property name="SaveOnExit" type="bool" value="true"/>
</property>
−
<property name="sessions" type="empty">
−
<property name="Failsafe" type="empty">
<property name="IsFailsafe" type="bool" value="true"/>
<property name="Count" type="int" value="5"/>
−
<property name="Client0_Command" type="array">
<value type="string" value="compiz"/>
<value type="string" value="ccp"/>
</property>
<property name="Client0_PerScreen" type="bool" value="false"/>
−
<property name="Client1_Command" type="array">
<value type="string" value="xfce4-panel"/>
</property>
<property name="Client1_PerScreen" type="bool" value="false"/>
−
<property name="Client2_Command" type="array">
<value type="string" value="Thunar"/>
<value type="string" value="--daemon"/>
</property>
<property name="Client2_PerScreen" type="bool" value="false"/>
−
<property name="Client3_Command" type="array">
<value type="string" value="xfdesktop"/>
</property>
<property name="Client3_PerScreen" type="bool" value="false"/>
−
<property name="Client4_Command" type="array">
<value type="string" value="xfce4-settings-helper"/>
</property>
<property name="Client4_PerScreen" type="bool" value="false"/>
</property>
</property>
−
<property name="splash" type="empty">
<property name="Engine" type="string" value=""/>
</property>
</channel>
And I figured out that he is loading failsafe session all the time... how should I edit this file for it to remember my normal session?
Yet to be decided... ![]()
Offline
Pages: 1