个人工具

“UbuntuHelp:UbuntuLTSP/Firefox2Revert”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/UbuntuLTSP/Firefox2Revert}} {{Languages|UbuntuHelp:UbuntuLTSP/Firefox2Revert}} It has been the experience of some LTSP administrators that Firefox...)
 
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/UbuntuLTSP/Firefox2Revert}}
 
{{From|https://help.ubuntu.com/community/UbuntuLTSP/Firefox2Revert}}
 
{{Languages|UbuntuHelp:UbuntuLTSP/Firefox2Revert}}
 
{{Languages|UbuntuHelp:UbuntuLTSP/Firefox2Revert}}
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.
+
{|border="1" cellspacing="0"
 +
|This page is specific to Ubuntu versions 8.04
 +
|}
 +
''If you find this information applicable to additional versions/releases, '''''please''''' edit this page and modify this header to reflect that. Please also include any necessary modifications for this information to apply to the additional versions.''
 +
----
 +
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. Please refer to [https://bugs.launchpad.net/ubuntu/hardy/+source/nspr/+bug/269188 Launchpad Bug 269188] for most current information regarding this issue.
 
* Uninstall Firefox-3
 
* Uninstall Firefox-3
 
<pre><nowiki>
 
<pre><nowiki>

2009年5月18日 (一) 17:59的最新版本

This page is specific to Ubuntu versions 8.04

If you find this information applicable to additional versions/releases, please edit this page and modify this header to reflect that. Please also include any necessary modifications for this information to apply to the additional versions.


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. Please refer to Launchpad Bug 269188 for most current information regarding this issue.

  • 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