|

How to Add Google to Firefox in Linux Mint as Default Search Engine

In Firefox on Linux Mint, Google is not in the default list of search engines. Linux Mint has its criteria for adding search engines while Google seems not in those suggested by Linux Mint because “Amongst commercial search engines, only the ones which share with Linux Mint the revenue Linux Mint users generate for them are included by default” while Google seems not share revenue with Linux Mint. Linux Mint states “eventually all search engines will share the revenue our users generate for them and be included by default in Linux Mint” while it is not true yet. Google is the choice of many Linux users and Linux Mint does not block Google in its distributions of the Firefox. How to add Google in Firefox on Linux Mint is introduced in this post.

First, in Firefox, visit Linux Mint Search Engines page.

Second, find the tiny Google icon and click the link.

Last, in the search toolbar of Firefox, you will see a small green “+” icon. Click the icon, click “Add Google”, and then you can add Google to your search engine list in Firefox now.

You may choose Google as the default search engine too in Firefox by opening the following page in Firefox.

about:preferences#search

Now, Google is back for you in Firefox on Linux Mint. Cheers!

Similar Posts

  • How to split a string by string in Python?

    How to split a string by string in Python? For example, “a string separated by space” => [“a”, “string”, “separated”, “by”, “space”] and “a,string,separated,by,comma” => [“a”, “string”, “separated”, “by”, “comma”] Python’s string.split() standard library function, if provided a separator, will split the string by the separator, for example >>> str2 = “a,string,separated,by,,,comma” >>> str2.split(“,”) [‘a’,…

  • Several Vim Tips (in Chinese)

    窗口模式操作 CTRL-W CTRL-S 将当前窗口分割为两窗口 CTRL-W CTRL-W 切换窗口 CTRL-W j 切换到下一窗口 CTRL-W k 切换到上一窗口 CTRL-W CTRL-R 将窗口的位置轮换 CTRL-W CTRL-_ 将当前窗口最小化 CTRL-W CTRL-= 将所有窗口变为等大 搜索和替换 /word 搜索word 搜索之后按回车高亮显示,n 下一个 p 上一个 :%s/模式/替换成的内容/gc % 全局选项,如果没有开启则只在当前行进行替换 g 表示 全局替换,如果没有g选项则只替换每行出现的第一个单词 c 表示需要确认 Esc替换按键 ESC键在键盘的左上角,按起来很不方便,而在VIM中ESC经常用到,其实有一个同样作用的组合按键:CTRL-[,这两个按起来手基本不用做大的动作,方便多了。 块操作 使用visual可视模式 v 进入可视模式,移动光标可进行选择 CTRL-Q 或 CTRL-V 进入列式模式,可进行块操作,选定的是一个矩形块。如果使用behave mswin CTRL-V可能映射成为past Read more: How to convert between…

9 Comments

  1. Thanks for these instructions!
    I can understand why the commercial engines are left out and I have no problem using startpage and will gladly do so but the way that Mint obscures the possibility to add other search engines is not cool. All they had to say was to please consider using search engines support us and these search engines protect your privacy. I’m totally on board with that. But giving me a modified version of Firefox and making me have to hunt down the way to add those others is something I would expect out of Microshaft.

  2. actually is another way much easier,i guess that every1 know how to copy-paste,right ? well,just go to firefox official page and download from there the last version for ubuntu,open the arhive,then go to ur linux file manager and from the menu of it chose to show hidden files,after that just go to the root directory and u will see there a folder called usr,get in and in that folder is another called lib,in there just click in the folder and chose to open it as root,now u are ready to do that copy-paste,just copy the firefox folder from where u left it and paste it right in that last folder,after that u are done,firefox will run as normal and u will be able to put google in search tab,to be honest,i don’t give a dam if google is gvin and takin a lot from me,it still is the best search engine around

  3. that doesn’t work anymore. linux mint 20 is nice, but this crap they do about taking away choice and freedom on linux is ridiculous (no google option as search engine, no ubuntu snap). guess i have to find another distro after years of using lm

  4. Mint is sh____t with this search engine GOOGLE every one day this distribution getting worst and worst and they want donating for this Shi —– t.

  5. note: adding google as a the default search engine seems to be not possible anymore. Even the “small green icon” trick is not working for me

    firefox 95.0.1
    linux mint 20.2

Leave a Reply

Your email address will not be published. Required fields are marked *