Announcement

Collapse
No announcement yet.

Making Firefox default for Thunderbird links

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Making Firefox default for Thunderbird links

    Read how to do this in this forum a while back...now I can't find it. Help an old duffer!

    #2
    Re: Making Firefox default for Thunderbird links

    For all users of your computer:
    Using sudo with all these comands:

    # cd /usr/lib/mozilla-thunderbird/defaults/pref
    # echo 'pref("network.protocol-handler.app.http", "/usr/bin/firefox");' >> all-thunderbird.js
    # echo 'pref("network.protocol-handler.app.https", "/usr/bin/firefox");' >> all-thunderbird.js
    # echo 'pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");' >> all-thunderbird.js

    Now, making the integration between firefox and thunderbird:

    # cd /usr/lib/mozilla-firefox/defaults/pref
    # echo 'pref("network.protocol-handler.app.mailto", /usr/bin/mozilla-thunderbird"");' >> firefox.js

    Reestart your browser and your mail client.
    Verify the installation directorios of your firefox and your thunderbird.

    I hope it helps.
    Hugs!

    Comment


      #3
      Re: Making Firefox default for Thunderbird links

      Or you could jut go
      K->System Settings->KDE Components->Default Applications
      Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

      Comment


        #4
        Re: Making Firefox default for Thunderbird links

        Originally posted by devnulljp
        Or you could jut go
        K->System Settings->KDE Components->Default Applications
        On my system, just doing the above did not have any effect on links in Thunderbird. Maybe that just affects KDE apps.

        All that was necessary to get Thunderbird to link to Firefox was to execute this in a terminal:
        update-alternatives --config x-www-browser
        and then select /usr/bin/firefox.

        Lane
        Lane Lester
        The Web Doctor

        Comment


          #5
          Re: Making Firefox default for Thunderbird links

          Originally posted by LaneLester
          Originally posted by devnulljp
          Or you could jut go
          K->System Settings->KDE Components->Default Applications
          On my system, just doing the above did not have any effect on links in Thunderbird. Maybe that just affects KDE apps.

          All that was necessary to get Thunderbird to link to Firefox was to execute this in a terminal:
          update-alternatives --config x-www-browser
          and then select /usr/bin/firefox.

          Lane
          it worked a treat using ...
          sudo update-alternatives --config x-www-browser

          Comment


            #6
            Re: Making Firefox default for Thunderbird links

            Got it!! Thanks guys. Old Duffers need help now and then.
            Mostly NOW.

            Comment

            Working...
            X