From 33182b609c8a780a4e6b40b8574ca99ef61f9b43 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sat, 29 Jan 2022 14:24:20 +0100 Subject: [PATCH] v96.0.3-1 #2 --- scripts/3_Configure_Source_Code.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 4134d45..892ab1a 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -183,7 +183,8 @@ patch -Np1 -i ${_PATCHES_DIR}/mozilla_dirs.patch # somewhat experimental patch to fix bus/dbus/remoting names to io.gitlab.librewolf # should not break things, buuuuuuuuuut we'll see. -patch -Np1 -i ${_PATCHES_DIR}/dbus_name.patch +# patch -Np1 -i ${_PATCHES_DIR}/dbus_name.patch +# narrator: it broke things. # allow uBlockOrigin to run in private mode by default, without user intervention. patch -Np1 -i ${_PATCHES_DIR}/allow-ubo-private-mode.patch