Re: xulrunner 6.0: No menu bar or focus on Mac OS X
Lukas_Skywalker <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <31961072.205.1320834406230.JavaMail.geo-discussion-forums@vbct14> |
I fixed the problem with XULRunner 7.0 This is the folder structure: -myApp.app --Contents ---Frameworks ----XUL.framework (XULRunner runtime) ---MacOS (copy xulrunner from Frameworks/XUL.framework) ---Resources ----logo.icns ----application.ini, chrome.manifest ----chrome, defaults, extension etc folders ---Info.plist ---PkgInfo Idk whether this matters, but some docs (incl. MDC) state that PkgInfo should contain the string AAPL????, but i found on the Apple Website that it should be APPL???? For an example, you may watch this source code: http://o-trax.svn.sourceforge.net/viewvc/o-trax/build/mac/ Note that the application files (chrome folder, application.ini) themselfes are not present in the source, just think them in Contents/Resources.