On Thu, Dec 06, 2007 at 04:54:03PM -0000, [EMAIL PROTECTED] wrote: > Author: forenr > Date: Thu Dec 6 17:54:02 2007 > New Revision: 21991 > > URL: http://www.lyx.org/trac/changeset/21991 > Log: > Let's actually warn when a directory could not be removed. > > Modified: > lyx-devel/trunk/src/support/FileName.cpp
The problem that the tempdir cannot be removed on *nix still remains. This is due to the fact that the tempdir is removed before the destruction of ServerSocket, such that lyxsocket is still there and the directory is thus not empty. -- Enrico