Closed
Bug 816960
Opened 13 years ago
Closed 13 years ago
Gaia doesn't start in B2G Desktop, FTU gets stuck on a blank white screen
Categories
(Firefox OS Graveyard :: Gaia::First Time Experience, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 796421
People
(Reporter: benfrancis, Unassigned)
References
Details
(Whiteboard: blocking-development)
Tested on a 32 bit Linux nightly (beta) B2G Desktop build and the tip of Gaia.
It seems the First Time Experience app gets stuck due to some race condition, preventing Gaia from running.
A workaround is to replace "if (launchFTU === false)" with "if (true)" in window_manager.js in the system app.
STR:
* Build Gaia with "make" (DEBUG doesn't work)
* Start B2G with the generated profile
Expected:
* FTU app displayed
Actual:
* Blank white screen
Comment 1•13 years ago
|
||
Dupe of bug 796421?
Comment 2•13 years ago
|
||
Another workaround that requires only configuration changes is to remove the ftu.manifestURL setting from settings.json after generating the profile.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•