You are not logged in.

#1 2010-02-04 07:51:02

steff
Member
Registered: 2009-01-08
Posts: 57

[SOLVED, kind of] Upgrade broke thunderbird 2

After  the big update some days ago thunderbird 2 does not open anymore. No error messages on konsole, it says
thunderbird
and turns to comand line.

Thunderbird 3 works but does not open link in browsers and I like more the old version.

Last edited by steff (2010-02-04 12:39:27)

Offline

#2 2010-02-04 07:57:41

ZaQ
Member
Registered: 2009-12-12
Posts: 106

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

I'ld say that thunderbird depends on libjpg/libpng. So you'ld have to rebuild thund 2.

I think you have to define the default browser in thunderbird 3: http://www.knoppix.net/forum/viewtopic.php?t=20315

Offline

#3 2010-02-04 08:15:00

steff
Member
Registered: 2009-01-08
Posts: 57

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

Thanks for quick reply, user.js does or network.protocol.handler.http do not work either, tried this before.

You mean compiling it from source?

Offline

#4 2010-02-04 10:33:46

ZaQ
Member
Registered: 2009-12-12
Posts: 106

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

steff wrote:

You mean compiling it from source?

http://www.archlinux.org/news/482/
I don't know, how you got tb2.

TB3: Are you sure, you didn't make an error with network.protocol-handler.app.http? Maybe it'll help to put the whole ff-path:
user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");

Last edited by ZaQ (2010-02-04 10:36:31)

Offline

#5 2010-02-04 12:24:06

steff
Member
Registered: 2009-01-08
Posts: 57

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

thunderbird 2 is the original arch package

cat .thunderbird/*****.default/user.js
user_pref("network.protocol-handler.app.http","/usr/bin/google-chrome");
user_pref("network.protocol-handler.app.https","/usr/bin/google-chrome");
user_pref("network.protocol-handler.app.ftp","/usr/bin/google-chrome");

also choosing /usr/bin/google-chrome (o firefox) in the config editor of thunderbird3 at network.protocol-handler....http does nothing.

Offline

#6 2010-02-04 12:34:15

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

get the PKGBUILD for tb2 from svn  and rebuild thunderbird yourself.


Give what you have. To someone, it may be better than you dare to think.

Offline

#7 2010-02-04 12:38:52

steff
Member
Registered: 2009-01-08
Posts: 57

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

thanks for this  idea, just now I resolved in Thunderbird3 installing the addon  "thunderbrowse", after restart it asks if you want open links in thunderbird itself or in which browser, I  have inserted /usr/bin/google-chrome and now links open.

Maybe I'm staying with TB 3 now.

Offline

#8 2010-02-04 13:07:43

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

As for the links not opening fromout thunderbird, I had the same problem. This one was easy to fix. See this thread.


To know or not to know ...
... the questions remain forever.

Offline

#9 2010-02-05 13:08:24

vali
Member
Registered: 2010-02-05
Posts: 2

Re: [SOLVED, kind of] Upgrade broke thunderbird 2

Just for those who still want to stay with tb2: rebuilding tb2 from PKGBUILD needs the following patch to be applied.

--- modules/libpr0n/encoders/png/nsPNGEncoder.cpp.orig  2006-05-20 19:20:49.000000000 +0200
+++ modules/libpr0n/encoders/png/nsPNGEncoder.cpp       2010-02-04 20:19:00.000000000 +0100
@@ -111,9 +111,9 @@ NS_IMETHODIMP nsPNGEncoder::InitFromData
 
   // initialize
   png_struct* png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
-                                                png_voidp_NULL,
-                                                png_error_ptr_NULL,
-                                                png_error_ptr_NULL);
+                                               NULL,
+                                                NULL,
+                                                NULL);
   if (! png_ptr)
     return NS_ERROR_OUT_OF_MEMORY;
   png_info* info_ptr = png_create_info_struct(png_ptr);

Offline

Board footer

Powered by FluxBB