diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index c7e30e9..143a3ed 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -60,7 +60,7 @@ export MOZ_APP_VENDOR=LibreWolf export MOZ_APP_DISPLAYNAME=LibreWolf ac_add_options --with-branding=browser/branding/librewolf -ac_add_options --with-distribution-id=io.gitlab.librewolf-community +# ac_add_options --with-distribution-id=io.gitlab.librewolf-community ac_add_options --with-unsigned-addon-scopes=app,system ac_add_options --allow-addon-sideload @@ -214,6 +214,9 @@ patch -Np1 -i ${_PATCHES_DIR}/ui-patches/remap-links.patch # patch -Np1 -i ${_PATCHES_DIR}/ui-patches/hide-default-browser.patch +# Add LibreWolf logo to Debugging Page +patch -Np1 -i ${_PATCHES_DIR}/ui-patches/lw-logo-devtools.patch + # patch -Np1 -i ${_PATCHES_DIR}/ui-patches/privacy-preferences.patch @@ -238,4 +241,7 @@ patch -Np1 -i ${_PATCHES_DIR}/librewolf-pref-pane.patch # fix telemetry removal, see https://gitlab.com/librewolf-community/browser/linux/-/merge_requests/17, for example patch -Np1 -i ${_PATCHES_DIR}/disable-data-reporting-at-compile-time.patch +# allows hiding the password manager (from the lw pref pane) / via a pref +patch -Np1 -i ${_PATCHES_DIR}/hide-passwordmgr.patch + rm -rf source diff --git a/scripts/5_Configure_Binary_Tarball.sh b/scripts/5_Configure_Binary_Tarball.sh index ff95b08..0b81256 100755 --- a/scripts/5_Configure_Binary_Tarball.sh +++ b/scripts/5_Configure_Binary_Tarball.sh @@ -11,7 +11,7 @@ LAUNCHER_SCRIPT=$3; CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} _SCRIPT_FOLDER=$(realpath $(dirname $0)); _EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf; -_SETTINGS_TAG=${SETTINGS_TAG:-'6.2'} +_SETTINGS_TAG=${SETTINGS_TAG:-'6.3'} _SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git'; # Extracts the binary tarball