I want to set Chromium my default internet browser i.e. Chromium is being launched as the primary internet browser from other applications and that I do not receive the notification about Chromium not being the default internet browser at its startups. I think changing the priority to the highest and set it default internet browser can be the ways to do it. I am not sure what manual/auto are about in update-alternatives of internet browsers.
Fig. 1 My view when starting each time Chromium where it asks each time if it can be the default browser (Yes, I want it), but Chrome keeps being the default internet browser despite of the following attempts in update-alternatives
Before
root@masi:/home/masi# update-alternatives --config gnome-www-browser There are 3 choices for the alternative gnome-www-browser (providing /usr/bin/gnome-www-browser). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/bin/google-chrome-stable 200 auto mode * 1 /usr/bin/chromium 40 manual mode 2 /usr/bin/firefox-esr 70 manual mode 3 /usr/bin/google-chrome-stable 200 manual mode Press enter to keep the current choice[*], or type selection number: ^C I do unsuccessfully where I try to increase Chromium's priority to 250
# http://askubuntu.com/a/620983/25388 root@masi:/home/masi# update-alternatives --install /usr/bin/x-www-browser x-www-browser chromium 250 update-alternatives: error: alternative path is not absolute as it should be: chromium
After (= Before)
root@masi:/home/masi# update-alternatives --config gnome-www-browser There are 3 choices for the alternative gnome-www-browser (providing /usr/bin/gnome-www-browser). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/bin/google-chrome-stable 200 auto mode * 1 /usr/bin/chromium 40 manual mode 2 /usr/bin/firefox-esr 70 manual mode 3 /usr/bin/google-chrome-stable 200 manual mode Testing Grochmal's proposal
I run
root@masi:/home/masi# update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/chromium 250 update-alternatives: using /usr/bin/chromium to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
Privous log seems to be ok but not the output when seeing the priority
root@masi:/home/masi# update-alternatives --config gnome-www-browser There are 3 choices for the alternative gnome-www-browser (providing /usr/bin/gnome-www-browser). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/bin/google-chrome-stable 200 auto mode * 1 /usr/bin/chromium 40 manual mode 2 /usr/bin/firefox-esr 70 manual mode 3 /usr/bin/google-chrome-stable 200 manual mode Press enter to keep the current choice[*], or type selection number: ^C OS: Debian 8.5 64 bit
Hardware: Asus Zenbook UX303UA
Linux kernel 4.6

update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/chromium 250?automode, and not inmanualmode which you use to explicitely forcechromium(the entry marked with asterisk is one selected, which is cromium). You should explain in detail what you want to happen when you click on what, and what happens instead, and then maybe someone can help.Chromium not being the default internet browserat its startups. - - I think the default internet browser is common term used in many Linux distributions so it should be clear to the reader what it means.