Opened 22 years ago

Closed 21 years ago

Last modified 15 years ago

#602 closed defect (fixed)

dependancy bug in graphics conversion - modified image-files aren't updated/recopied to the temporary directory

Reported by: chr Owned by: dekel
Priority: high Milestone:
Component: converters Version: 1.2.1
Severity: normal Keywords: VERIFIED
Cc: leeming@…, mbrennan@…

Description

I've found this behaviour on RedHat 7.3 with Lyx 1.2 and 1.2.1

When inserting XFig or TGIF-images, there is a bug in the sense that the
image-file is only copied to the /tmp/lyx_tempdir../lyx_tempbuf-directory
once, and not copied again if the image-file is modified.

To produce this behaviour:

1) Insert an .fig (XFig) or .obj (TGIF) image in a Lyx-document
2) Display the Lyx-document with for instance Ctrl-d
3) Modify the .fig or .obj-file
4) Redisplay the Lyx-document

I've found two temporary ways to get around this. If you're lazy,
just restart Lyx. Otherwise, execute something like this on your prompt
(I'm assuming tcsh):

find /tmp/lyx* -name "*.fig" -exec rm {} \;

which fill find and delete all .fig-files in Lyx's temporary
directories.

Change History (9)

comment:1 by levon, 22 years ago

Cc: a.leeming@… added

This is the normal dependency (FileMonitor) problem Angus ?

comment:2 by levon, 21 years ago

fixedintrunk ? what about #636? Help angus !!

comment:3 by levon, 21 years ago

Keywords: fixedintrunk added

yes, fixedintrunk, I've just confirmed.

comment:4 by levon, 21 years ago

Cc: mbrennan@… added

comment:5 by levon, 21 years ago

* #636 has been marked as a duplicate of this bug. *

comment:6 by levon, 21 years ago

Resolution: fixed
Status: newclosed

There will probably be no 1.2.3. Therefore, fixedintrunk -> FIXED

comment:7 by michael.gerz@…, 21 years ago

Keywords: VERIFIED added

comment:8 by ps@…, 15 years ago

Keywords: fixedintrunk removed

comment:9 by Richard Heck, 10 years ago

Component: convertorsconverters
Note: See TracTickets for help on using tickets.