https://bugs.freedesktop.org/show_bug.cgi?id=59460

          Priority: medium
            Bug ID: 59460
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: Can't use "save as" or export to pdf anymore ->
                    insufficent rights
          Severity: major
    Classification: Unclassified
                OS: Linux (All)
          Reporter: www.libreoffice....@sjau.ch
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 3.6.2.2 release
         Component: Libreoffice
           Product: LibreOffice

Hi there

A few days ago I wasn't able to use save as anymore and when trying to do so,
LO just crashed that I have insufficient rights to do so.

In the #libreoffice channel on freenode I was told it could be because of .lock
files. So I wrote this little script:

#!/bin/bash

# Display
find /home/hyper -type f -iname '.~lock.*' -exec ls {} \;

# Delete
find /home/hyper -type f -iname '.~lock.*' -exec rm {} \;

Run it, it found lots of lock files and after removing them, LO was working
just fine again.

Now today suddenly the same thing happens but removing the lock files doesn't
help.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to