[Bug 210804] Re: Clicking link in email does not open browser

2008-12-27 Thread Alexander Sack
please dont reopen bugs from tbird 2 because of tbird 3 ... we dont have
a source package for that yet.

** Changed in: thunderbird (Ubuntu)
   Status: Confirmed => Invalid

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-12-17 Thread John Vivirito
this is being worked on for 3.1 at this time. I will talk to FTA on
choices for 3.0

** Changed in: thunderbird (Ubuntu)
   Status: Invalid => Confirmed

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-12-17 Thread John Vivirito
This is a valid bug due to no QT support in firefox3.0 this will be
fixed in firefox-3.1. I doubt firefox-3 will recieve this fix but that
is something that neess to be decided, its not a security fix so i doubt
3.0 will get it.

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-12-14 Thread Mauricio Peñaloza S .
The solution to this problem:

I had the same trouble when i upgrade from Gutsy to Hardy, i was using FF3 beta 
4 and Thunderbird 2.
1.- Close both apps.
2.- Locate the ~/.mozilla-thunderbird/xx.profile/ directory, where xx 
are a chain of numbers and characters.
3.- Find the file prefs.js open and add the next three lines:

user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");

4.- Save, close and test.

I founded here: http://www.forosdelweb.com/f41/como-howto-integrar-
mozilla-thunderbird-con-mozilla-firefox-312158/


** Changed in: thunderbird (Ubuntu)
   Status: Incomplete => Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+source/thunderbird/+question/54487

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-12-07 Thread Draik
I'm running Kubuntu 8.10 Intrepid Ibex

apt-cache policy firefox
firefox:
  Installed: 3.0.4+nobinonly-0ubuntu0.8.10.1

apt-cache policy thunderbird
thunderbird:
  Installed: 2.0.0.18+nobinonly-0ubuntu0.8.10.1

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-12-07 Thread Poliltimmy
 The Thuderbrowse extension will work, kind of.  It's a bit awkward but
the links will open inside Tbird . The right click: Visit in Browser
does not work on my machine. The other options are working fine. And
fast too. I guess I can live with it.

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-12-06 Thread Poliltimmy
  I have done every step mentioned still no luck. tbird will not launch
firefox2. I have tried to completely remove and fresh installs. After an
hour of uninstalling and trying each solution on  a fresh install I must
come to the conclusion that Ubuntu does not take this seriously. And
neither does Mozilla.

Ubuntu 8.04.1 AMD 64
Firefox 2 (out of the repos)
Tbird (out of repos)

  Since all come from Ubuntu repros, why they will not work together
baffles me. Could have removing Evolution from my system caused this?

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-12-04 Thread Draik
Similar to Mauricio Penaloza's post, you can do this within Intrepid
Ibex by going to Edit > Preferences.

Click on the Advanced tab, then on Config Editor...

Search for a key:
network.protocol-handler.app.http

If it does not exist, you can right-click and create a new String.
The value of the string should be your absolute path to firefox:
/usr/bin/firefox

Close the Config Editor and it will start working instantly.

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-08-26 Thread Mauricio Peñaloza S .
I had the same trouble when i upgrade from Gutsy to Hardy, i was using FF3 beta 
4 and Thunderbird 2. Now i found a solution:
1.- Close both apps.
2.- Locate the ~/.mozilla-thunderbird/xx.profile/ directory, where xx 
are a chain of numbers and characters.
3.- Find the file prefs.js open and add the next three lines:

user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");

4.- Save, close and test.

I founded here: http://www.forosdelweb.com/f41/como-howto-integrar-
mozilla-thunderbird-con-mozilla-firefox-312158/

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-08-25 Thread jmtash
I followed the advice found in this forum ( Rui Pais, via Michael
"TheZorch" Haney) and updated the Thunderbird config statement to
designate Firefox the HTTP link handler and it worked.  The question
remains: what happened that it was absent?

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-08-23 Thread jmtash
Sounds as though this problem has already been reported with the
exception that HELP can't be selected either.
https://bugs.launchpad.net/token/CljM8FzWwxrDbt2m7zb1

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-07-18 Thread Clem
Hi All,

I have been unable to click on any links in Thunderbird since Kubuntu
8.04, and have any of them work.  I have to copy and paste them directly
into Firefox.  I have tried to play around with the preferences in
Thunderbird, but it did not make any difference.  I am using Firefox
2.0.0.15, and Thunderbird  2.0.0.14, in Kubuntu 8.04.1, and it is
frustrating that this isn't at a higher priority for fixing.  It has
been happening since Kubuntu 8.04, and I am running 3.5.9 KDE not 4.

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-07-02 Thread Don_Alfonso
Same to me, Draik. And moreover pdf files can only be opened once, when I try 
to open another pdf ( or the same again) it says
"xy.pdf could not be opened, because the associated helper application does not 
exist"
Default applications are correct, as far as I can see.

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-05-24 Thread Draik
I am using Kubuntu 8.04 with Firefox 3 beta 5. Links in Thunderbird do
nothing. My email and web browser defaults are set to Thunderbird and
Firefox, respectively.  This issue arose from the upgrade to 8.04 as it
was not present with 7.10. I have tried many things suggested here and
in #Kubuntu.

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-04-10 Thread Jens Jensen
Hi John

Thank you, that was the problem, it was not firefox as webbrowser.
once again thank you.

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-04-09 Thread John Vivirito
Jens can you please confirm that in system>perffered apps you have
firefox-3.0 in it or custom with firefox-3.0 added to it and thunderbird
set as email. This is assuming you are on Ubuntu not Kubuntu since
apport gave us yelp info.

** Changed in: thunderbird (Ubuntu)
 Assignee: (unassigned) => Mozilla Bugs (mozilla-bugs)

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-04-09 Thread Jens Jensen
I can't open link from my mail in firefox 3 beta 5

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-04-09 Thread Sarah Hobbs
The duplicate reporter has said that this bug does not occur for him
anymore.  Does it still occur for you?

** Changed in: thunderbird (Ubuntu)
   Status: New => Incomplete

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-04-02 Thread Wouter Stomp
** Changed in: thunderbird (Ubuntu)
Sourcepackagename: None => thunderbird

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210804] Re: Clicking link in email does not open browser

2008-04-02 Thread Brian Railey

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/13047686/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/13047687/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/13047688/ProcStatus.txt

-- 
Clicking link in email does not open browser
https://bugs.launchpad.net/bugs/210804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs