|
|
Why doesn't Safari show me favicons any more?Dave, prior to my finding your great article on Can I selectively Remove Safari Favicon Icons? I took the brute force strategy of deleting all the cached icons in the Safari library folder so that the browser would see my new favicon. But now instead of showing the favicon.ico graphic, crazy Safari doesn't show me any favorite icons at all. What could be wrong?
Ah yes, when in doubt, use the brute force method. Sounds a lot like my typical problem solving strategy, actually. :-) I'm guessing that you followed some online directions that said something like "To remove the icon cache, type rm -rf ~/Library/Safari/icons in the Terminal window." If you did this, then not only did you remove all the icon cache files as you desire, but you also removed the "icons" folder itself! To fix this problem, quit Safari then recreate the folder: $ mkdir ~/Library/Safari/icons $ then make sure it has the right permissions: $ chmod 700 ~/Library/Safari/icons0 $ then restart Safari and see what happens. I'm betting that'll fix it for you!
Related Mac OS X Help articles:
✔ Audacity can't find LAME library, I can't save Mp3?
Hey Dave. I read your article Audacity can't save mp3 audio files and am still puzzled because I downloaded the LAME Mp3 converter...
✔ How to remove Dashboard as a "space" in Mac OS X Spaces?I'm a big fan of the Spaces utility in Mac OS X that lets me have multiple virtual screens [see Set Up Mac...
✔ Best place to buy a cheap MacBook laptop?Hi Dave. I am looking for two gently used MacBook laptops for my teen daughters. Personal computers would greatly facilitate their studies as...
✔ File too big error copying to USB flash drive on my Mac?I'm baffled. I have a 16GB Kingston USB flash drive that I use on my Mac system and I'm trying to copy a...
✔ Stealth image capture photo from webcam on my Mac?Someone sneaks into my cubicle while I'm at lunch and takes candy out of my desk. Petty, but stupid too. I want to...
Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help
right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
Categorized:
Mac OS X Help
(Article 3824,
Written by Dave Taylor)
Tagged: Previous: What are the essential HTML tags I need for blogging? Next: What is BBCode and how do I use it? Reader Comments To Date: 4Amy said, on October 9, 2008 10:55 AM:
I don't know what you mean by this. could you explain chmod 700 ? Thanks! then make sure it has the right permissions: $ chmod 700 ~/Library/Safari/icons0 Dave Taylor said, on October 9, 2008 9:26 PM:
Amy, file permissions, in Unix-land, are referred to as the "mode" of the file (for some obscure reason that everyone's now forgotten :-) To change the permissions of the file, that is, to change what you can do with it from the command line, you need to change its mode: "chmod". (pronounce it "ch-mode" and you'll understand). zach forshee said, on December 13, 2012 11:57 PM:
What do you know about the - kshee -project?????
I do have a comment, now that you mention it!Check This Out Too... |
Recent Entries
Look for Answers
Recommended
All Our Categories
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and Blogging Building Web Site Traffic Business and Management Computer and Internet Basics d) None of the Above Facebook Help Google Gmail Help Google Plus Help HTML, JavaScript and Web Site Programming Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Kindle Fire Help Mac OS X Help Pay Per Click (PPC) Advertising Pinterest Help Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help Find Me on Google+ ADT on G+ |
Dave,
I found your site by the almighty Google...I have a fzvicon question. Does an OS9 server have some issue with delivering favicon.ico to browsers? I have used the two lines of code that I know to link to a favicon.ico I still does not show. I admin about 7 other sites that run on everything from windows servers to free bsd servers and all show the fav icons. On the site I do for work, it does not display on any of the 6 browsers I have tried on Mac & Win. Do you have an answer to the question that haas haunted me for three months?
Thanks man,
Jonathan