firefox: yet another change for profile fix path.
This commit is contained in:
parent
b71e61a411
commit
62502abfc7
2 changed files with 15 additions and 13 deletions
|
|
@ -1,12 +1,14 @@
|
||||||
diff --git a/debian/config/mozconfig.in b/debian/config/mozconfig.in
|
diff --git a/toolkit/xre/nsXREDirProvider.cpp b/toolkit/xre/nsXREDirProvider.cpp
|
||||||
index aee1b988..291b4683 100644
|
index 9c94cb88..0c19fad9 100644
|
||||||
--- a/debian/config/mozconfig.in
|
--- a/toolkit/xre/nsXREDirProvider.cpp
|
||||||
+++ b/debian/config/mozconfig.in
|
+++ b/toolkit/xre/nsXREDirProvider.cpp
|
||||||
@@ -71,6 +71,7 @@ ac_add_options --disable-av1
|
@@ -1232,7 +1232,8 @@ nsresult nsXREDirProvider::AppendProfilePath(nsIFile* aFile, bool aLocal) {
|
||||||
%%endif
|
if (gAppData->profile) {
|
||||||
%%if MOZ_APP_NAME != MOZ_DEFAULT_APP_NAME
|
profile = gAppData->profile;
|
||||||
ac_add_options --with-app-name=@MOZ_APP_NAME@
|
} else {
|
||||||
+ac_add_options --with-app-basename=@MOZ_APP_NAME@
|
- appName = gAppData->name;
|
||||||
%%endif
|
+ // For Abrowser compatibility: force use of ~/.mozilla/abrowser
|
||||||
%%if DISTRIB == Ubuntu
|
+ appName.AssignLiteral("abrowser");
|
||||||
#ac_add_options --with-ua-vendor=Ubuntu
|
vendor = gAppData->vendor;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# 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'
|
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
||||||
REPOKEY=9BDB3D89CE49EC21
|
REPOKEY=9BDB3D89CE49EC21
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue