Instalar plugin Adobe SVG Viewer en mozilla

Necesito ver unas animaciones en svg que fueron creadas para utilizar el plugin Adobe SVG Viewer en internet explorer, necesito que se vean en mozilla, buscando por ahi encontre el siguiente tip de insatalacion en linux:

Installing the Adobe SVG Viewer for Linux with Mozilla/Firefox

1. Download the Adobe SVG Viewer 3.x installer
2. Close any applications using any version of Adobe SVG Viewer.
3. As root, extract the contents of the installation package and run the script adobesvg-3.01/install.sh. Adobe recommends that you extract the files in /usr/local, although other locations may work.
4. Copy libNPSVG3.so to your Mozilla plugins directory.

* Note: It has been reported that if the LC_NUMERIC variable is not set to en_EN, that this plugin may not work correctly.

El problema es que no se donde se encuentra la variable LC_NUMERIC, porque no quiere verse los ejemplos de http://www.adobe.com/svg/examples.html me reconoce los archivos svgz (Que supongo es el que maneja este plugin) como archivo comprimido. no se que pasa y la verdad necesito que se vean, No quiero recurrir a utilizar wine e ie4linux (es la ultima opcion que pienso utilizar, pero no quiero). Alguna idea?

Locale

Por medio del comando "locale", puedes ver como están configuradas las variables de entorno que se refieren a dicho tema...
Si deseas modificar algunas de ellas, puedes añadirlas al .bashrc, por ejemplo

editas .bashrc y añades

export LC_NUMERIC="es_ES.UTF-8"

En el caso del español...
con "man locale"
Puedes averiguar más sobre el tema

***************
http://sangrenegrv.blogspot.com
Desktop y multimedia sobre FC

Gracias

Voy a probar a ver....

Design by xactive -