Juergen Vigna <[EMAIL PROTECTED]> writes:
| On 22-Sep-99 Jan Ulrich Hasecke wrote:
| > Hello Lyxers,
| >
| > i have a script which deletes from time to time things in /tmp
| >
| > When lyx is running and the script deletes temporary lyx-files in
| > /tmp, you can not quit lyx. Lyx complains:
| >
| > Error! Couldn't delete temporary directory
| >
| > It is certainly a feature. But is it necessary? ;-)
| >
|
| You should maybe revise your script and look at the timestamp of
| things you delete :)
Yup. This kind of script will certainly kill/break/render a running LyX
unusable.
What about using find to only delete files that has not been
modified/accessed for say 2 days? (or whatever)
Lgb