Closed GoogleCodeExporter closed 8 years ago
I might add that one possible fix would be to replace
su -l $USER -c "/bin/launchctl unload -F -S Aqua \"${LAUNCHD_PLIST}\""
in the postinstall script by
su -l $USER -c "/bin/sh -c /dev/stdin" <<EOT
/bin/launchctl unload -F -S Aqua \"${LAUNCHD_PLIST}\"
EOT
thereby forcing the use of the Bourne shell. But one can hope there are less
hacky ways to deal with the problem.
Original comment by han...@math.ntnu.no
on 7 Apr 2011 at 2:23
Thanks for tracking this down. I'll push out a fix this week.
Original comment by ms...@gmail.com
on 20 Apr 2011 at 6:25
Original comment by ms...@gmail.com
on 20 Apr 2011 at 6:25
Actually, that fix fails inside the installer.
I'm going to try:
sudo -u "$USER" -- /bin/launchctl load -F -S Aqua "${LAUNCHD_PLIST}"
Original comment by ms...@gmail.com
on 4 Aug 2011 at 9:41
[deleted comment]
Fixed with http://culater.net/dl/files/SIMBL-0.9.9a.zip
Original comment by ms...@gmail.com
on 4 Aug 2011 at 10:09
Original issue reported on code.google.com by
han...@math.ntnu.no
on 7 Apr 2011 at 2:20