Closed GoogleCodeExporter closed 9 years ago
Can you attach the output of:
cat /Library/LaunchAgents/net.culater.SIMBL.Agent.plist
Original comment by ms...@gmail.com
on 2 Dec 2009 at 9:59
the file /Library/LaunchAgents/net.culater.SIMBL.Agent.plist does not exsist.
however,
after analysing the 'postinstall' script, it turns out that the installer
(postinstall script?) was hanging on wrong permissions on the plugins-directory;
/Library/Application Support/SIMBL/Plugins
after correcting permissions (as per postinstall script), the installer ran
fine - also the launchd plist is now correctly installed in
/Library/LaunchAgents/
and the agent is launched as expected.
the wrong permissions were my bad (…) i had probably changed those during my
own SIMBL plugin-development experiments...
the permissions that were causing the installer to hang were as follows:
dr-xr-xr-x 4 arri admin 136 Nov 13 03:44 Plugins
and corrected to:
drwxrwxr-x 4 root admin 136 Nov 13 03:44 Plugins
appologies for reporting a non-issue.
Original comment by arritjep...@gmail.com
on 3 Dec 2009 at 5:22
Original comment by ms...@gmail.com
on 10 Dec 2009 at 2:59
Original issue reported on code.google.com by
arritjep...@gmail.com
on 2 Dec 2009 at 9:52