I am trying to deploy GeekTool to our users so that we can see their Computer name and IP address. I am able to deploy the app and the .glet that we want to use but I'm unable to get it to start on login and to be enabled. Once deployed the user has to tell the app to enable and to start on login. Has anyone been able to configure the app to start on startup?
I tried using this plist file from another forum entry, but doesn't seem to do the trick.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict> <key>Label</key> <string>com.geektool.plist</string> <key>ProgramArguments</key> <array> <string>open</string> <string>/Applications/GeekTool.app/Contents/PlugIns/GeekTool.prefPane/Contents/Resources/GeekTool Helper.app</string> </array> <key>RunAtLoad</key> <true/>
</dict>
</plist>
