Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openrc 2 problems (xfce, /tmp)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
ukognos
n00b
n00b


Joined: 25 Feb 2008
Posts: 8

PostPosted: Wed Apr 16, 2008 1:20 pm    Post subject: openrc 2 problems (xfce, /tmp) Reply with quote

What's up guys :)

I migrated to openrc and baselayout 2 and it works quite well, but there are two problems which need to be solved.

1.) My SLIM doesn't start xfce4, though i made the /etc/env.d/90xsession file with this content:

Code:

XSESSION="Xfce4"


SLIM starts, but after login it opens the standart X desktop environment and not xfce4

2.) How can I change the mode of the /tmp/ directory? I mean with a config file or something and not with chmod 777 /tmp/ ;)

Thanks
ukognos
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Wed Apr 16, 2008 4:59 pm    Post subject: Reply with quote

for xfce:
Code:
echo 'exec startxfce4' > /home/your_username/.xinitrc

for /tmp:
I suppose you use tmpfs for your /tmp. if so, edit your fstab:
Code:
tmpfs            /tmp             tmpfs       mode=1777       0   0
Back to top
View user's profile Send private message
ukognos
n00b
n00b


Joined: 25 Feb 2008
Posts: 8

PostPosted: Wed Apr 16, 2008 8:09 pm    Post subject: Reply with quote

That with .xinitrc worked
but i'm using dm-crypt for the /tmp partition so mode=1777 int fstab doesn't work.

Thanks for your help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum