horst3180 / arc-firefox-theme

Arc Firefox Theme
Mozilla Public License 2.0
938 stars 48 forks source link

arc-theme-darker disables e10s #96

Open ghost opened 7 years ago

ghost commented 7 years ago

(firefox 50 @ arch linux) hi, installing arc-theme-darker disables e10s, even if i have force-enabled it in about:config. is i also have read the other issues on this tracker, but i have other add-ons enabled. every time i enable the theme, the flag in about:support changes to 0, and when i disable it, the variable changes back to 1.

horst3180 commented 7 years ago

Yeah, it's a problem.

I tried marking the addon as multi process compatible by adding <em:multiprocessCompatible>true</em:multiprocessCompatible> to install.rdf as suggested here. For some reason that doesn't work though. I don't know, maybe it's a bug that affects only themes?

Setting extensions.e10sBlockedByAddons to false in about:config seems to work as a temporary solution, however be careful with that.

Edit: You may need to set extensions.e10sBlocksEnabling to false too.