[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

starting programs on kdm/startx startup



Hello,

I've setup a $HOME/.xsession to run programs on kdm and startx startup.
The problem is that programs started in the back (with &) will stay
alive after closing X.

Here is my .xsession:
#! /bin/bash
# set bellvolume,-pitch,-duration
xset b 100 300 30
#xplanetbg runs every 1200 secs xplanet to render a nice backgroundimage
xplanetbg -nice 15 -projection orthographic -blend -markers \
	-cloud_ssec /usr/local/share/xplanet/latest_moll.gif -label \
	-latitude 1 -shade 44 -wa 1200 -i /usr/local/share/xplanet/earth.ppm &
exec wmaker
#exec gnome-session --disable-sound

I'm using the debian unstable with X 4.0.2-11.

Thanks in advance.
-- 
Bastian Bowe



Reply to: