diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index ea7872d..cfa9da8 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -41,6 +41,9 @@ ac_add_options --enable-release ac_add_options --enable-hardening ac_add_options --enable-rust-simd +# attempt to address flatpak dbus issues +ac_add_options --enable-dbus + # Branding ac_add_options --enable-update-channel=release ac_add_options --with-app-name=librewolf @@ -183,6 +186,9 @@ patch -Np1 -i ${_PATCHES_DIR}/allow-ubo-private-mode.patch # explain that we force en-US and suggest enabling history near the session restore checkbox. patch -Np1 -i ${_PATCHES_DIR}/ui-patches/pref-naming.patch +# +patch -Np1 -i ${_PATCHES_DIR}/ui-patches/hide-safe-browsing.patch + # remove firefox references in the urlbar, when suggesting opened tabs. patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remove-branding-urlbar.patch