个人工具

UbuntuHelp:UbuntuLTSP/Firefox2Revert

来自Ubuntu中文

Wikibot讨论 | 贡献2008年12月16日 (二) 20:22的版本 (新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/Firefox2Revert}} {{Languages|UbuntuHelp:UbuntuLTSP/Firefox2Revert}} It has been the experience of some LTSP administrators that Firefox...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

It has been the experience of some LTSP administrators that Firefox 3 does not work well in an LTSP environment. Personally, I have experienced multiple LTSP networks choking when more than 2 users launch Firefox (this is due to some bugs regarding entropy and the /dev/random device being called too much during startup/profile creation). This can cause the dreaded "Firefox is already running" message for users who have not launched Firefox multiple times. We are confident that these issues will be fixed in Firefox soon, but in the meantime it is fairly simple to revert to Firefox 2.x in Ubuntu Hardy.

  • Uninstall Firefox-3
apt-get --purge remove firefox-3.0 firefox-3.0-gnome-support
  • Install Firefox-2 and Gnome support for Firefox 2:
sudo apt-get install firefox-2 firefox-2-gnome-support
  • Make a symbolic link to Firefox 3 .desktop files, as to not break existing panel icons, etc.
sudo ln -s /usr/share/applications/firefox-2.desktop /usr/share/applications/firefox.desktop