Molto spesso, quando apro un file in TextEdit, ad esempio test.txt
, verrà creato un altro file test.txt.sb-d7bff531-E4qLT8
nella stessa directory.
Perché lo fa?
Se ricevi errori come questo, probabilmente è lo stesso problema che ho avuto.
The document “temp.txt” could not be opened. You don’t have permission.
To view or change permissions, select the item in the Finder and choose File > Get Info.
C'erano messaggi come questo in system.log, quindi potrebbe essere correlato a Versioni o sandboxing:
9/13/12 10:41:55.118 PM TextEdit[357]: NSFileVersion tried to tried to add a new generation and failed. Versioned file URL: file://localhost/Users/lauri/Notes/temp.txt, contents URL: file://localhost/Users/lauri/Notes/temp.txt.sb-de6477ff-BhVNrq, error: Error Domain=GSLibraryErrorDomain Code=1 "The operation couldn’t be completed. (GSLibraryErrorDomain error 1.)"
9/13/12 10:41:55.118 PM TextEdit[357]: NSDocument failed to preserve the old version of a document. Here's the error:
Error Domain=GSLibraryErrorDomain Code=1 "The operation couldn’t be completed. (GSLibraryErrorDomain error 1.)"
9/13/12 10:41:55.119 PM TextEdit[357]: <Document: 0x7f971d00a510>: An error occurred while attempting to preserve the backup file at file://localhost/Users/lauri/Notes/temp.txt.sb-de6477ff-BhVNrq: Error Domain=GSLibraryErrorDomain Code=1 "The operation couldn’t be completed. (GSLibraryErrorDomain error 1.)"
Ho finito per sostituire TextEdit con TextEditPlus , e dopo non ho ottenuto quegli errori o file temporanei extra. Si basa su una versione di TextEdit fornita con Lion, ma è ancora per lo più identica alla versione attuale.
Leggi altre domande sui tag textedit