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 index 42890c6..8241634 100644 --- 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 @@ -1,12 +1,14 @@ -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/toolkit/xre/nsXREDirProvider.cpp b/toolkit/xre/nsXREDirProvider.cpp +index 9c94cb88..0c19fad9 100644 +--- a/toolkit/xre/nsXREDirProvider.cpp ++++ b/toolkit/xre/nsXREDirProvider.cpp +@@ -1232,7 +1232,8 @@ nsresult nsXREDirProvider::AppendProfilePath(nsIFile* aFile, bool aLocal) { + if (gAppData->profile) { + profile = gAppData->profile; + } else { +- appName = gAppData->name; ++ // For Abrowser compatibility: force use of ~/.mozilla/abrowser ++ appName.AssignLiteral("abrowser"); + vendor = gAppData->vendor; + } + diff --git a/helpers/make-firefox b/helpers/make-firefox index cd08ae0..9571bc2 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=122 +VERSION=123 EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main' REPOKEY=9BDB3D89CE49EC21