Circa una volta al giorno, TextEdit inizia a mostrare finestre di dialogo come questa quando cerco di 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.
Di solito ci sono 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/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.)"
Non riesco ad aprire nessun file finché non esco e riapro TextEdit. Devo anche eliminare manualmente i file di backup (come temp.txt.sb-de6477ff-BhVNrq
).
Ho avuto il problema su due diverse installazioni. Ho provato a eliminare il contenitore sandbox ea riparare le autorizzazioni dalla partizione di ripristino. Qualcuno sa cosa sta succedendo?