See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting Google Chrome as the permanent default Web browser
#1
This will open all webpages and html files with Chrome. If you want to set Chromium as your default web browser, replace each instance of google-chrome.desktop below with chromium-browser.desktop

1. Open your home folder, browse to /etc/gnome

2. Right click on defaults.list and Open as Administrator

3. Look for the lines:

Code:
application/xhtml+xml=firefox.desktop;
text/html=firefox.desktop;
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;

and change to:

Code:
application/xhtml+xml=google-chrome.desktop;firefox.desktop;
text/html=google-chrome.desktop;firefox.desktop;
x-scheme-handler/http=google-chrome.desktop;firefox.desktop;
x-scheme-handler/https=google-chrome.desktop;firefox.desktop;

Save and close the file.
Reply


Messages In This Thread
Setting Google Chrome as the permanent default Web browser - by Valtam - 07-23-2014, 11:29 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)