17

I created file LinuxNotes.odt some time ago and yesterday I edited that same file at my work place and I was in Guest account when I edited that file.

Now whenever I open that file any where else Ubuntu slap me with Document in Use error Message.

What's the cause?

enter image description here

Eric Carvalho
  • 54,385
OmiPenguin
  • 2,322

1 Answers1

18

There should be a hidden "lock" file created by LibreOffice and, for some reason, not automatically removed when the document was closed.

Open the folder where the document is located and press Ctrl+H to show the hidden files, then search for a file with a name similar to your document file name, but starting with ".~lock.". Remove that lock file and you're done.

Eric Carvalho
  • 54,385