<HTML>
<HEAD>
<TITLE>Re: [X-Unix] Login Hooks II - thanks guys. One more issue &nbsp;- RESOLVED</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:14.0px'>I did think of that. Tried that idea, and even a couple of variations, but it didn't work. Have no idea why.<BR>
<BR>
Actually, I solved my problem by junking the Command Line and Login Hooks entirely and went a more traditional GUI way. I hinted at that in my last post yesterday, and since then found the solution. Did my last test this morning.<BR>
<BR>
I defined the item I wanted in the GUI under the User Account in System Preferences, instead of using a Login Hook shell script.<BR>
<BR>
I digged until I saw that Login Hooks are placed in ~/Library/Preferences/com.apple.loginwindow.plist , where they are executed as soon as one logs in, before the GUI.<BR>
<BR>
System Preferences makes it's entries in ~/Library/Preferences/loginwindow.plist, where items are executed after you have logged in in the traditional Mac sense, i.e. after you&#8217;ve got the Finder/Desktop. That&#8217;s what I need for my case.<BR>
<BR>
Now if you change the version of EITHER of these files that&#8217;s in /Library/Preferences/ instead of ~/Library/Preferences/ , you get something auto-running for ANY User who logs into the Mac, not just that specific account. Success!<BR>
<BR>
Thanks to everyone who answered along the way. I&#8217;ve learned a lot of useful things for the future, once again.<BR>
<BR>
- opa<BR>
<BR>
<BR>
On 1/11/05 1:43 AM, &quot;Craig&quot; &lt;craig@craigwdesigns.com&gt; wrote:<BR>
<BR>
<FONT COLOR="#0000FF">&gt; Do you maybe need to just add an &quot;&amp;&quot; after this script's name, in <BR>
&gt; wherever you are calling it from?<BR>
&gt; <BR>
&gt; - Craig<BR>
</FONT></SPAN></FONT>
</BODY>
</HTML>