LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-02-2005, 09:58 PM   #1
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Thunderbird Links?


When in Thunderbird, for some annoying reason, I click on a link... and nothing happens.

My default browser is set to be firefox and clicking on links from other apps seems to work fine.

This is especially surprising since both apps are Mozilla apps.
 
Old 05-02-2005, 10:15 PM   #2
Optimistic
Member
 
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276

Rep: Reputation: 33
This is what I do:

1. Put this scripte somewhere and make it executable:
Code:
#!/bin/sh
#
# This script allows external apps to open new URLs in Firefox
# or open a new instance of Firefox if it isn't already started
#
/usr/bin/firefox -a firefox -remote "openURL($@,new-tab)" ||
exec /usr/bin/firefox  "$@";
2. Add the following lines to your ~/.thunderbird/default/prefs.js file:
user_pref("network.protocol-handler.app.ftp", "/home/optimistic/Scripts/fftab");
user_pref("network.protocol-handler.app.http", "/home/optimistic/Scripts//fftab");
user_pref("network.protocol-handler.app.https", "/home/optimistic/Scripts//fftab");

Make sure you do the above when you are not running Thunderbird.

Note: I didn't write the script, but I couldn't find the link.
 
  


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 doesn't open links johnerskine SUSE / openSUSE 4 03-15-2005 10:08 AM
Handling Links with Firefox, Thunderbird, and Gaim apachedude Linux - Software 1 02-11-2005 08:07 AM
Opening links in thunderbird gianh Linux - Software 3 11-11-2004 11:06 AM
Can't open URL links in Thunderbird unixfreak Linux - Newbie 4 10-18-2004 11:00 AM
Links in thunderbird gianh Linux - Software 0 10-08-2004 08:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:15 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