Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
how to get my .xsession to work
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
soNNe
n00b
n00b


Joined: 26 May 2003
Posts: 64
Location: Odense, Denmark

PostPosted: Wed Sep 03, 2003 9:08 pm    Post subject: how to get my .xsession to work Reply with quote

i use kde and kdm

when i log in as a normal user i want it to run .xsession in the users homedir
i figured out to make my /etc/X11/Sessions/kde-3.1.2 script like this

Code:

#! /bin/sh
if [ -f $HOME/.xsession ]; then
/bin/sh $HOME/.xsession
fi
/usr/kde/3.1/bin/startkde


thats cool BUT when i log in and the kde-3.1.2 scripts is executed the $HOME variable
is "/root" and not the home dir of the user who logs in

How is it possible to run programs when kde starts. i want kopete and various other programs to start. but .xinitrc and .xsession doesn't work when using kdm

Anyone who can help?
Back to top
View user's profile Send private message
d3vlin
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2003
Posts: 134

PostPosted: Mon Sep 22, 2003 8:16 am    Post subject: Reply with quote

If I recall right the way to do this is by putting scripts for the programs to autoload on a new session in ~/.kde???/Autostart/
Good luck!
Back to top
View user's profile Send private message
thunder
Retired Dev
Retired Dev


Joined: 01 Sep 2003
Posts: 164
Location: Wroclaw, PL

PostPosted: Mon Sep 22, 2003 8:28 am    Post subject: Reply with quote

yeah but not everybody use kde for example i use fluxbox and then i must edit ~/.fluxbox/* files :)
_________________
Damian Florczyk
Gentoo/NetBSD development lead
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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