From b00325dba0e7b6e3e292687a6aca1c7aaf7364dc Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Fri, 6 Jul 2018 20:43:22 -0500 Subject: [PATCH] Remove "Stylish" browser extension recommendation Thanks to Sven Semmler for pointing out that this recommendation is problematic given recent privacy revelations regarding the extension: https://arstechnica.com/information-technology/2018/07/stylish-extension-with-2m-downloads-banished-for-tracking-every-site-visit/ https://groups.google.com/forum/#!msg/qubes-users/-PL4UguLoCs/tLyz-5qcCgAJ --- customization/dark-theme.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/customization/dark-theme.md b/customization/dark-theme.md index 18bd84e9..4cdf0c74 100644 --- a/customization/dark-theme.md +++ b/customization/dark-theme.md @@ -157,11 +157,7 @@ The advantage of creating a dark themed Template VM is, that each AppVM which is 6. *(Optional)* Modify Firefox - **Note:** Firefox uses GTK style settings by default. This can create side effects such as unusable forms or search fields. There are two different ways to avoid this. Either by using a add-on or by overwriting the defaults. - - - use the theme [GTK+ Dark Theme Global Fixes](https://userstyles.org/styles/111694/gtk-dark-theme-global-fixes) and the [Stylish](https://addons.mozilla.org/en-US/firefox/addon/stylish/) addon - - - or add the following line to `/rw/config/rc.local` + **Note:** Firefox uses GTK style settings by default. This can create side effects such as unusable forms or search fields. One way to avoid this is to add the following line to `/rw/config/rc.local`: sed -i.bak "s/Exec=firefox %u/Exec=bash -c 'GTK_THEME=Adwaita:light firefox %u'/g" /usr/share/applications/firefox.desktop