[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser/tor-browser-17.0.6esr-6] fixup! Tor Browser's Firefox preference overrides.



commit 54e64e53e26b823f4c1a917848188acf0b6b28f5
Author: Mike Perry <mikeperry-git@xxxxxxxxxxxxxx>
Date:   Thu Jun 20 22:02:30 2013 -0700

    fixup! Tor Browser's Firefox preference overrides.
    
    Direct2D crashes on windows, so disable it (the pref only matters there).
---
 browser/app/profile/000-tor-browser.js |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index e49c950..0e06e2d 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -120,5 +120,8 @@ pref("xpinstall.whitelist.add.36", "");
 // Omnibox settings
 pref("keyword.URL", "https://startpage.com/do/search?q=";);
 
+// Hacks/workarounds: Direct2D seems to crashe w/ lots of video cards w/ MinGW?
+pref("gfx.direct2d.disabled", true);
+
 // Version placeholder
 pref("torbrowser.version", "UNKNOWN");

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits