Yoper This forum is for the discussion of Yoper Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-18-2004, 01:27 PM
|
#1
|
Member
Registered: Aug 2003
Location: Kentucky
Distribution: Mandrake 10.1
Posts: 157
Rep:
|
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.
|
|
|
11-18-2004, 01:34 PM
|
#2
|
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
|
wow, i never noticed firefox had that functionality -- i always copy/paste
|
|
|
11-18-2004, 02:48 PM
|
#3
|
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
|
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
|
|
|
11-18-2004, 07:06 PM
|
#4
|
Member
Registered: Aug 2003
Location: Kentucky
Distribution: Mandrake 10.1
Posts: 157
Original Poster
Rep:
|
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.
|
|
|
11-18-2004, 07:19 PM
|
#5
|
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
|
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?
|
|
|
All times are GMT -5. The time now is 10:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|