I have different browsers opening with
xdg-open www.google.com
and
x-www-browser www.google.com
Where are these commands came from? How to configure the browser, which opens with x-www-browser
?
I have different browsers opening with
xdg-open www.google.com
and
x-www-browser www.google.com
Where are these commands came from? How to configure the browser, which opens with x-www-browser
?
sudo update-alternatives --config www-browser
,sudo update-alternatives --config gnome-www-browser
, and finallysudo update-alternatives --config x-www-browser
. Read the manual page ofupdate-alternatives
. – AlexP Oct 14 '19 at 09:26