[Bug 354264] Re: Imports all photos to the root of the home directory

2009-05-23 Thread Graham Bleach
Confirmed that Michael Hudson's package for jaunty works for me. -- Imports all photos to the root of the home directory https://bugs.launchpad.net/bugs/354264 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing li

[Bug 282102] Re: F-spot displays a crossed box in slideshow

2009-06-26 Thread Graham Bleach
This one would be quite difficult to fix; the problem is that it is unsafe to rename photo files that f-spot knows about. If f-spot scanned the entire photo directory structure to look for renamed photos every time it started, it would make life unpleasant for people like me who have 7,000 phot

[Bug 272822] Re: Runs out of memory Importing photo with suspect EXIF data

2009-06-26 Thread Graham Bleach
The upstream bug hasn't moved on much, but I've just tried to reproduce this in Jaunty using my test image and been unable to. Would recommend that anyone else experiencing the problem to try it in Jaunty. -- Runs out of memory Importing photo with suspect EXIF data https://bugs.launchpad.net/

[Bug 69577] Re: Don't edit files

2009-06-26 Thread Graham Bleach
There are two ways to rotate a JPEG: you can either re-encode the entire image, or you can set an EXIF tag that says "when you display this image, rotate it by 90 degrees.". f-spot does the latter, which I think is probably the less intrusive way. The original problem reported was that a camera wo

[Bug 354264] Re: Imports all photos to the root of the home directory

2009-05-10 Thread Graham Bleach
The problem was caused by ubuntu_importer-targetdir-selector.dpatch: +if (File.Exists(FSpot.Global.PhotoDirectory)) According to Microsoft's C# documentation, File.Exists will always return false when passed a directory path. It should be calling Directory.Exists. Having

[Bug 272822] [NEW] Runs out of memory Importing photo with suspect EXIF data

2008-09-21 Thread Graham Bleach
Public bug reported: I have two images which, when imported into f-spot, will cause it to run out of memory (at 1.1 GiB resident set size). metacam cannot read the EXIF data and I suspect it may have been corrupted: $ metacam IMG_4147.JPG File: IMG_4147.JPG WARNING: Unknown field type 0 Standa

[Bug 272822] Re: Runs out of memory Importing photo with suspect EXIF data

2008-09-21 Thread Graham Bleach
** Attachment added: "IMG_4147.JPG" http://launchpadlibrarian.net/17795593/IMG_4147.JPG -- Runs out of memory Importing photo with suspect EXIF data https://bugs.launchpad.net/bugs/272822 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed t

[Bug 272822] Re: Runs out of memory Importing photo with suspect EXIF data

2008-09-21 Thread Graham Bleach
I apologise for not having stated that I am using Hardy and the f-spot version: ||/ Name Version Description +++--== ii f-spot 0.4.3.1-0ubuntu1 personal photo management

[Bug 272822] Re: Runs out of memory Importing photo with suspect EXIF data

2008-09-22 Thread Graham Bleach
Both eog and gthumb load the problem image without any warning or error messages. I copied the image to /tmp/foo and then imported it into f-spot, while running it in debug mode as you suggested. Again I got the out of memory error. The debug output is attached. Cheers, Graham ** Attachment add