From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G2PPO-0004Wj-02 for garchives@archives.gentoo.org; Mon, 17 Jul 2006 09:28:59 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6H9RDPq018568; Mon, 17 Jul 2006 09:27:14 GMT Received: from ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6H9MMpX012295 for ; Mon, 17 Jul 2006 09:22:23 GMT Received: (qmail 1448 invoked from network); 17 Jul 2006 12:22:22 +0300 Received: from unknown (HELO ?10.0.1.11?) (10.0.1.11) by 0 with SMTP; 17 Jul 2006 12:22:22 +0300 Message-ID: <44BB56CD.60509@ilievnet.com> Date: Mon, 17 Jul 2006 12:22:21 +0300 From: Daniel Iliev User-Agent: Thunderbird 1.5.0.4 (X11/20060715) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] FireFox and ThunderBIrd without themes and extentions References: <44B896BB.7060405@ilievnet.com> <7573e9640607161212v6e5833fcl1b6ac0ec1d1687b2@mail.gmail.com> In-Reply-To: <7573e9640607161212v6e5833fcl1b6ac0ec1d1687b2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 6ea88274-27ed-44b6-ba1a-dbcd79cc7dc4 X-Archives-Hash: 13e5977ba1a7c87ca27a482cb3137aa5 Richard Fish wrote: > On 7/15/06, Daniel Iliev wrote: >> I had to reemerge FireFox and ThunderBird due to "emerge --depclean". >> Both compiled without complains but the themes and extensions applets >> are empty. I tried with recompiling gtk+-{1.2.10-r11, 2.8.19}, >> dev-libs/{nspr,nss}, enigmail and the mozillas. It didn't help. > > I don't have any idea what the problem is, but I would suggest to run > firefox/thunderbird from a terminal window so you can see any error > messages produced. > > -Richard Richard, thanks for your reply. No, theres is nothing unusual in the terminal output. It just reads "No running windows found" However there is output in the javascript console: > >Item Installed via directory addition to Install Location: app-global >Item ID: inspector@mozilla.org, attempting to register... > >Item Installed/Upgraded at Install Location: app-global Item ID: >inspector@mozilla.org, attempting to register... >... success, item is compatible > >Error: [Exception... "Component returned failure code: 0x80570019 >(NS_ERROR_XPC_CANT_CREATE_WN) [nsIJSCID.createInstance]" nsresult: >"0x80570019 (NS_ERROR_XPC_CANT_CREATE_WN)" location: "JS frame :: >file:///usr/lib/mozilla-firefox/components/nsExtensionManager.js :: >openSafeFileOutputStream :: line 454" data: no] >Source File: >file:///usr/lib/mozilla-firefox/components/nsExtensionManager.js >Line: 454 This appears on every start. The error on line 454 appears also if I try to install a theme or an extension. Line 454 in nsExtensionManager.js reads: ".createInstance(Components.interfaces.nsIFileOutputStream);" and its a part of this function: > >function openSafeFileOutputStream(file, modeFlags) { > var fos = >Components.classes["@mozilla.org/network/safe-file-output-stream;1"] > >.createInstance(Components.interfaces.nsIFileOutputStream); > if (modeFlags === undefined) > modeFlags = MODE_WRONLY | MODE_CREATE | MODE_TRUNCATE; > if (!file.exists()) > file.create(nsILocalFile.NORMAL_FILE_TYPE, PERMS_FILE); > fos.init(file, modeFlags, PERMS_FILE, 0); > return fos; >} -- Best regards, Daniel -- gentoo-user@gentoo.org mailing list