Hello,
I use Phoenix on a public (Linux) computer.
I start Phoenix with a script that downloads and installs it, together with Flash. Then I copy some other small plugins and I'm ready.
But I also want Mouse Gestures to be installed automatically. As with every extension you can install it by 'opening' it with mozilla.
But is there another way which I can use in my bash script to install it?
I know most extension files (.xpi) are actually tarballs, so I can unpack all files to the target directory.
But there's also some sort of install file where some registration takes place.
Where is this stored? In my profile directory or in the program directory (I install Phoenix in /tmp).
If it is the first, then I can install Mouse Gestures (or any other extension) once and thereafter simply unpack the .xpi file.
Or does somebody have another method?