LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Amigo
User Name
Password
Amigo This forum is for the discussion of Amigo Linux.

Notices


Reply
  Search this Thread
Old 12-02-2004, 09:58 AM   #16
Rookie One
LQ Newbie
 
Registered: Nov 2004
Location: Nowa Wies Tworoska, Poland
Distribution: Debian Lenny
Posts: 25

Rep: Reputation: 15

That may sound weird, but I had the same problem when compiling firefox on my zipslack. Adding zlib solved it (although not listed on the site, firefox depends on it), maybe you should try that too.

Good luck!
 
Old 12-02-2004, 02:28 PM   #17
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Original Poster
Rep: Reputation: 15
i did what gnashley said, plus i installe dzlib, and it worked... but i can't nstall extensions as a user... i downloaded them and it says they will be installed after firefox is restarted, but no matter how many times i restart firefox nothing happens...

i ran firefox from a console and i get this:
Quote:
kuroyume@ICEDstudios:~$ /usr/firefox/firefox
/usr/firefox/firefox: line 128: /dev/null: Permission denied
/usr/firefox/run-mozilla.sh: line 1: /dev/null: Permission denied
*** loading the extensions datasource
*** nsExtensionManager::_finishOperations - failure, catching exception so finalize window can close [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIZipReader.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: file:///usr/firefox/components/nsExtensionManager.js :: nsExtensionInstaller__installExtensionFiles :: line 979" data: no]
 
Old 12-03-2004, 01:18 AM   #18
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Did you compile it or use the binary installer?
 
Old 12-03-2004, 06:01 AM   #19
skruf_man
Member
 
Registered: Jun 2004
Location: Tromsoe, Norway (Europe)
Distribution: Slackware, Amigo Linux
Posts: 40

Rep: Reputation: 15
I think you have to be root to install extensions:

open xterm, then:

xhost +
su
<your rootpassword> if any
firefox

then get extensions and install them

If you don't get access to extensions as a user, run
chmod +r <extension directory> (e.g. chmod +r /usr/lib/mozilla/chrome/*)



Quote:
Originally posted by Kuroyume
i did what gnashley said, plus i installe dzlib, and it worked... but i can't nstall extensions as a user... i downloaded them and it says they will be installed after firefox is restarted, but no matter how many times i restart firefox nothing happens...

i ran firefox from a console and i get this:
 
Old 12-03-2004, 07:16 AM   #20
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by gnashley
Did you compile it or use the binary installer?
i used the installer

i had a similar problem with xmms, wich didn't switch skins as a user.... then today i started it and it was working...

i have to say i'm puzzled...

Last edited by Kuroyume; 12-03-2004 at 07:23 AM.
 
Old 12-03-2004, 09:12 AM   #21
Rookie One
LQ Newbie
 
Registered: Nov 2004
Location: Nowa Wies Tworoska, Poland
Distribution: Debian Lenny
Posts: 25

Rep: Reputation: 15
Quote:
Originally posted by Kuroyume
i did what gnashley said, plus i installe dzlib, and it worked...
Told you it would
Quote:
Originally posted by Kuroyume
but i can't nstall extensions as a user... i downloaded them and it says they will be installed after firefox is restarted, but no matter how many times i restart firefox nothing happens...
This is a really common problem, just look at the Firefox package comments at LinuxPackages... I think you should be the root to do this. DK, I don't really need extensions. :P

Last edited by Rookie One; 12-03-2004 at 09:14 AM.
 
Old 12-03-2004, 01:20 PM   #22
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Original Poster
Rep: Reputation: 15
mmmm... i tried installing extensions as root and it didn't work either...

Quote:
root@ICEDstudios:~# /usr/firefox/firefox
*** loading the extensions datasource
*** nsExtensionManager::_finishOperations - failure, catching exception so finalize window can close [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIZipReader.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: file:///usr/firefox/components/nsExtensionManager.js :: nsExtensionInstaller__installExtensionFiles :: line 979" data: no]
 
Old 12-03-2004, 07:51 PM   #23
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Original Poster
Rep: Reputation: 15
i looked at the line 979 of the nsExtensionManager.js, wich seems to be where the problem lies, and it seems to be related to zip...


Quote:
zipReader.open();
any ideas? maybe there is a package i need...
 
Old 12-03-2004, 10:55 PM   #24
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Have you tried using the firefox package from linuxpackages.net?
 
Old 12-04-2004, 09:57 AM   #25
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Original Poster
Rep: Reputation: 15
i installed from the package and i get the same problem...

Quote:
*** nsExtensionManager::_finishOperations - failure, catching exception so finalize window can close [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.remove]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///usr/lib/mozilla-firefox/components/nsExtensionManager.js :: nsExtensionInstaller__cleanUpStagedXPI :: line 1015" data: no]
 
Old 12-04-2004, 12:20 PM   #26
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Do you have the infozip package installed?
 
Old 12-04-2004, 01:18 PM   #27
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Original Poster
Rep: Reputation: 15
yup...

infozip-5.50-i486-2

i'll try reinstalling it...

edit: still getting the same error...

Last edited by Kuroyume; 12-04-2004 at 01:23 PM.
 
Old 12-04-2004, 11:37 PM   #28
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613Reputation: 613
Maybe you have to have JAVA installed?
 
Old 12-05-2004, 09:42 AM   #29
Kuroyume
Member
 
Registered: Nov 2004
Distribution: AmigoXP
Posts: 54

Original Poster
Rep: Reputation: 15
mmmm... nope... that didn't do it....

sigh.....

i guess i better give up... i guess i can survive without adblock...
 
Old 12-07-2004, 07:46 AM   #30
skruf_man
Member
 
Registered: Jun 2004
Location: Tromsoe, Norway (Europe)
Distribution: Slackware, Amigo Linux
Posts: 40

Rep: Reputation: 15
May be Firefox needs some extra files? On Slack 9.1 Firefox/Adblock installed without any problems. On Amigo Linux Mozilla 1.7.3/Adblock installed OK.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
where to install firefox? sparky_132 Linux - Newbie 7 07-07-2005 10:57 PM
I can't install Firefox 1.0.4 EliasAlucard Linux - Software 8 06-14-2005 06:20 PM
How do I install Firefox? muzza Linux - Newbie 26 04-11-2005 02:07 AM
RE-install firefox Mic Q SUSE / openSUSE 6 03-30-2005 05:48 AM
How do I install Firefox? spartanM19SSM Linux - Software 4 10-16-2004 09:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Amigo

All times are GMT -5. The time now is 01:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration