【发布时间】:2016-01-15 06:24:32
【问题描述】:
在 CentOS 6.7 中通过终端打开 Firefox 时,我注意到以下错误:
console.error:
[CustomizableUI]
Custom widget with id loop-button does not return a valid node
console.error:
[CustomizableUI]
Custom widget with id loop-button does not return a valid node
console.error: hma_ext:
Message: [Exception... "An engine with that name already exists!" nsresult: "0x80520008 (NS_ERROR_FILE_ALREADY_EXISTS)" location: "JS frame :: resource://gre/components/nsSearchService.js :: FAIL :: line 278" data: no]
console.error: hma_ext:
Message: [Exception... "An engine with that name already exists!" nsresult: "0x80520008 (NS_ERROR_FILE_ALREADY_EXISTS)" location: "JS frame :: resource://gre/components/nsSearchService.js :: FAIL :: line 278" data: no]
console.error: self-destructing-cookies:
localstorage:
Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsIIOService.newURI]
我下载了 Firefox 4...,它安装了很多库文件、其他文件和几个可执行文件。新的 Firefox 下载在该位置工作,该位置位于 /home/../Downloads/ 文件夹中。当我将它移到 /usr/bin/ 目录时,它取代了旧的 Firefox,但没有启动。然后我决定用我当前的 /lib64/ 和 /usr/share/lib64/ 文件移动/替换这些随 Firefox 安装的库文件。
现在,我无法登录任何用户个人资料。我使用 Live CD 成功备份了我的文件。现在,我想知道我是否可以简单地刷新 /lib64/ 和 /usr/share/lib64/ 目录并下载 CentOS 6.7 的默认库文件夹,或者因为我有我的数据,所以简单地重新安装 CentOS 6.7 更实用。你的想法?
【问题讨论】:
-
你用 yum 安装了 Firefox 吗?
-
我通过终端运行 Firefox 并看到那里显示的错误。