firefox: fix path due missing configure settings
This commit is contained in:
parent
159d5f03dc
commit
b71e61a411
3 changed files with 15 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -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", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue