Thank you a lot! So autostart procedures have changed from KDE3 and I did not know :-)<br><br>I moved the shell script from autostart to env and it worked. I see that I can have more than one shell script in env, can't I?<br>
<br>Please Cc to me if replying.<br><br>Thank you very much for this detailed reply.<br><br><div class="gmail_quote">2009/4/14 Boyd Stephen Smith Jr. <span dir="ltr"><<a href="mailto:bss@iguanasuicide.net">bss@iguanasuicide.net</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In <<a href="mailto:1fde22350904141006l524d69bbv1f45594d787a4134@mail.gmail.com">1fde22350904141006l524d69bbv1f45594d787a4134@mail.gmail.com</a>>, David<br>

wrote:<br>
<div class="im">>Hello,<br>
><br>
>My script  ~/.kde4/Autostart/autostart.sh is not run in my Arch box (and<br>
> the user has permissions to execute it). Is this a known problem? How can<br>
> I debug/solve it?<br>
<br>
</div>~/.kde4/Autostart is a container for .desktop files, not shell scripts.<br>
You'll need to write a .desktop file that has your shell script on the Exec<br>
line if you want to use Autostart.<br>
<br>
You might want to use ~/.kde4/env instead.  It is a container for files that<br>
are sourced (run in the current shell environment) during kde session<br>
startup.<br>
<br>
IIRC, anything done from .kde4/env should not expect kded-type services<br>
running, where as ~/.kde4/Autostart can depend on those services.<br>
<br>
I use both for my purposes.  A script in env to start ssh/gpg agents and set<br>
environment variables.  A script in Autostart to load my keys, asking for<br>
passwords with graphical dialogs.<br>
<div class="im"><br>
>Please Cc to me when replying. Thank you,<br>
<br>
</div>Done.<br>
<font color="#888888">--<br>
Boyd Stephen Smith Jr.                   ,= ,-_-. =.<br>
<a href="mailto:bss@iguanasuicide.net">bss@iguanasuicide.net</a>                   ((_/)o o(\_))<br>
ICQ: 514984 YM/AIM: DaTwinkDaddy         `-'(. .)`-'<br>
<a href="http://iguanasuicide.net/" target="_blank">http://iguanasuicide.net/</a>                    \_/<br>
<br>
</font></blockquote></div><br>