You are not logged in.

#1 2009-07-24 11:04:01

Kernel-1
Member
From: Serbia
Registered: 2009-07-19
Posts: 16
Website

Settings of panel are lost on restart :(

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 wink


Yet to be decided... smile

Offline

#2 2009-07-24 11:15:59

Kernel-1
Member
From: Serbia
Registered: 2009-07-19
Posts: 16
Website

Re: Settings of panel are lost on restart :(

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... smile

Offline

#3 2009-07-24 12:24:05

Kernel-1
Member
From: Serbia
Registered: 2009-07-19
Posts: 16
Website

Re: Settings of panel are lost on restart :(

Installing GDM solved restarting / shutdown issue, but still panel settings are lost after restart sad


Yet to be decided... smile

Offline

#4 2009-07-24 19:19:16

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Settings of panel are lost on restart :(

maybe your home directory has the wrong permission, or wrong owner, please correct it, and try it!

Btw, is your username 'user'? Funny smile

Offline

#5 2009-07-24 20:58:12

Anda
Member
Registered: 2009-07-14
Posts: 58

Re: Settings of panel are lost on restart :(

How does your .xinitrc look like?

Last edited by Anda (2009-07-24 20:59:39)

Offline

#6 2009-07-24 22:22:09

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Settings of panel are lost on restart :(

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

#7 2009-07-24 22:46:37

Kernel-1
Member
From: Serbia
Registered: 2009-07-19
Posts: 16
Website

Re: Settings of panel are lost on restart :(

@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... smile

Offline

#8 2009-07-25 07:30:53

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Settings of panel are lost on restart :(

Yeah, please don't be so rude droog smile

Offline

#9 2009-07-25 09:05:17

Kernel-1
Member
From: Serbia
Registered: 2009-07-19
Posts: 16
Website

Re: Settings of panel are lost on restart :(

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... smile

Offline

Board footer

Powered by FluxBB