https://bugs.documentfoundation.org/show_bug.cgi?id=147022
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #1 from Mike Kaganski <[email protected]> --- LibreOffice uses thumbnails stored in its profile (registrymodifications.xcu), created for documents without passwords. LibreOffice has no way to know if they are on some encrypted/otherwise secured medium (that's transparent to the application). It doesn't know if the file is only temporarily unavailable, and it even shouldn't try to test its availability (for some filesystems, trying to check if file is accessible may result in delays, and would hang LibreOffice for long time). So for LibreOffice, you opened some normal document, it generated its preview normally, and shows it to you the next time. All in all, if you want to avoid thumbnails, either use password on those files, or disable RecentDocsThumbnail in Options | LibreOffice | Advanced | Expert Configuration. Regarding temporary files, LibreOffice used temporary directory, and backup directory, configured in Options | LibreOffice | Paths. -- You are receiving this mail because: You are the assignee for the bug.
