954,152 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

iCal auto-start

I need a little help on a simple problem.
I am running OSX 10.3.5
How do I get iCal to automatically load up and display on my screen everytime I switch on my Mac without having to click the dock icon?

Is there a start-up folder like oS 9 somewhere?

Thanks

Neech
Newbie Poster
2 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 
I need a little help on a simple problem. I am running OSX 10.3.5 How do I get iCal to automatically load up and display on my screen everytime I switch on my Mac without having to click the dock icon?

System Preferences -> Accounts -> Choose your account -> click the Startup Items tab -> Click the + -> Navigate to iCal and select it.

You're done.

yellow
Posting Pro
567 posts since Sep 2004
Reputation Points: 25
Solved Threads: 7
 

Hello,

Yellow is correct. There is another way to do it if you want things to startup for all users. You can find that folder on the System Volume --> Library --> StartupItems

Christian

kc0arf
Posting Virtuoso
Team Colleague
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
 
There is another way to do it if you want things to startup for all users. You can find that folder on the System Volume --> Library --> StartupItems

This isn't really for the faint of heart though. Anything that is placed in /Library/StartupItems/ has to have an associated "StartupParameters.plist" (with pertinant info) and it (AFAIK) cannot be a .app.

yellow
Posting Pro
567 posts since Sep 2004
Reputation Points: 25
Solved Threads: 7
 

Hello,

I believe my Retrospect Remote is a .app Not sure though. Would have to check. Agree it is not for every thing on the system.

Christian

kc0arf
Posting Virtuoso
Team Colleague
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
 

It's not. It's a shell script.

yellow% more RetroClient 
#!/bin/sh

##
# Start Retroclient (pitond) daemon
#
#       please make sure this is saved with unix line endings
##

. /etc/rc.common

if [ -f "/Library/Preferences/retroclient.state" ] && [ -d "/Applications/Retrospect Client" ]; then
        ConsoleMessage "Starting Retrospect Client"
        /Applications/Retrospect\ Client/Retrospect\ Client.app/Contents/Resources/pitond &
fi
yellow
Posting Pro
567 posts since Sep 2004
Reputation Points: 25
Solved Threads: 7
 

Thanks for your assistance everyone.

:D Solved my problem.

Neech
Newbie Poster
2 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: