LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-27-2004, 10:17 PM   #1
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Rep: Reputation: 30
Can't open URL links in Thunderbird


I have Mozilla Thunderbird set as my default browser, but whenever I receive a link to a website, I can't open it. It does not activate for me to get to the websites when I double click the links.

And this goes for as well when Im on a webpage and I double click on Contact, it does not open up Thunderbird.

Im using Mandrake Linux. Whats going on?
 
Old 09-27-2004, 10:38 PM   #2
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Nothing is going on. This feature isn't implemented yet, for linux. But Thunderbird for win already does that. They shall fix it soon, I guess.

But you can fix it for yourself, it seems:
http://www.mozilla.org/products/thun...leases/#issues

Last edited by bruno buys; 09-27-2004 at 10:40 PM.
 
Old 09-27-2004, 10:57 PM   #3
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
If you mean to click on a link while in Thunderbird and have it open up Firefox, then this thread put me onto a solution....
here

I modified the procedure abit for my machine and here are my notes...
Code:
 
1- Create a shell script called "openlink.sh" in /usr/lib/thunderbird-0.6  containing the following lines :

#!/bin/sh

export MOZILLA_FIVE_HOME="/usr/lib/firefox-0.9.3"

url="$1"
if [ "x$url" = "x" ]; then
url="about :blank"
fi

if $MOZILLA_FIVE_HOME/mozilla-xremote-client openURL\("$url, new-tab"\); then
exit 0
fi
exec $MOZILLA_FIVE_HOME/firefox "$url"


2- chmod +x /usr/lib/thunderbird-0.6/openlink.sh

3- Put these lines in the file /usr/lib/thunderbird-0.6/defaults/pref/all.js

// Use firefox for http, https & ftp links
pref("network.protocol-handler.app.http", "/usr/lib/thunderbird-0.6/openlink.sh");
pref("network.protocol-handler.app.https", "/usr/lib/thunderbird-0.6/openlink.sh");
pref("network.protocol-handler.app.ftp", "/usr/lib/thunderbird-0.6/openlink.sh");

4- Copy mozilla-xremote-client from /usr/lib/thunderbird-0.6 to /usr/lib/firefox-0.9.3
Also, to make Thunderbird the default email client, I opened up
Control Center
KDE Components
Component Chooser
Default Component
X Use a different email client >>> Thunderbird

Last edited by homey; 09-27-2004 at 11:03 PM.
 
Old 09-28-2004, 07:45 PM   #4
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
I have Mozilla Thunderbird set as my default browser,

I meant to write default Email. I just noticed this.

Thanks for the help I'll give it a try.
 
Old 10-18-2004, 11:00 AM   #5
pindlet
LQ Newbie
 
Registered: Oct 2004
Posts: 1

Rep: Reputation: 0
getting thunderbird to open urls instead of saving them as files

I had a problem where thunderbird was opening firefox, saving the url as a file and doing nothing with firefox, just leaving a blank window.

I changed /etc/mozilla-thunderbird/global-config.js [which is symlinked to as all.js from a number of places] uncommenting the following two lines

// pref("network.protocol-handler.app.http","mozilla-firefox");
// pref("network.protocol-handler.app.https","mozilla-firefox");

Once that was done - restart and off you go!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Thunderbird Links? Matir Linux - Software 1 05-02-2005 10:15 PM
Thunderbird doesn't open links johnerskine SUSE / openSUSE 4 03-15-2005 10:08 AM
Links in thunderbird gianh Linux - Software 0 10-08-2004 08:52 AM
Situation with links to url with Firefox WhiteTornado Linux - Software 1 05-29-2004 11:23 PM
Gimp::Embedding Url Links in Images rootyard Linux - Software 1 08-17-2003 02:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration