Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13th June 2011, 05:58 PM
Ex_Soft Offline
Registered User
 
Join Date: Feb 2007
Posts: 75
linuxfirefox
fc15 TB -> "Open Link in Browser" doesn't work

FC15+GNOME 3+Thunderbird 3.1.10+FireFox 4.0.1
"Open Link in Browser" doesn't work in TB. It works fine in FC14. Is there any acceptable solution of this problem?
Reply With Quote
  #2  
Old 13th June 2011, 08:27 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
linuxfirefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

Have a look at the Register protocol page from mozilla. I haven't had to do this lately, however, it did work in the past.

http://kb.mozillazine.org/Register_protocol
Quote:
Firefox 3.5 and above

(Works without installed Gnome libraries)

Type about:config into the Location Bar (address bar) and press Enter.
Right-click -> New -> Boolean -> Name: network.protocol-handler.expose.foo -> Value -> false (Replace foo with the protocol you're specifying)
Next time you click a link of protocol-type foo you will be asked which application to open it with.
Look for about:config in Thunderbird

/Edit
/Preferences
/General
/Config Editor
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 13th June 2011, 08:52 PM
Ex_Soft Offline
Registered User
 
Join Date: Feb 2007
Posts: 75
linuxfirefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

There were network.protocol-handler.expose.http && network.protocol-handler.expose.https in TB. I have added network.protocol-handler.expose.http && network.protocol-handler.expose.https into FF, but the problem still exists.
Reply With Quote
  #4  
Old 14th June 2011, 10:11 AM
marriedto51 Online
Registered User
 
Join Date: Jul 2009
Location: England, UK
Posts: 821
linuxfedorafirefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

I've had a similar problem with older versions of Thunderbird, Firefox, and Fedora. As a "work-around" I've taken to installing an addon for Thunderbird called ThunderBrowse (available via the "Get Add-ons" feature in Thunderbird, or via Mozilla's web pages).
Reply With Quote
  #5  
Old 15th June 2011, 02:07 PM
Ex_Soft Offline
Registered User
 
Join Date: Feb 2007
Posts: 75
windows_xp_2003firefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

BTW, WinXP(SP3)+Thunderbird 3.1.10 (with network.protocol-handler.expose.http && network.protocol-handler.expose.https) + FireFox 4.0.1 (without network.protocol-handler.expose.http && network.protocol-handler.expose.https) works fine too
Reply With Quote
  #6  
Old 8th July 2011, 12:42 AM
EkriirkE's Avatar
EkriirkE Offline
Registered User
 
Join Date: Apr 2010
Posts: 4
linuxfirefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

Same deal here, x64. Also, suddenly, my SSL IMAP accounts all fail to work. They did for 2 days after I upgraded, now they don't. If I turn encryption off they work.
Reply With Quote
  #7  
Old 2nd September 2011, 07:25 PM
crispytwo Offline
Registered User
 
Join Date: Sep 2004
Posts: 24
linuxfirefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

to check what you have as a setting you can use this:

gconftool-2 -g /desktop/gnome/url-handlers/http/command

you may get:
firefox5 %s
and in F15 it should be just
firefox %s

launch gconf-editor and browse to that key and set it... worked great for me.
Reply With Quote
  #8  
Old 24th September 2011, 01:20 PM
tonthon Offline
Registered User
 
Join Date: Sep 2011
Posts: 2
linuxfirefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

I also faced that problem and editing the gconf files solved that issue.
In my case I had
firefox %u
In my files in place of appropriate
firefox %s

Thanks for the tip
Reply With Quote
  #9  
Old 24th September 2011, 08:07 PM
ventsyv Offline
Registered User
 
Join Date: Sep 2011
Posts: 6
linuxfirefox
Re: fc15 TB -> "Open Link in Browser" doesn't work

Same problem. Turns out Chrome was the default app and it was broken. I fixed it by changing my default browser to FF
Reply With Quote
  #10  
Old 11th December 2011, 04:25 AM
EkriirkE's Avatar
EkriirkE Offline
Registered User
 
Join Date: Apr 2010
Posts: 4
linuxchrome
Re: fc15 TB -> "Open Link in Browser" doesn't work

Quote:
Originally Posted by tonthon View Post
I also faced that problem and editing the gconf files solved that issue.
In my case I had
firefox %u
In my files in place of appropriate
firefox %s

Thanks for the tip
Following this tip, I was able to get mine working running the following commands in terminal:
Code:
gconftool-2 -s -t string /desktop/gnome/url-handlers/http/command "firefox \"%s\""
gconftool-2 -s -t string /desktop/gnome/url-handlers/https/command "firefox \"%s\""
previously it was pointing to a specific location in /usr/lib64 that did not exist, since ff is in the global search dir, it works without specifying the path.
Thanks!
Reply With Quote
  #11  
Old 11th December 2011, 08:21 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,595
linuxchrome
Re: fc15 TB -> "Open Link in Browser" doesn't work

Quote:
Originally Posted by ventsyv View Post
Same problem. Turns out Chrome was the default app and it was broken. I fixed it by changing my default browser to FF
I had the same problem and this is exactly the fix which worked for me. In fact, I was able to reassign chrome as my default browser again and that also fixed the problem.
Reply With Quote
Reply

Tags
>, fc15, open link in browser, work

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Command Prompt Here" or "Open Terminal Here" sepoto Linux Chat 11 11th June 2012 05:07 PM
Nautilus "Open with..." (FC15) nico80 Using Fedora 0 30th May 2011 09:31 PM
Link for getting the source code of "open" system call cola Using Fedora 6 17th March 2009 11:29 AM
Error:visibility arg must be one of "default", "hidden", "protected" or "internal" wangfeng Using Fedora 0 23rd May 2005 04:59 AM
Gnome Irritation- can't rename partitions in "My Computer" style browser bturnip Using Fedora 1 19th March 2005 03:20 PM


Current GMT-time: 14:57 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat