Gaia/Hacking: Difference between revisions

Line 245: Line 245:


== Tips ==
== Tips ==
=== Rendering glitches on Linux ===
=== Linux B2G Desktop support ===
If you're running on Linux and find you're seeing lots of annoying rendering glitches, try turning off layer acceleration with a pref in your gaia/profile/prefs.js file:


  user_pref("layers.acceleration.disabled", true);
==== 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 ===
Confirmed users
51

edits