LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Yoper
User Name
Password
Yoper This forum is for the discussion of Yoper Linux.

Notices


Reply
  Search this Thread
Old 11-18-2004, 01:27 PM   #1
FF103
Member
 
Registered: Aug 2003
Location: Kentucky
Distribution: Mandrake 10.1
Posts: 157

Rep: Reputation: 30
Firefox help


A little help please. I just installed firefox and thunderbird on my laptop running Yoper 2.1, and all is well except for one small problem. When I click on "send a link" in firefox , nothing happens.What do I need to edit to point firefox toward thunderbird so I can email links or pages. Thanks in advance for any help.
 
Old 11-18-2004, 01:34 PM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
wow, i never noticed firefox had that functionality -- i always copy/paste
 
Old 11-18-2004, 02:48 PM   #3
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
got your solution --

create (or edit) file user.js in firefox folder --mine is in ~/.mozilla/firefox/[randowm string].default/

add the line:
Code:
user_pref("network.protocol-handler.app.mailto", "/home/yourusername/ff-email");
now edit ff-email to:
Code:
#!/bin/bash
thunderbird -remote 'ping()' || exec thunderbird "$@" # exec thunderbird if there's no instance running
thunderbird -remote "xfeDoCommand(openInbox)" # otherwise raise window,
if [ "${1%%:*}" = 'mailto' ]; then
  thunderbird -remote "mailto(${1#!mailto:})" # and maybe send the mailto:
else
  thunderbird -remote "mailto($1)" # or just the address if it doesn't start with mailto:
chmod +x /home/yourusername/ff-email

you'll need to custom that a little to your system, but i hope you get the point...

--thanx to http://www.wlug.org.nz/MozillaFirefoxNotes
 
Old 11-18-2004, 07:06 PM   #4
FF103
Member
 
Registered: Aug 2003
Location: Kentucky
Distribution: Mandrake 10.1
Posts: 157

Original Poster
Rep: Reputation: 30
Thank you secesh for the reply, but I got off track somewhere. Was the first line in the file "user.js" supposed to create the file "ff-email" in /home/user ? if so I didn't get that, so I didn't know what to do with the second part.I guess I need a little more hand holding on this one if it's not to much trouble,I'd really appreciate it.Thanks for your help.
 
Old 11-18-2004, 07:19 PM   #5
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
if you don't have user.js, the ONLY line you need would be
Code:
user_pref("network.protocol-handler.app.mailto", "/home/yourusername/ff-email");
if it already existed, just append that line. does that get you there, or would you like a detailed step-by-step?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Linux Firefox Slower than Windows Firefox on same machine gherikill Linux - Software 17 02-21-2008 12:06 AM
firefox on windows and firefox on linux boxerboy Fedora 7 08-13-2005 06:49 PM
[Linux; Firefox 1.02] Firefox gone blank?! Jeff_Eklund Linux - Software 5 05-13-2005 01:11 PM
Symlinking Firefox Extensions from Windows to Firefox? apachedude Linux - Software 11 11-26-2004 05:00 AM
Firefox died (Fedora Core 1, firefox latest) Brakki Fedora 1 03-05-2004 11:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Yoper

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