[Webkit-unassigned] [Bug 12263] Drosera won't launch in Tiger due to dependency on /usr/lib/libgcc_s.1.dylib (nightlies r18828, r18836, r18843)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 14 16:48:04 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12263
------- Comment #10 from bdash at webkit.org 2007-01-14 16:48 PDT -------
It turns out the issue was related to some changes I had made to the
application launcher. It performs a little bit of magic to convince the
operating system that the application you double-click is the application that
ends up being launched. In reality, it's a different application (in case of
WebKit.app it's actually Safari.app, in the case of Drosera.app, it's actually
Drosera.app/Contents/Resources/Drosera.app). In the process of making these
changes, I forgot to update Drosera's launcher which was causing something in
AppKit to look for bundle resources in the wrong place. The key error message
here was actually:
DroseraLauncher[266] Unable to load nib file: MainMenu, exiting
Please note that it is a *really really* bad idea to mess with anything under
/System, and that definitely includes replacing
/System/Library/Frameworks/WebKit.framework with a custom version.
That said, the latest nightly build (currently r18847) should now work
correctly. I'm leaving this bug open until I commit the relevant changes to
SVN.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list