Confirmed users
51
edits
Line 245: | Line 245: | ||
== Tips == | == Tips == | ||
=== | === Linux B2G Desktop support === | ||
user_pref(" | ==== The homescreen is empty ==== | ||
Currently, under Linux, OOP frame aren't rendered properly. | |||
The homescreen isn't actually rendered here... | |||
If you just want to happily hack on pure UI (css and JS) you can safely run with OOP disabled and avoid those issues. | |||
Add | |||
user_pref("debug.oop.disabled", true); | |||
To the profile/user.js in your gaia directory. | |||
=== Port Forwarding === | === Port Forwarding === |