Closed
Bug 847807
Opened 12 years ago
Closed 7 years ago
Unable to open metro build on Mac
Categories
(Firefox for Metro Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: raymondlee, Unassigned)
References
Details
(Whiteboard: p=0)
Attachments
(1 file)
699 bytes,
patch
|
Details | Diff | Splinter Review |
I can build metro on mac fine but when I try to launch it using
./obj-ff-dbg/dist/Nightly.app/Contents/MacOS/firefox -metrodesktop
It throws an error on command line "Couldn't read application.ini"
Updated•12 years ago
|
Component: General → Build Config
Version: unspecified → Trunk
Updated•12 years ago
|
Blocks: metrov1triage
Comment 1•12 years ago
|
||
not blocking v1. Why would we want or even expect this to work?
No longer blocks: metrov1triage
Comment 2•12 years ago
|
||
> Why would we want or even expect this to work?
Mainly just so people on other OS can contribute patches to metro front end. I suspect the people wanting to contribute to the Metro browser on those platforms though is low and I agree with the no v1.
Comment 3•12 years ago
|
||
I think Rodrigo was the last person to get this working -- do you remember the steps required?
Comment 4•12 years ago
|
||
I saw that error at some point, I'm not sure what I did for it to disappear. Some of the things I did that might be related:
- I had nightly installed
- run the built firefox without -metrodesktop
- make the metro and browser
Again, those are just wild guesses :(. I haven't built on the mac in a while, I'll try again and see if it still works.
Comment 5•12 years ago
|
||
After a full clobber/build I was getting the same "Couldn't read application.ini" error. It started working again after I did a make -C browser/ from the obj folder.
My .mozconfig contains only:
ac_add_options --enable-metro
Hope it helps.
Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Rodrigo Silveira [:rsilveira] from comment #5)
> After a full clobber/build I was getting the same "Couldn't read
> application.ini" error. It started working again after I did a make -C
> browser/ from the obj folder.
>
> My .mozconfig contains only:
> ac_add_options --enable-metro
>
> Hope it helps.
Nice, it works ;-)
Comment 7•12 years ago
|
||
Glad it worked!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Reopening this bug in case anyone wants to fix the build so this isn't necessary.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•11 years ago
|
Comment 9•7 years ago
|
||
Mass close of bugs in obsolete product https://bugzilla.mozilla.org/show_bug.cgi?id=1350354
Status: NEW → RESOLVED
Closed: 12 years ago → 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•