Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

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)

Seçilen çözüm

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

Bu yanıtı konu içinde okuyun 👍 1

Tüm Yanıtlar (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

Seçilen çözüm

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