본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

I clicked instal latest Firefox updates on my Acer 1 unning linpus linux lite v1.0.13.E but now Firefox won't work. Can anyone help?

  • 5 답장
  • 37 이 문제를 만남
  • 6 보기
  • 최종 답변자: PCNetSpec

more options

Firefox notified me that the latest version was available so I clicked Install. Since then, when I click the firefox icon nothing happens - firefox doesn't start. My machine is an Acer One netbook running linpus linux lite v1.0.13.E

Firefox notified me that the latest version was available so I clicked Install. Since then, when I click the firefox icon nothing happens - firefox doesn't start. My machine is an Acer One netbook running linpus linux lite v1.0.13.E

모든 댓글 (5)

more options

Hi,

I've just had the same problem and found the following on the Internet that might help:

http://linuxforums.org.uk/netbooks/acer-aspire-one-linpus-lite-firefox-web-browser-wont-open/

http://linuxforums.org.uk/netbooks/messed-up-firefox-4-installation-on-an-acer-aspire-one/

http://macles.blogspot.com/2008/07/installing-firefox-3-on-acer-aspire-one.html

I tried all three solutions but it was the following that resolved the issue for me:

Acer has interwoven Firefox 2 with the rest of the system, that's why a quite unusual approach is required to install the newest version. The benefit of using an official release is a working update feature, which is disabled in the version already installed on the system.

Press Alt+F2 to show the Run program window. Check Run in terminal, leave the input field blank, and click Run to open a terminal. If you're not familiar with the Linux command line just follow the instructions step by step. The easiest way is to simply paste the commands into the terminal with Ctrl+Shift+V. Most of them will only give feedback if an error occurs.

The first command uses wget to download Firefox 3.6.17 from an official mirror. You can edit the lang variable at the end, in this case en-US, if you'd like another language. All available languages are listed here, just hover over the download link to get the language code from the status bar.

If wget returns 404, increase the minor version number in the download link until it hits the current file. Mozilla recently decided to remove older versions from the download server, and I won't keep updating this article any more.

wget -O ff.tar.bz2 "http://download.mozilla.org/?product=firefox-3.6.17&os=linux&lang=en-US"

The next step extracts the just downloaded file and modifies a link to point to it. In some cases a connection refused error message may be triggered by sudo, which is not an error but a bug in sudo and can be safely ignored.

sudo tar -jxf ff.tar.bz2 --directory /opt (I HAD TO CHANGE THIS LINE TO THE FILE NAME OF THE FIREFOX FILE I HAD DOWNLOADED WHEN I TRIED UPDATING USING THE FIREFOX UPDATE)

sudo chown user -R /opt/firefox sudo ln -fs /opt/firefox/firefox /usr/bin/firefox

The next step links all plug-ins (not to be confused with extensions) to it.

sudo ln -s /usr/lib/mozilla/plugins/* /opt/firefox/plugins

Launch the profile manager using the command below. Create a new profile, name it anything you like and select it. If you want to keep your bookmarks export them via the bookmark manager first. You can then delete the old default profile.

firefox -profilemanager -no-remote

As a bonus you can also change the icon to the official Firefox icon.

sudo sed '/Icon/ s/acs_//' -i /usr/share/applications/linpus-web.desktop

Finally reboot the AA1 to make the desktop aware of the new icon and browser location.

Hope this helps!

more options

Or follow the similar instructions here:

http://linuxforums.org.uk/netbooks/install-firefox-4-on-an-acer-aspire-one-running-linpus-lite-linux/

to install Firefox 4.0.1 instead of 3.6.17

more options

New instructions for installing Firefox 5 on an Acer Aspire One running Linpus Lite Linux, can be found here:

http://linuxforums.org.uk/netbooks/install-firefox-5-on-an-acer-aspire-one-running-linpus-lite-linux/

글쓴이 PCNetSpec 수정일시

more options

New instructions for installing Firefox 6 on an Acer Aspire One running Linpus Lite Linux, can be found here:

http://linuxforums.org.uk/netbooks/install-firefox-6-on-an-acer-aspire-one-running-linpus-lite-linux/

more options

New instructions for installing Firefox 7 on an Acer Aspire One running Linpus Lite Linux can be found here:

http://linuxforums.org.uk/index.php?topic=9707.0