為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Favicon problem with FF8

more options

I have updated my Firefox and I have a problem with the new FF8. So, there is a only a square on the tab of a site instead of picture icon next to the name of the site. What's the problem?

Thanks!

(and apologize my english)

I have updated my Firefox and I have a problem with the new FF8. So, there is a only a square on the tab of a site instead of picture icon next to the name of the site. What's the problem? Thanks! (and apologize my english)

被選擇的解決方法

Ok. I fixed it. I had to disable the Favicon Picker extension because it was interfering with it. It works fine now.

從原來的回覆中察看解決方案 👍 1

所有回覆 (6)

more options

That can happen if the site doesn't have a favicon.
In older versions you used to get a folder icon in such a case, but now you see an square.

See:

Add code to userChrome.css in the chrome folder below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#page-proxy-favicon:not(src),
.tab-icon-image:not(src) {
 list-style-image: url("chrome://global/skin/icons/folder-item.png")!important;
 -moz-image-region: rect(0px, 16px, 16px, 0px)!important;
}
more options

But these sites had icon in FF7. For example, Facebook. It had a favicon, but in FF8 there is only a square.

more options

Try the CheckPlaces extension.


A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.

more options

It doesn't matter. Favicons won't show in the address bar or on the tab weather the site has a favicon or not. I ran CheckPlaces and it's still doing it. Maybe I'll try deleting places.sqlite to see if that works.

Interestingly, they still show in the bookmarks menu and history.

more options

I just tried deleting it. Same problem.

more options

選擇的解決方法

Ok. I fixed it. I had to disable the Favicon Picker extension because it was interfering with it. It works fine now.