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