logo       

Re: Starting Applications after xfce starts.: msg#00202

xfce.user

Subject: Re: Starting Applications after xfce starts.

Le Sun, 22 Aug 2004 16:55:31 -0400
"Paul Ladouceur - NUXTEK Informatique Inc." <paul@xxxxxxxxxx>
s'exprimait:

> Praveen Vikram wrote:
>
> >I need to start applications like kwikdisk,etc after
> >xfce starts. I tried typing the commands in xinitrc
> >but that does't work.
> >
> >Is there any certain script or something that xfce can
> >be made to execute after it starts fully.
> >
> >
> >
> It depends of the xinitrc you modified...
>
> The one that xfce4 will use is: /etc/X11/xfce4/xinitrc
>
> In it, you'll find all part of xfce4 that get's started...
>
In it you have those lines:

# Start-up stuff from ~/Desktop/Autostart directory, if it exists
# (as it seems to be the new standard)
if test -d "$HOME/Desktop/Autostart"; then
for i in `ls -1 -L ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
if test -x $HOME/Desktop/Autostart/$i; then
$HOME/Desktop/Autostart/$i &
fi
done
fi

You just have to put the executable you want to launch in
~/Desktop/Autostart

_______________________________________________
Xfce mailing list
Xfce@xxxxxxxx
http://lunar-linux.org/mailman/listinfo/xfce
http://www.xfce.org



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise