Page 1 of 1

firefox-19

Posted: Tue 05 Mar 2013, 23:09
by vanchutr
Download: firefox-addons.tar.gz and firefox-19.sfs at:

Code: Select all

https://docs.google.com/folder/d/0Bx0YXB6XAVQBTzJXbnJFNEE3U0k/edit?usp=sharing
firefox-addons.tar.gz supports flashgot, fast download video files (in firefox19.0 and firefox18.2)

untar firefox-addons.tar.gz to system (after sfsload load firefox-19.sfs) and restart firefox.
(tar -xzvf firefox-addons.tar.gz -C /)

permission required

Posted: Wed 06 Mar 2013, 13:28
by raffy
Thanks for this!

However, the user needs permission from you to access the files...

Re: permission required

Posted: Wed 06 Mar 2013, 13:40
by R-S-H
raffy wrote:Thanks for this!

However, the user needs permission from you to access the files...
Exactly! :cry:

Posted: Thu 07 Mar 2013, 11:57
by vanchutr
Say sorry to dear membbers
I'd changed permission to download now.
You can access to (old link) to download it

Code: Select all

https://docs.google.com/folder/d/0Bx0YXB6XAVQBTzJXbnJFNEE3U0k/edit?usp=sharing
TK all

Posted: Thu 21 Mar 2013, 12:07
by darkcity
great stuff, added to wiki 8)

http://puppylinux.org/wikka/firefox

Posted: Thu 28 Mar 2013, 00:25
by Rope
I have Puppy linux windows installer. How can I use this sfs to update Firefox 17 already installed?
Thanks

Posted: Sun 14 Apr 2013, 00:53
by pl3589
I can't seem to get it to work on my system (wary 5.5).

When I try running the SFS from a terminal window, I get "Couldn't load XRE functions".

Posted: Sun 14 Apr 2013, 05:57
by Rope
Last version is 20. Will this sfs be updated?

Posted: Sun 14 Apr 2013, 11:36
by Geoffrey
pl3589 wrote:I can't seem to get it to work on my system (wary 5.5).

When I try running the SFS from a terminal window, I get "Couldn't load XRE functions".
pl3589 you could try firefox-17.0.5esr.pet,Firefox Extended Support Release, this is from the Carolina repo, it has two addons included, FireFTP and Theme Font and Size Changer

Posted: Sun 14 Apr 2013, 17:58
by pl3589
pl3589 wrote:I can't seem to get it to work on my system (wary 5.5).

When I try running the SFS from a terminal window, I get "Couldn't load XRE functions".
Geoffrey wrote:pl3589 you could try firefox-17.0.5esr.pet,Firefox Extended Support Release, this is from the Carolina repo, it has two addons included, FireFTP and Theme Font and Size Changer
Thanks for the suggestion.

But, my goal is to run Firefox as a SFS, not as a PET.

I want to have it located outside the warysave file.

.

Posted: Sun 14 Apr 2013, 20:47
by Geoffrey
pl3589 wrote:
But, my goal is to run Firefox as a SFS, not as a PET.


I want to have it located outside the warysave file.

.
All you need do is install the pet package then move /root/.mozilla to the location where your warysave resides,

or a partition that is mounted at boot, then make a symlink back to /root, this will keep all the firefox data outside of your save.

You would need to do this if a sfs was used as well, as the files are not saved back to the sfs, but will be in the warysave file.

Here is a sfs version for you to try firefox-17.0.5esr.sfs

Note: I think a pet install would be the best option, if you unload the sfs then reload it the symlink will most likely be over written.

another thought, you can edit the sfs file by using sfs2dir to extract it then remove /root/.mozilla, if you don't want the addons discard it, then use dir2sfs to recreate the sfs less the .mozilla.

then when the sfs is loaded and firefox is run it will create a new .mozilla directory in root which you then move to your preferred location and create a link back to /root

Hope this helps and isn't to confusing.