Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

With a brand new profile / empty config installing plugins fails

more options

I recently had a problem with firefox becoming slow. Disabling all my extensions didn't seem to help, so I upgraded to the most recent version.

With a brand new profile, created via:

    rm -rf ~/.mozilla/
    rm -rf ~/.cache/mozilla

Installation of any addons fails. I see they are downloaded to /tmp, and I see a progress bar appear in the addon manager - but they never advance. The only output is :

  "Troubleshooter could not be installed because firefox unable to modify the needed file".

Running strace shows no obvious permissions problems, and clearly creating a new profile doesn't help - because that's the starting point. The standard advice is to disable old extensions, but similarly this doesn't work.

When restarting the browser the addons window is empty once again.

I recently had a problem with firefox becoming slow. Disabling all my extensions didn't seem to help, so I upgraded to the most recent version. With a brand new profile, created via: rm -rf ~/.mozilla/ rm -rf ~/.cache/mozilla Installation of any addons fails. I see they are downloaded to /tmp, and I see a progress bar appear in the addon manager - but they never advance. The only output is : "Troubleshooter could not be installed because firefox unable to modify the needed file". Running strace shows no obvious permissions problems, and clearly creating a new profile doesn't help - because that's the starting point. The standard advice is to disable old extensions, but similarly this doesn't work. When restarting the browser the addons window is empty once again.

모든 댓글 (1)

more options

I "fixed" this by downloading version 28:

http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/28.0/linux-x86_64/en-GB/firefox-28.0.tar.bz2

Using that download I could install one add-on, which persisted across restarts. Once I'd done that I deleted the firefox-28, and went back to the latest release - at that point things started to work again.

To recap:

  • Empty profile.
  • Firefox 29.0
  • Installation of addons fails - though interestingly themes work just fine.

Once I installed 28.0 as a temporary measure I could install an addon, and then reinstalling 29.0 allowed a) that old addon to remain b) the addition of new addons.

Hope this helps somebody, though I'm struggling to find a plausible reason why this might be the case.