firefox: update default search motor configuration option
This commit is contained in:
parent
17448faa60
commit
b10214842b
2 changed files with 9 additions and 3 deletions
|
|
@ -9,8 +9,10 @@ pref("pfs.filehint.url", "http://trisquel.info/sites/pfs.php?mime=%PLUGIN_MIMETY
|
|||
|
||||
// I'm feeling Ducky.
|
||||
pref("keyword.URL", "https://duckduckgo.com/?t=trisquel&q=!+");
|
||||
pref("browser.search.defaultenginename", "DuckDuckGo (SSL)");
|
||||
pref("browser.search.order.extra.duckduckgo", "DuckDuckGo (SSL)");
|
||||
pref("browser.search.defaultenginename", "DuckDuckGo");
|
||||
pref("browser.search.order.1", "DuckDuckGo");
|
||||
pref("browser.search.defaultenginename", "DuckDuckGo");
|
||||
pref("browser.search.order.extra.duckduckgo", "DuckDuckGo");
|
||||
pref("browser.search.showOneOffButtons", false);
|
||||
pref("browser.search.suggest.enabled",false);
|
||||
// Disable preconnecting to search engine when clicking on the search bar
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=41
|
||||
VERSION=42
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -65,6 +65,10 @@ sed "s/Provides.*/Provides: firefox-locale-@LANGCODE@/" -i debian/control.langpa
|
|||
sed -i /ubuntu-bookmarks/d debian/patches/series
|
||||
rm debian/patches/ubuntu-bookmarks*
|
||||
|
||||
# Remove Ubuntu l10n search preferences
|
||||
sed -i /ubuntu-search-defaults/d debian/patches/series
|
||||
rm debian/patches/ubuntu-search-defaults*
|
||||
|
||||
#Unbrand url codes for google and amazon
|
||||
find debian/searchplugins |grep google| xargs -i /bin/sed '/ubuntu/d; /channel/d' -i {}
|
||||
find debian/searchplugins |grep amazon| xargs -i /bin/sed '/canoniccom/d;' -i {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue