mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-16 07:55:41 +00:00
327f7ed90d
LyX uses QTemporaryFile to create a unique temporary directory. This temporary directory will consist of two random characters and the process identifier (PID). Currently, the two random characters are often the same because Qt's random generator was not seeded. If there are a lot of lyx temporary directories accumulated, the chance of failing to find a unique temporary directory is (N/100)%. The temporary directories can be left behind if either LyX crashes, or when a file in the temporary directory is opened in another viewer when LyX closes. This can be a pdf that is viewed in a reader that disallows the file to be removed while viewing it. |
||
---|---|---|
.. | ||
qt4 | ||
tests | ||
.gitignore | ||
alert.h | ||
Application.h | ||
Clipboard.h | ||
CMakeLists.txt | ||
Delegates.h | ||
FontLoader.h | ||
FontMetrics.h | ||
KeyModifier.h | ||
KeySymbol.h | ||
Makefile.am | ||
mouse_state.h | ||
Painter.h | ||
Selection.h | ||
WorkArea.h | ||
WorkAreaManager.cpp | ||
WorkAreaManager.h |