Tagged: google-chrome RSS

  • admin 7:00 am on August 9, 2009 Permalink
    Tags: google-chrome, , Thunderbird, Ubuntu   

    Thunderbird, Google Chrome and Linux 

    Even if you have changed to Google Chrome your default browser in Linux, Thunderbird will not respect it. It will continue to open links in Firefox.

    Under Linux (Ubuntu and its derivatives for sure) there is only one way to amend this. Go to .mozilla-thunderbird, find the directory for your profile (something like rv7dwavi.default) and open the file prefs.js.

    Then search for the strings  network.protocol-handler.app.http and network.protocol-handler.app.https.

    Usually these directives are missing so you can safely add them anew as follows:

    user_pref(“network.protocol-handler.app.http”, “google-chrome”);

    user_pref(“network.protocol-handler.app.https”, “google-chrome”);

    That’s all and from now on Thunderbird will open all links in Google Chrome.

     
  • admin 7:42 am on August 3, 2009 Permalink
    Tags: google-chrome, ubuntu default browser   

    Ubuntu Change Default Browser to Google Chrome 

    Google Chrome for Linux has been out for quite a long time. Its latest build (as of 3 August 2009) even supports Flash :)

    So if you think it is time to get rid of the old Firefox, the first thing to do is to make sure that it is set as your default browser. Of course, we assume you have installed it already :)

    So, in terminal just type:

    sudo update-alternatives –config x-www-browser

    (I have found an alternative spelling for config with a single slash ‘-’ which does not work for me :) )

    Then just choose the number for /usr/bin/google-chrome, in my case it is 4.

    The good part is that this default setting works not only with Gnome but also LXDE as in my case.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel