From c18c0d89585886e52b279e481418014ee7684282 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sat, 29 Jan 2022 17:53:23 +0100 Subject: [PATCH] re-enable dbus patch; should be fixed --- scripts/3_Configure_Source_Code.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 892ab1a..4134d45 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -183,8 +183,7 @@ 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 -# narrator: it broke things. +patch -Np1 -i ${_PATCHES_DIR}/dbus_name.patch # allow uBlockOrigin to run in private mode by default, without user intervention. patch -Np1 -i ${_PATCHES_DIR}/allow-ubo-private-mode.patch