Non sono sicuro se questo è lo stesso problema che ho avuto, ma ogni tanto TextEdit (e non qualsiasi altra applicazione) ha iniziato a mostrare una finestra di dialogo come questa quando ho provato ad aprire qualsiasi file:
The document “test.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
:
9/13/12 10:41:42.952 PM sandboxd[21081]: ([357]) TextEdit(357) deny file-read-data /Users/lauri/Desktop/test.txt
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/test.txt, contents URL: file://localhost/Users/lauri/Notes/test.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/test.txt.sb-de6477ff-BhVNrq: Error Domain=GSLibraryErrorDomain Code=1 "The operation couldn’t be completed. (GSLibraryErrorDomain error 1.)"
Sono stato in grado di aprire file normalmente dopo aver chiuso e riaperto TextEdit.
Non ho visto quei dialoghi dopo aver sostituito TextEdit con TextEditPlus , che è fondamentalmente un fork non codificato in sandbox di TextEdit.