-
Website
http://www.shasam.net/ -
Original page
http://www.shasam.net/archives/35/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
ricemeister
1 comment · 1 points
-
Andy
1 comment · 1 points
-
sniegas
1 comment · 1 points
-
Werner Pfisterer
1 comment · 1 points
-
Shane Lord
69 comments · 1 points
-
-
Popular Threads
This is ".icns" file: http://www.360fun.net/hd/Finder%20Refresh%20new...
Tnx for this little but useful program! ;)
Thanks,
Shane.
Question... any tips for refreshing the desktop when it doesn't see new items?
The Desktop is a Finder entity too - just open a Finder window, select Desktop from the left hand menu then hit the Refresh button.
That *should* work :???:
Regards,
Shane.
Thank you.
I've replied via email re: changeable themes. Glad you like it :grin:
Regards,
Shane.
Regards,
Shane.
Google Translator tells me that means something along the lines of "Continuing not possible" (actually Google says "Do not continue possible").
I can only assume for some reason the Applescript is having an issue on your machine. Try using Disk Utility to repair permissions on your drive and see if that does anything. Other than that - what version of Mac OSX are you running?
Thanks,
Shane.
Great work on this simple fix!
The only problem is, it does not help in updating a smb logged drive (which is an external drive attached to a Windows XP machine). It seems I can make Finder update that only when I do a forced reload (or whatever that is in English as I use Finnish mac os x 4.9) of Finder in the Apple menu.
It seems to work as advertised for all of my local folders (Desktop, etc.). However, when I try to use it on a WebDAV folder (https://server/path/), I get an error window reading "Can't continue ." with an "Edit" and "OK" button.
When I select the "Edit" button, a dialog with the heading "Open Dictionary" contains the following informational message:
Unable to read the dictionary of the application or extension because it is not scriptable
Any suggestions?
Michael,
Glad it's working for you (in most cases). As for WebDAV folders I can't help there (as I don't use them) - this script was designed primarily to update internal volumes & local network drives. If any Applescript experts out there can let me know the code to add to support WebDAV I'll gladly update the utility to support it.
Regards,
Shane.
If you've deleted it and need to remove it from the Finder window, just Apple-Left-Click and drag the question mark away from the Finder window and let go. It should then be gone.
Regards,
Shane.
http://www.soderhavet.com/refresh/
It seems to be able to refresh all types of drives, not just internal and local network drives.
Actually it is also a script. I only found that utility in the last month by accident. Whilst I released mine over a month earlier, we both came up with a similar fix for the same problem.
Even though the look and feel is very similar, the implementation is almost identical and the timing of his release after mine is interesting, again in his own words to me after I contacted him about it; "If you want to claim some kind of intellectual rights to this little utility then by all means do so, that'd just be good fun. I won't give you any credit, though, since there is none to be given."
He has recently updated the script he uses from what I use above to this:
tell application "Finder"
repeat with i from 1 to count of Finder windows
update every item with necessity
end repeat
end tell
The main difference is this script updates every window you have open, not just the front window. Other than that it does the same thing.
Regards,
Shane.
Regards,
Shane.
As all downloaded items from the browser will be put in the Deskop. My Mac OSX worked perfectly without your tool. But then, for some reasons that I did not know all new items are not displayed on my Desktop anymore, but I can see these items (files) by using the Terminal. Then I searched around internet and I found your tool. Thought this will help me out of the troubles but it seems your tool doesn't work with my problem. When I click on the "Refresh Finder" button, I can see that some items (files or folders) on my Desktop has a blink in moment, it seems that your tool does the refrsh. But the new items still hidden from the Finder (or Desktop).
I would appreciate if you can have an answer why your tool doesn't work with my Desktop.
Thanks.
An
Thanks
An
Sorry to hear you are having this problem.
If my tool isn't working for you, try resetting your Finder Preferences. The quickest way to test if this works is to move the file "com.apple.Finder.plist" to your Desktop (or another folder) to back it up. It can be found in "Users/YourAccount/Library/Preferences/" (replacing YourAccount with your account folder name).
Restart your Mac and see if this fixes it. If it does great. If not you can safely put the file back if you want (or not - the system will automatically create a new one anyway).
Regards,
Shane.
Thanks for your brilliant answer. It works perfectly after I doing exactly what you suggested. :)
Thank you very much.
An
I'm happy it worked for you, and I'm glad I could help.
Regards,
Shane.
Lionel
A friend of mine sent me a link to this page because he and I also have problems with Finder's refreshing capabilities. I must say that your script is simple and effective, but I was especially amazed by your way of implementing it. I didn't even know you could drag your own applications in the toolbar. But now that I know I have a couple of other things that I might try. So thanks for that :)
I have made a version of your script that also updates the items in all the subfolders of the opened folder. It automatically does this if the folder is in list view mode. You can set the property for how many levels of subfolders you want to update. If you're interested in my version of the script, send me an e-mail.
Your app sounded like the perfect solution to a very annoying problem I am having with Finder updating restored files. However, when I try to open it I get a message saying it couldn't "get every item of window 1 of application Finder". It then gives me a choice of "EDIT" or "OK". Choosing EDIT doesn't seem to do anything. If I choose "OK", the message window closes. If I then go on and drag the app to my app folder and place the refresh icon in the Finder tool bar, it doesn't seem to do anything when 'clicked' on. If I do a 'manual' re-launch of Finder, things go fine.Any suggestions? Am I installing it correctly? Appreciate any help.
Sincerely,
Steven Dore
I had the problem with tiger, but I still had it with leopard ! (the shares appears randomly anyway, sometimes after 30 secs, sometimes 1 min, or more... maybe I'm a bit impatient sometimes but that hack just solves my problem :) )
cheers
Solution is to put the script in try ... end try block.
Basically it should look like this:
try
tell application "Finder"
tell front window
update every item with necessity
end tell
end tell
end try
Thanks so much for finding this - it has been bugging me and as I am no expert in programming or Applescript I hadn't found a solution. I have applied the change and the version number is now 1.2
Regards,
Shane.
I cannot upgrade OSX because I have a legacy system 9 application that is critical to my work.
This is awesome. I use Leopard, but it still has occasional refresh issues, so this is great even for infrequent use.
Have you considered posting this to macosxhints.com?
If you don't have time, I'd be glad to post it for you... it's very elegant :-)
Thank you!
You saved me one headache today... as I was wondering why I did not see anything on Samba drive, when I was sure, there are some files.
I have always been annoyed at Apple for not having any refresh option in Finder
(or many options at all really... lol).
I LOVE IT!
A couple of other useful add-ons I found are here if anyone's interested :
http://www.nschneble.com/my_life_and_travels/ap...
http://www.nschneble.com/my_life_and_travels/ap...
which are "Move To" and "Copy To" Finder "booster apps" and indispensable, like your program.
Thanks again!
I can click the refresh button till I'm blue in the face and it won't update the list. And yet I can manually go to shell and see the file I'm looking for.
I seem to be spending more and more time in a shell nowadays just to get around a br0ken GUI. Reminds me of the early Linux days where the only way to fix something was to drop to shell.
Thanks,
Shane.
Same thing with the "compress" function screwing up and giving "compression failed due to an unknown error" forever more until I reboot the machine.