
05-21-2012, 01:19 AM
|
Puma
|
|
Join Date: May 2012
Location: Catania
Posts: 15
|
|
Quote:
Originally Posted by jeaton2012
Here's my working zz folder for those of you who mistakenly deleted yours. My program that I wrote with applescript will search for, find, and give you the choice of doing "chflags uchg" (disabling) or "chflags nouchg" (enabling) ALL xpchelper cache files, which will fix the problem with copy and paste, crashing applications, etc without creating other various problems associated with deleting the zz folder.
---------------------------------------------------------------------
If you do not want to use this program and chose to use the terminal then do this script to disable the cache:
Code:
sudo find /private/var/folders -name "com.apple.xpchelper*" -exec chflags uchg \{\} \;
... or this one to enable it:
Code:
sudo find /private/var/folders -name "com.apple.xpchelper*" -exec chflags nouchg \{\} \;
|
Thanks , but i rewrite or copy this folder When i've a problem?. Or it solved all problem ??( When i copy a file to desktop, it don't Go , remain whit the bar in loading and don't copy file/folder/etc...)
|