Gentoo Forums
Gentoo Forums
Quick Search: in
Mozilla Sunbird Issue...
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
krizz
n00b
n00b


Joined: 15 Sep 2004
Posts: 26

PostPosted: Tue Nov 30, 2004 4:40 pm    Post subject: Mozilla Sunbird Issue... Reply with quote

Hi there,

I recently installed a new Gentoo system on my PC and in that system I use Mozilla stuff like Firefox and Thunderbird (I both compiled them, not binary).

As a calender app, I would like to use Sunbird; like I always did, but somehow the version is not supported...As you might know, Sunbird is only available as a binary installation. I installed the most recent version of Sunbird, namely:

Code:
app-office/mozilla-sunbird-bin-0.2.20041112


If I try to start it, the error is:

Quote:
Any old extensions that you have installed are disabled


And that's it.

My Mozilla and Firefox versions are:

Code:
net-www/mozilla-firefox-1.0_pre-r2
net-www/mozilla-1.7.3


TIA
Back to top
View user's profile Send private message
BlackEdder
Advocate
Advocate


Joined: 26 Apr 2004
Posts: 2586
Location: Dutch enclave in Egham, UK

PostPosted: Tue Nov 30, 2004 4:46 pm    Post subject: Reply with quote

I can only hop in and say that mine work :)

you might try a
Code:
rm -rf ~/.mozilla/sunbird

to check if that helps (you will loose all sunbird settings)
Back to top
View user's profile Send private message
krizz
n00b
n00b


Joined: 15 Sep 2004
Posts: 26

PostPosted: Tue Nov 30, 2004 4:58 pm    Post subject: Reply with quote

BlackEdder wrote:
you might try a
Code:
rm -rf ~/.mozilla/sunbird

to check if that helps (you will loose all sunbird settings)

I tried that earlier and it didn't work...
Back to top
View user's profile Send private message
Tuna
Guru
Guru


Joined: 19 Jul 2002
Posts: 482
Location: Berlin

PostPosted: Wed Dec 08, 2004 12:20 pm    Post subject: Reply with quote

same here. additionally some verbose infomation alogn with 100% cpu
Code:
No running windows found
*** Registering -calendar handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
*** Registering -calendar handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
*** nsExtensionManager::_disableObsoleteExtensions - failure, catching exception so finalize window can close
*** loading the extensions datasource
*** Registering -calendar handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
*** loading the extensions datasource
*** Registering -calendar handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
*** loading the extensions datasource
...
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 15977
Location: Colorado

PostPosted: Wed Dec 08, 2004 6:55 pm    Post subject: Reply with quote

Moved from Other Things Gentoo.
_________________
Safety is my gaol.
US Constitution | Amendments
Back to top
View user's profile Send private message
bccomm
n00b
n00b


Joined: 27 Jan 2003
Posts: 18
Location: Box Elder, SD

PostPosted: Sat Dec 11, 2004 4:00 am    Post subject: Reply with quote

The binary release from the Mozilla foundation requires that you run it with the global directory writable the first time.

In other words, run it once as root (it should start up), then you can use it as a normal user.

Code:
% su
password:
# source /etc/profile
topd0g .mozilla # xauth generate :0
topd0g .mozilla # sunbird
No running windows found
*** Registering -calendar handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
*** Registering -calendar handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
*** nsExtensionManager::_disableObsoleteExtensions - failure, catching exception so finalize window can close
*** loading the extensions datasource
*** Registering -calendar handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
*** loading the extensions datasource
topd0g .mozilla # exit
% sunbird


Tell me if this works or not (it did for me :) ).

EDIT: Ok, I figured out why this works. Normally, the chrome must be built globally and some other miscellany initialized for all Mozilla-related binary releases. For example, if you look at the ebuild for mozilla-firefox-bin, it shows this:
Code:
   # Normally firefox-bin-0.9 must be run as root once before it can
   # be run as a normal user.  Drop in some initialized files to
   # avoid this.
   einfo "Extracting firefox-bin-${PV} initialization files"
   tar xjpf ${FILESDIR}/firefox-bin-0.9-init.tar.bz2 -C ${D}/opt/firefox

So, to work around a, IMHO, somewhat weird configuration management system, you must either 1) use the source, Luke (messy), 2) run it once as root (inelegant), or 3) have someone else run it as root and give you the initialized files (this is what the firefox binary does...still inelegant). But then again, the Mozilla build system isn't that elegant to begin with, so this should come as no suprise. BTW, this is not limited to *nix. A tightly secured Windows system *choke*choke* will do the same thing if one were to simply unzip the build in C:\Program Files\Mozilla as an Administrator and then run it as a user. without admin prvilages. The only workaround would be to run the entire binary tree from the users home directory.

I first ran into this problem when I was using NetBSD, where, at the end of building firefox, pkgsrc told me that I needed to run it as root once. The Gentoo developers did a good job of hiding this gotcha, IMO.


Last edited by bccomm on Wed Dec 15, 2004 3:29 am; edited 1 time in total
Back to top
View user's profile Send private message
tomaw
Guru
Guru


Joined: 26 Mar 2003
Posts: 429
Location: UK

PostPosted: Sat Dec 11, 2004 11:15 am    Post subject: Reply with quote

That works for me, thanks! :)
_________________
Tom Wesley
Back to top
View user's profile Send private message
Tuna
Guru
Guru


Joined: 19 Jul 2002
Posts: 482
Location: Berlin

PostPosted: Sat Dec 11, 2004 3:07 pm    Post subject: Reply with quote

perfectly.. nice catch.
Back to top
View user's profile Send private message
drakos7
Apprentice
Apprentice


Joined: 21 Feb 2003
Posts: 294
Location: Rockville, MD, USA, Earth, Sol

PostPosted: Wed Dec 15, 2004 2:57 am    Post subject: Reply with quote

Excellent! Not the best workaround but I'll take it.
Back to top
View user's profile Send private message
remi2402
Developer
Developer


Joined: 28 Jun 2003
Posts: 111
Location: Paris, France

PostPosted: Sat Dec 18, 2004 9:51 pm    Post subject: Reply with quote

works for me too :) thanks

Rémi
Back to top
View user's profile Send private message
imrambi
Tux's lil' helper
Tux's lil' helper


Joined: 12 Feb 2004
Posts: 109

PostPosted: Fri Jan 14, 2005 1:36 pm    Post subject: Reply with quote

I'm getting the following error, even running as root
Code:
No running windows found
/usr/bin/sunbird: line 88:  9649 Segmentation fault      $mozbin "$@"
Back to top
View user's profile Send private message
prosario_2000
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 105
Location: San Juan, Puerto Rico

PostPosted: Sat Jan 15, 2005 2:32 pm    Post subject: Reply with quote

I'm getting imrambi's error too. Could it be because of a GTk2 upgrade?
Back to top
View user's profile Send private message
PieterB
Apprentice
Apprentice


Joined: 19 Jan 2004
Posts: 158
Location: Aalter, Belgium

PostPosted: Sat Jan 15, 2005 3:56 pm    Post subject: Reply with quote

I don't know but since my last upgrade sunbird (previous build) doesn't work AND bittornado doesn't work anymore too.
_________________
LinuxUser: #310384
Back to top
View user's profile Send private message
imrambi
Tux's lil' helper
Tux's lil' helper


Joined: 12 Feb 2004
Posts: 109

PostPosted: Sat Jan 15, 2005 5:08 pm    Post subject: Reply with quote

I've tried compiling from source. I can get the main windows, but a new task or anything else freezes the app. That was after I applied a patch due to gtk2.18 or something like that. Aggrevating, I was starting to use sunbird heavily.
Back to top
View user's profile Send private message
stkaplan
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 108

PostPosted: Mon Jan 17, 2005 2:12 am    Post subject: Reply with quote

I'm getting the same error. I'm using GTK 2.6.1. I tried installing an older version of GTK, with no difference.
Back to top
View user's profile Send private message
Diavolo
Apprentice
Apprentice


Joined: 09 Jan 2005
Posts: 151

PostPosted: Wed Jan 26, 2005 7:26 pm    Post subject: Reply with quote

imrambi wrote:
I'm getting the following error, even running as root
Code:
No running windows found
/usr/bin/sunbird: line 88:  9649 Segmentation fault      $mozbin "$@"


Same Problem here. Any solution? :(
Back to top
View user's profile Send private message
Archangel1
Veteran
Veteran


Joined: 21 Apr 2004
Posts: 1212
Location: Work

PostPosted: Thu Jan 27, 2005 11:57 am    Post subject: Reply with quote

Yep, me too...

The previous verson of Sunbird breaks with the same thing, so I guess it's from some external source - maybe a version of gtk as has been suggested?
_________________
What are you, stupid?
Back to top
View user's profile Send private message
taiwan
n00b
n00b


Joined: 16 Apr 2002
Posts: 51

PostPosted: Sun Jan 30, 2005 2:47 pm    Post subject: Reply with quote

I have the same error to :

laradji@localhost ~ $ sunbird
No running windows found
/usr/bin/sunbird: line 88: 23389 Erreur de segmentation $mozbin "$@"
laradji@localhost ~ $
Back to top
View user's profile Send private message
GoofballJM1
Guru
Guru


Joined: 22 Mar 2004
Posts: 392
Location: Denver, CO USA

PostPosted: Mon Jan 31, 2005 5:46 am    Post subject: Reply with quote

Hmmm is it something with that release? I started using it a week ago, and it was great. I love it! But I am getting the same error. Has anyone submitted this to mozilla :?:
_________________
"Great spirits have often encountered violent opposition from weak minds." - Albert Einstein
Back to top
View user's profile Send private message
imrambi
Tux's lil' helper
Tux's lil' helper


Joined: 12 Feb 2004
Posts: 109

PostPosted: Tue Feb 01, 2005 11:39 pm    Post subject: Reply with quote

Yes, there is a patch because it has to do with truetype, (I think that is the cause). You will have to build the system from CVS after the patch. Hopefully it will be fixed in the next release.
Back to top
View user's profile Send private message
Diavolo
Apprentice
Apprentice


Joined: 09 Jan 2005
Posts: 151

PostPosted: Sat Feb 05, 2005 11:42 am    Post subject: Reply with quote

Sunbird 0.2 has been released? Is there an ebuild or when will it be available in Portage?
Back to top
View user's profile Send private message
Thames
n00b
n00b


Joined: 25 Feb 2003
Posts: 53

PostPosted: Sat Feb 05, 2005 12:56 pm    Post subject: Reply with quote

Diavolo wrote:
Sunbird 0.2 has been released? Is there an ebuild or when will it be available in Portage?


http://bugs.gentoo.org/show_bug.cgi?id=80829
Back to top
View user's profile Send private message
Diavolo
Apprentice
Apprentice


Joined: 09 Jan 2005
Posts: 151

PostPosted: Sat Feb 05, 2005 5:08 pm    Post subject: Reply with quote

Is there no way to use Sunbird with Gentoo at the moment? :( Please help...
Back to top
View user's profile Send private message
Diavolo
Apprentice
Apprentice


Joined: 09 Jan 2005
Posts: 151

PostPosted: Sat Feb 05, 2005 6:39 pm    Post subject: Reply with quote

I have downloaded two versions of Sunbird from ftp.mozilla.org and tested them.

ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.2/sunbird-0.2-i686-linux-gtk2+xft.tar.gz does not start.

ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/0.2/sunbird-0.2-i686-pc-linux-gnu.tar.gz starts and works without problems.

Does somebody know what the problem is?
Back to top
View user's profile Send private message
GoofballJM1
Guru
Guru


Joined: 22 Mar 2004
Posts: 392
Location: Denver, CO USA

PostPosted: Sun Feb 06, 2005 6:47 am    Post subject: Reply with quote

My hunch is it has to do something with GTK2. It worked until I upgraded to version 2.6 last week. :roll:
_________________
"Great spirits have often encountered violent opposition from weak minds." - Albert Einstein
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum