Bonjour,
J'ai installé la Beta de Firefox 3 disponible dans le répo de Remi :
# rpm -qa | grep -i firefox3
firefox3-3.0-0.beta4.20080307.fc8.remi
Acrobat Reader est aussi installé :
# rpm -qa | grep -i adoberead
AdobeReader_fra-8.1.2-1
Le plugin d'Acrobat Reader est copié dans le répertoire /usr/lib/mozilla/plugins
# ll /usr/lib/mozilla/plugins/np*
-rwxr-xr-x 1 root root 127260 fév 14 10:08 /usr/lib/mozilla/plugins/nppdf.so
Firefox 3 utilise apparemment un wrapper pour ce plugin qu'il place dans le répertoire /usr/lib/mozilla/plugins-wrapped
# ll /usr/lib/mozilla/plugins-wrapped/*nppdf*
-rwxr-xr-x 1 root didier 80584 mar 9 18:58 /usr/lib/mozilla/plugins-wrapped/nswrapper_32_32.nppdf.so
Firefox 3 reconnait bien ce plugin :
Adobe Reader 8.0
Nom de fichier : nswrapper_32_32.nppdf.so
The Adobe Reader plugin is used to enable viewing of PDF and FDF files from within the browser.
Type MIME Description Suffixes Autorisé
application/pdf Portable Document Format pdf Oui
application/vnd.fdf Acrobat Forms Data Format fdf Oui
application/vnd.adobe.xfdf XML Version of Acrobat Forms Data Format xfdf Oui
application/vnd.adobe.xdp+xml Acrobat XML Data Package xdp Oui
application/vnd.adobe.xfd+xml Adobe FormFlow99 Data File xfd Oui
Mais quand j'essaie d'afficher un document PDF, j'obtiens une place blanche.
Si je delete le wrapper, celui-ci est recréé au démarrage suivant de Firefox 3 mais cela ne change rien.
Tout fonctionne correctement avec Firefox 2.
Any help ???