Comment 35 for bug 112684

Revision history for this message
Paul Crawford (psc-sat) wrote :

I got mine working by using these steps:

mkdir /tmp/f-spot
./configure --prefix=/tmp/f-spot --disable-scrollkeeper
make
make install

I then tried to make the 9.10 version by manually applying the changes and then creating the debdiff file. It seems to work, but not quite as anticipated. In particular, I find that:
(1) There is no 30 second time-out now, as expected.
(2) Closing F-spot deleted the temp file, presumably due to the way it is created using System.IO.Path.GetTempFileName() but I don't know enough to say this is the case. Killing the F-spot process results in the temp file remaining (as expected).
(3) If you attempt to create a 2nd email before completing the first, it has removed the first one's temp file. This was NOT expected!