We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Favicon icons seem scrambled

  • 4 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 nroose

more options

This week, after Firefox updated, I noticed that the icons for sites seem to be randomly scrambled in my bookmarks and on my new tab" screen.

For example, Facebook link on my browser bar shows the icon for Gmail. My Gmail link on the menu bar has no favicon any more and the gmail link on the blank tab page, is actually tie YouTube favicon.

Any way to re-read the sites as I visit them and have it correct itself?

This week, after Firefox updated, I noticed that the icons for sites seem to be randomly scrambled in my bookmarks and on my new tab" screen. For example, Facebook link on my browser bar shows the icon for Gmail. My Gmail link on the menu bar has no favicon any more and the gmail link on the blank tab page, is actually tie YouTube favicon. Any way to re-read the sites as I visit them and have it correct itself?

被采纳的解决方案

Could be a problem with the favicons.sqlite in the profile folder that stores favicons.

If you use Sync then best is to disconnect Sync temporarily during troubleshooting.

You can check for problems with the places.sqlite and favicons.sqlite files in the Firefox profile folder.

  • use "Verify Integrity" button on the "Help -> Troubleshooting Information" (about:support) page

In case errors are reported with "Verify Integrity" close and restart Firefox and retry.

If "Verify Integrity" cannot repair the favicon database then try to remove favicons.sqlite in the profile folder with Firefox closed. You need to visit (click) a bookmark to make Firefox retrieve the favicon. If this didn't help then rename/remove places.sqlite as well. Firefox will rebuild places.sqlite and restore the bookmarks from a recent JSON backup in the bookmarkbackups folder.

  • keep a backup copy of places.sqlite in case a new places.sqlite database has to be created

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

See also:

定位到答案原位置 👍 2

所有回复 (4)

more options

选择的解决方案

Could be a problem with the favicons.sqlite in the profile folder that stores favicons.

If you use Sync then best is to disconnect Sync temporarily during troubleshooting.

You can check for problems with the places.sqlite and favicons.sqlite files in the Firefox profile folder.

  • use "Verify Integrity" button on the "Help -> Troubleshooting Information" (about:support) page

In case errors are reported with "Verify Integrity" close and restart Firefox and retry.

If "Verify Integrity" cannot repair the favicon database then try to remove favicons.sqlite in the profile folder with Firefox closed. You need to visit (click) a bookmark to make Firefox retrieve the favicon. If this didn't help then rename/remove places.sqlite as well. Firefox will rebuild places.sqlite and restore the bookmarks from a recent JSON backup in the bookmarkbackups folder.

  • keep a backup copy of places.sqlite in case a new places.sqlite database has to be created

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

See also:

more options

In order - I tried clicking the "Verify Integrity" button - and no fix. Next - I renamed the favicons.splite file - (I renamed to OLD.favicons.splite ) that seems to have fixed things. As I go back to sites in my menus - it recaptures the current favicon files from the sites and displays correctly, now.

Thank you!

more options

I had a similar problem but less global than RexSmith70's. I had just two wrong favicons, for Google Docs and Google Drive. Verify Integrity didn't do anything, but deleting favicons.sqlite fixed the problem. Thanks, cor-el.

more options

Yeah. I had this problem for a long time. I ran some queries on the sqlite tables, and tried the suggestion in other places to delete specific or all of the favicon rows before finally just removing the file. To me it looked like the ids in the tables before I deleted the file were just too high for them to work. One of them was 47,357,795,150,914. Seems like that is 10x the limit for unsigned 16 bit integer. Another column had numbers like 4,176,269,289, which is very close to that unsigned 16 bit max as well. So perhaps some part of the code that uses them are munging that number and getting the wrong icon. I have no idea how they got that high. This is definitely a bug in Firefox. Please fix it.