[ubuntu-mono] [Bug 112684] Re: F-Spot deletes temporary image files too early when sending mails

Paul Crawford psc at sat.dundee.ac.uk
Tue May 25 16:02:09 UTC 2010


No, it is the same changes, but made on a 9.10 system's files and
recreated as a patch. To build a version to test, you need to do
something like this (assuming you have not got this far already):

mkdir /tmp/f-spot
mkdir ~/f-spot-build
cd  ~/f-spot-build
sudo apt-get build-dep f-spot
apt-get source f-spot
cd f-spot-0.6.1.5
./configure --prefix=/tmp/f-spot --disable-scrollkeeper
make
make install

At this point you should have a working version of the unpatched F-spot
in the temporary installation directory, and you can test it with:

cd /tmp/f-spot/bin
./f-spot

Check it works, and has the usual problem. Then go back and fix it with:

cd  ~/f-spot-build/f-spot-0.6.1.5
patch -p1 < ../test.debdiff
make
make install

(assuming you saved my patch in ~/f-spot-build) Then test the patched
version again with this:

cd /tmp/f-spot/bin
./f-spot

If it is all happy and you like it, then re-name the
/usr/lib/f-spot/f-spot.exe file and copy your built version to that
directory, then change it to be root owned, something like:

cd  /usr/lib/f-spot
sudo mv f-spot.exe f-spot.exe.original
sudo cp /tmp/f-spot/bin/f-spot.exe .
sudo chown root:root f-spot.exe

Hopefully that will work (not tried last steps to install, on work PC
which is 10.04 just now) Note that the /tmp/f-spot test location I used
here will normally be deleted on reboot, so you might want to consider
putting it elsewhere if you are planning on a lot of testing, etc. You
can re-create the directory and re-populate it with 'make install' as
needed though.

-- 
F-Spot deletes temporary image files too early when sending mails
https://bugs.launchpad.net/bugs/112684
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to f-spot in ubuntu.

Status in Personal photo management for the GNOME desktop: Fix Released
Status in “f-spot” package in Ubuntu: Fix Released

Bug description:
Binary package hint: f-spot

How to reproduce (thunderbird configured as primary email client, up to date ubuntu 7.04)
- In F-Spot: File -> send email
- Now, f-spot creates a temporary jpg-file in /tmp and opens thunderbird. But when you switch back to f-spot and change the perspective (e.g. double-click on another image), f-spot deletes the temporary file and sending mail is not possible anymore...

ProblemType: Bug
Architecture: i386
Date: Sat May  5 21:54:20 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 1:2.18.1-0ubuntu3.1
PackageArchitecture: i386
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/maria
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel
Uname: Linux maria-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux






More information about the Ubuntu-mono mailing list