Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Sun 19 May 2013, 01:21
All times are UTC - 4
 Forum index » House Training » HOWTO ( Solutions )
Firefox Plug-in, Flash Help for Winded Old Junkers [Edit]
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 3 of 3 [37 Posts]   Goto page: Previous 1, 2, 3
Author Message
pemasu


Joined: 08 Jul 2009
Posts: 5165
Location: Finland

PostPosted: Wed 01 Aug 2012, 03:59    Post subject:  

I have earlier created a pet of flvideoreplacer. I have extracted the metadata info and recreated the .xpi so that it installs to the /usr/lib/firefox/extensions/

Here is how you do it. Quote from Barry`s blog by Iguleder:
Quote:
Barry, I found a way to pre-install extensions for Firefox and Seamonkey without having to create a profile first!
It's really simple - I found out that xpi extensions are zip archives. Just unzip an extensions, open install.rdf and get its ID, which is a GUID.
In the case of TorButton, it's "{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}".
Here's how to pre-install TorButton for all users, if so (assuming Firefox is located in /usr/local/apps/firefox):
install -m644 -D torbutton-current.xpi $INSTALL_DIR/usr/local/apps/firefox/extensions/\{e0204bd5-9d31-402b-a99d-a6aa8ffebdca\}.xpi

It means that if you remove your /root/.mozilla content, the extension is not removed. Generic installation. It is nice trick for puppy builder...it gives possibility to push extensions preinstalled to the Firefox. I have flashblock, adblock and fireftp preinstalled this way.....
flvideoreplacer-2.1.1-fx.pet
Description 
pet

 Download 
Filename  flvideoreplacer-2.1.1-fx.pet 
Filesize  119.56 KB 
Downloaded  143 Time(s) 
Back to top
View user's profile Send private message 
Monsie


Joined: 01 Dec 2011
Posts: 464
Location: Kamloops BC Canada

PostPosted: Wed 01 Aug 2012, 06:39    Post subject: Firefox Plug-in, Flash Help for Winded Old Junkers [Edit]  

Hi all,

It took me awhile... but I found an alternate download site "cough, cough" where I was able to get FVR 2.1.14 I am not sure if this was the most recent version but if not, it's close. The download is an .xpi file, so one way to install it is to open Firefox in a small window, then drag the file from your download directory and drop it inside the browser window... you'll get a prompt asking if you want to install the add-on... etc --done.

The place where I found this item is "cough, cough" over here. I am saving this little gem because it allows me to install it in other distros also... and at this point I am not feeling too optimistic that the developer will be allowed to resume work with his projects... If need be, I can upload it as an attachment.

Monsie

_________________
My username is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.
Back to top
View user's profile Send private message 
666philb


Joined: 07 Feb 2010
Posts: 1217
Location: wales

PostPosted: Wed 01 Aug 2012, 07:14    Post subject:  

Very Happy
_________________
Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5165
Location: Finland

PostPosted: Wed 01 Aug 2012, 08:15    Post subject:  

https://github.com/webgapps/flvideoreplacer/archives/master
flvideoreplacer-2.1.5.pet
Description 
pet

 Download 
Filename  flvideoreplacer-2.1.5.pet 
Filesize  119.56 KB 
Downloaded  183 Time(s) 
Back to top
View user's profile Send private message 
Dewbie

Joined: 15 Apr 2010
Posts: 1412

PostPosted: Wed 01 Aug 2012, 18:45    Post subject:  

I wrote:
Quote:
I've installed flashblock and user agent switcher .xpi files by dragging them to the browser and following the install prompts. If they're not compatible with a browser, they generally won't install.

disciple wrote:
Quote:
Dewbie, I'm not sure what your point is.

Same point Monsie made, five posts later.
Read the second part of his first paragraph.
Unlike .pets, .tarballs, etc., .xpis often don't extract / install when you click on them.

Last edited by Dewbie on Wed 01 Aug 2012, 20:40; edited 1 time in total
Back to top
View user's profile Send private message 
disciple

Joined: 20 May 2006
Posts: 6179
Location: Auckland, New Zealand

PostPosted: Wed 01 Aug 2012, 19:38    Post subject:  

I don't think you understood my post which you were quoting. That is of course what they would do if you have the .xpi, but if you're retrieving a plugin from the plugins folder you might only have it as an extracted folder.
_________________
DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
Back to top
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5165
Location: Finland

PostPosted: Thu 02 Aug 2012, 04:45    Post subject:  

Quote:
if you're retrieving a plugin from the plugins folder you might only have it as an extracted folder.

True. I even have a script which converts the .xpi extension to the generic - for all users - uncompressed folder. Takes more space so havent used much more than tested that it actually works.

I renamed the script to just xpi for short typing.
Usage:
add_global_firefox_extension.sh [-hof]
OPTIONS:
-o linux|osx
Operating system (mandatory)
-f /path/xpi_filename
path to the original xpi file to install in the operating system's global directory (mandatory)
-h this usage information
EXAMPLE:
add_global_firefox_extension.sh -o osx -f ./thesupergood.xpi

No...I havent created the script....I aint no coder. I just found it when studying .xpi extensions.
My example:
./xpi -o linux -f /root/Downloads/flvideoreplacer-2.1.15.xpi
and the script installs the .xpi as uncompressed folder to the system global extensions directory. For me:
/usr/lib/firefox/extensions but you need to edit the script if you have system global extensions directory somewhere else.
xpi.gz
Description 
gz

 Download 
Filename  xpi.gz 
Filesize  5.77 KB 
Downloaded  180 Time(s) 
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 3 of 3 [37 Posts]   Goto page: Previous 1, 2, 3
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » HOWTO ( Solutions )
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
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0604s ][ Queries: 12 (0.0114s) ][ GZIP on ]