I want to include certain Firefox extensions by default when I add users to my Gutsy remaster. Is it as simple as moving the xpi files to a certain directory or do I need UbuFox (which means 58 mb of Gnome baggage)? If that is the case does anyone know if I can install only certain packages to give me similar functionality from the command line (ex. dpkg -i add-on.xpi)?
Announcement
Collapse
No announcement yet.
(K)UbuFox? XPI from CLI?
Collapse
This topic is closed.
X
X
-
Re: (K)UbuFox? XPI from CLI?
You can just duplicate your '~/.mozilla/firefox/*.default/extensions' file; I do it all the timeAsus G1S-X3:
Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )
- Top
- Bottom
-
Re: (K)UbuFox? XPI from CLI?
You can just duplicate your '~/.mozilla/firefox/*.default/extensions' file; I do it all the timeHP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
Comment
-
Re: (K)UbuFox? XPI from CLI?
So if I were to move it to /usr/share/firefox/defaults/extensions/ would that pull them over into any new user created on the system?HP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
Comment
-
Re: (K)UbuFox? XPI from CLI?
So if I were to move it to /usr/share/firefox/defaults/extensions/ would that pull them over into any new user created on the system?
Edit: On my system, it looks like:
~/.mozilla/firefox/hn3xb5t9.default/extensions
I believe this applies to the "root" version of FF only as your personal settings are in /home /username.....Asus G1S-X3:
Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )
- Top
- Bottom
Comment
-
Re: (K)UbuFox? XPI from CLI?
The way to install global Firefox extensions is to:
1. Install them as a user.
2. In Konsole cd into /home/[username]/.mozilla/firefox/[random junk].default/extensions/
3. Do a 'sudo mv * /usr/lib/firefox/extensions/
Edit: As an FYI...
Bookmarks can be set globally by overwriting /usr/share/firefox/defaults/profile/bookmarks.html
Search plug-ins can be set globally by adding/deleting them from /usr/share/firefox/searchplugins/
- Top
- Bottom
Comment
-
Re: (K)UbuFox? XPI from CLI?
For bookmarks:
Foxmarksd bookmarks synchronizer extension
that will synchronize your bookmarks for all instances of FF on your computer / networkHP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
Comment
Comment