On Sun, Dec 23, 2007 at 11:36:04AM +0100, Valerio Pachera wrote: > > What about inserting it into /etc/X11/Xsession.d/? That way it is not > depending on the content of the users home directories. > > I tried to link the script in Xsession.d/ like that > ln -s /usr/local/bin/start_ica.sh /etc/X11/Xsession.d/98strart_ica.sh > and it's not executed at kde login or the envirorment variable > $ESPEAKER is not ready when the script is called.
try: ln -s /usr/local/bin/start_ica.sh /etc/X11/Xsession.d/98strart_ica filenames in /etc/X11/Xsession.d need to match certain patterns, and *.sh will be excluded. see the run_parts function in /etc/X11/Xsession for more information. live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

