Re: Falkon dark themt Reply #15 – 19 September 2020, 19:15:16 So start by checking /etc/environment if that variable is thereif so run some editor as root (with sudo) and remove itif it is not there than continue to your user configs.
Re: Falkon dark themt Reply #16 – 19 September 2020, 19:23:23 You mean this variableQTWEBENGINE_CHROMIUM_FLAGS = - blink-settings = darkMode = 4, darkModeImagePolicy = 2
Re: Falkon dark themt Reply #17 – 19 September 2020, 19:25:12 you found it, great.AS you see it is configured to enable dark mode.Just remove the variable and reboot.
Re: Falkon dark themt Reply #18 – 19 September 2020, 19:28:22 In fact, it looks like this in the original file.QT_QPA_PLATFORMTHEME = gtkQTWEBENGINE_CHROMIUM_FLAGS = "- blink-settings = darkModeEnabled = true -enable-features = OverlayScrollbar, OverlayScrollbarFlashAfterAnyScrollUpdate, OverlayScrollbarFlashWhenMouseEnterShould I remove it all?
Re: Falkon dark themt Reply #19 – 19 September 2020, 19:29:43 just comment it in case you wish to reuse the rest of the options.The comment is "#" character, place it at the start of the line and that line will be ignored.
Re: Falkon dark themt Reply #20 – 19 September 2020, 19:32:24 Like this?# QTWEBENGINE_CHROMIUM_FLAGS = "- blink-settings = darkModeEnabled = true -enable-features = OverlayScrollbar, OverlayScrollbarFlashAfterAnyScrollUpdate, OverlayScrollbarFlashWhenMouseEnter"
Re: Falkon dark themt Reply #24 – 19 September 2020, 19:40:47 I restarted the browser but everything remained the same. Maybe you meant to restart the computer?
Re: Falkon dark themt Reply #25 – 19 September 2020, 19:42:26 yeah, reboot your system. Last Edit: 20 September 2020, 01:47:29 by SGOrava
Re: Falkon dark themt Reply #26 – 19 September 2020, 19:49:13 SGOrava,Thank you so much! Everything worked out.Bravo!