diff --git a/helpers/DATA/firefox/patch_changes/012-fix_wrong_directory_on_home_dir_for_abrowser.patch b/helpers/DATA/firefox/patch_changes/012-fix_wrong_directory_on_home_dir_for_abrowser.patch new file mode 100644 index 0000000..42890c6 --- /dev/null +++ b/helpers/DATA/firefox/patch_changes/012-fix_wrong_directory_on_home_dir_for_abrowser.patch @@ -0,0 +1,12 @@ +diff --git a/debian/config/mozconfig.in b/debian/config/mozconfig.in +index aee1b988..291b4683 100644 +--- a/debian/config/mozconfig.in ++++ b/debian/config/mozconfig.in +@@ -71,6 +71,7 @@ ac_add_options --disable-av1 + %%endif + %%if MOZ_APP_NAME != MOZ_DEFAULT_APP_NAME + ac_add_options --with-app-name=@MOZ_APP_NAME@ ++ac_add_options --with-app-basename=@MOZ_APP_NAME@ + %%endif + %%if DISTRIB == Ubuntu + #ac_add_options --with-ua-vendor=Ubuntu diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js index 1cd77a4..978048e 100644 --- a/helpers/DATA/firefox/settings.js +++ b/helpers/DATA/firefox/settings.js @@ -1,4 +1,3 @@ -: // Release notes and vendor URLs pref("app.releaseNotesURL", "https://trisquel.info/en/wiki/abrowser-help"); pref("app.vendorURL", "https://trisquel.info/en/wiki/abrowser-help"); @@ -255,7 +254,7 @@ pref("browser.newtabpage.activity-stream.showTopSites",true); pref("browser.newtabpage.activity-stream.feeds.section.topstories",false); pref("browser.newtabpage.activity-stream.feeds.discoverystreamfeed", false); pref("browser.newtabpage.activity-stream.discoverystream.enabled", false); -pref("browser.newtabpage.activity-stream.discoverystream.endpoints, ""); +pref("browser.newtabpage.activity-stream.discoverystream.endpoints", ""); pref("browser.newtabpage.activity-stream.feeds.snippets",false); pref("browser.newtabpage.activity-stream.disableSnippets", true); pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", ""); diff --git a/helpers/make-firefox b/helpers/make-firefox index 33400eb..cd08ae0 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=121 +VERSION=122 EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main' REPOKEY=9BDB3D89CE49EC21 @@ -263,6 +263,7 @@ echo '#warningDesc, #communityExperimentalDesc, #communityDesc, #contributeDesc for i in $(find . -name brandings.ftl) do /bin/sed -i '/firefoxview-brand-name/s|Firefox View|Abrowser View|' $i + /bin/sed -i '/firefox-home-brand-name/s|Firefox Home|Abrowser Home|' $i sed -i 's|= Firefox |= |' $i done