Hacker News new | ask | show | jobs
by tilltheis 5124 days ago
Why does it open a new Safari window after the installation? That's pretty annoying but besides that I'm happy about every new version.
1 comments

Because Apple's installer framework has the option to open a document after installation is complete: We have it open the start.html page. Alas, Apple's framework always opens web pages with Safari, no matter what the user has set as their default browser. I don't know why, since it is just the standard "open" action - suspect it has to do with the Installer running as root. If anyone knows a work around, I'm all ears!
Maybe you could ask the user if it's okay to open the page after the installation.