YankDownUnder wrote:
G'Day, Ramin M.!
A combination of 1's and 0's
created the following on Tuesday 13 September 2005 08:44 am:

  I have installed the latest version of FireFox directly from
www.mozilla.org and ThunderBird as a Mandriva package.
When i click on email links i am forwarded to Evolution (which i was
using in the past).
  Does anybody know how i can make FireFox to be aware of TunderBird
and automatically use this Email agent for sending emails through the
browser?

Thanks,  Ramin


If you're using Gnome, run: gnome-control-center => Preferred Applications => change to suit.

Or, you can add the settings to Firefox itself, so that your favourite email client will be called no matter which desktop environment you're using at the time - Xfce, Gnome, KDE or one of the others.

To make sure that mailto links open Thunderbird, type about:config in the Firefox address bar. Then, right-click anywhere in the list, and add the following new string:

network.protocol-handler.app.mailto

with value /usr/bin/mozilla-thunderbird

Also, so that a Thunderbird compose window opens (rather than profile manager) when Thunderbird is already open:

As root, open Kwrite (or whatever text editor you feel comfortable with), and open file /usr/bin/mozilla-thunderbird

Add the line:
run_moz="$moz_libdir/run-mozilla.sh" as line 112, so that lines 108 - 117 read:

if [ $found = 0 ]; then
  # Check default compile-time libdir
  if [ -x "$moz_libdir/run-mozilla.sh" ]; then
    dist_bin="$moz_libdir"
    run_moz="$moz_libdir/run-mozilla.sh"
  else
    echo "Cannot find mozilla runtime directory. Exiting."
    exit 1
  fi
fi

Save, and close the file. All done!
--
Regards
Margot
*-*-*-*
Sent using Thunderbird on a 100% Microsoft-Free Computer
Registered Linux User 307617 http://counter.li.org
Mandrakelinux release 10.2 (Limited Edition 2005) for i586 kernel 2.6.11-6mdk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Q:      Who cuts the grass on Walton's Mountain?
A:      Lawn Boy.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

____________________________________________________
Want to buy your Pack or Services from Mandriva? 
Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________

Reply via email to