Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Cannot remove Adobe Reader 8.1.1 plugin Ubuntu Linux 10.04

  • 1 yanıt
  • 45 kişi bu sorunu yaşıyor
  • 12 gösterim
  • Son yanıtı yazan: ieales

more options

Ubuntu 8.04 upgrade to 10.04 LTS Adobe Reader 8.1.1. Web pages would not load PDF. Disabled Acroreader plugin, uninstalled acroread, still shows on plugin list and is enabled after browser restart after delete pluginsreg.dat

PDF link opens Blank tab in Firefox, no file.

Ubuntu 8.04 upgrade to 10.04 LTS Adobe Reader 8.1.1. Web pages would not load PDF. Disabled Acroreader plugin, uninstalled acroread, still shows on plugin list and is enabled after browser restart after delete pluginsreg.dat PDF link opens Blank tab in Firefox, no file.

Tüm Yanıtlar (1)

more options

SOLVED : $ sudo find / -name nppdf.so to lists these locations /usr/lib/mozilla/plugins/nppdf.so /usr/lib/firefox/plugins/nppdf.so /root/.mozilla/plugins/nppdf.so

these commands get rid of them $ sudo rm /usr/lib/mozilla/plugins/nppdf.so $ sudo rm /usr/lib/firefox/plugins/nppdf.so $ sudo rm /root/.mozilla/plugins/nppdf.so