Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Fix Compressor background process error' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Fix Compressor background process error
Authored by: X@vier on Nov 02, '05 10:58:38AM
I just wrote a script that would launch it for u at startup...

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>com.open.qmaster</string>
	<key>ProgramArguments</key>
	<array>
		<string>/Library/StartupItems/Qmaster/Qmaster</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
</dict>
</plist>
I gave it the name com.open.qmaster.plist save it and put it in Library->LaunchAgents folder I hope this hepls X@vier

[ Reply to This | # ]
10.4: Fix Compressor background process error
Authored by: Dirk! on Dec 15, '05 01:57:24AM

Hello,

I tried your script, but ist doesn't help in my case.

Compressor simply crashes again when it is startet by your script.

Dirk!



[ Reply to This | # ]