[Bug 69577] Re: Don't edit files

2010-09-16 Thread Bug Watch Updater
** Changed in: f-spot
   Importance: Unknown => Medium

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 69577] Re: Don't edit files

2010-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package f-spot - 0.7.1-1

---
f-spot (0.7.1-1) experimental; urgency=low

  [ Iain Lane ]
  * New upstream release 0.7.1 "The Big Switch"
   + Second release of the unstable 0.7 development series. Most notably
 including a switch to Taglib#. Regressions in the amount of RAW
 types supported, will be fixed before releasing 0.8.
   + Switched to a new Taglib#-backed metadata layer. This is a huge change
 which should bring us increased stability (in the long run) and a much
 easier to maintain metadata layer than the one we previously had. Also
 enables some funky new features like XMP sidecars. (Ruben Vermeersch,
 Mike Gemünde) (LP: #279440, #69577, #260706)
   + Add support for XMP sidecars (Ruben Vermeersch)
   + Add "remove from camera after import"-option (Ruben Vermeersch)
   + Start of a massive backend cleanup (Mike Gemünde)
   + Upstreaming of a lot of Debian/Ubuntu patches (Iain Lane)
   + Several dialogs converted from glade to GtkBuilder (Ademir Mendoza,
 Nick Van Eeckhout, Peter Goetz, Trevor Buchanan)
   + Code refactorings and cleanups, increased Hyena adoption (Evan Briones,
 Paul Lange, Paul Wellner Bou)
   + Small usability improvements (Alex Launi, Anton Keks, Iain Churcher,
 Tomas Kovacik)
   + More build retooling (Bertrand Lorentz, Christian Krause, Gabriel Burt)
   + Many bugs fixed and improvements in stability: Over 85 bugs closed
 (http://bit.ly/aKyQOd)
 - Forced lowercase when import is triggered by gnome-volume-manager
   (LP: #249230)
  * ubuntu_nofuse_fix_photo_import.patch: Drop — obsolete with new import
system.
  * Drop libfspot-linkage patch: Applied upstream
  * Drop jpegtran-linkage patch: Obsolete
  * Drop ubuntu_fix_export_crash_FlickrRemote.cs.patch: Fixed upstream
  * Refresh ubuntu_xdg-photo-dir to apply cleanly
  * Drop default_view_size patch: Fixed upstream
  * Standards-Version → 3.9.0, no changes required
  * No longer need to autoreconf
  * Add debian/clean file and remove override from rules
  * Add build-depency on gnome-doc-utils to build user help
 -- Iain LaneTue,  20 Jul 2010 16:53:00 +0100

** Changed in: f-spot (Ubuntu)
   Status: Triaged => Fix Released

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 69577] Re: Don't edit files

2010-07-17 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/f-spot

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 69577] Re: Don't edit files

2010-07-08 Thread Bug Watch Updater
** Changed in: f-spot
   Status: Confirmed => Fix Released

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 69577] Re: Don't edit files

2010-05-24 Thread Bug Watch Updater
** Changed in: f-spot
   Status: New => Confirmed

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 69577] Re: Don't edit files

2010-03-18 Thread Rick Spencer
** Changed in: f-spot (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: f-spot (Ubuntu)
   Status: Fix Released => Triaged

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 69577] Re: Don't edit files

2009-06-27 Thread Tom Harris
>From the "Features" page on the F-Spot website:
"Editing photos in F-Spot is a breeze. Easily rotate, crop, resize, and adjust 
red eye and other color settings with a few simple clicks. Versioning ensures 
your originals are never altered"

It should create a new version of the file like it does for other
changes, and like it promises to do. Or at the least, not change any tag
other than the rotate one as that is the only change the user has
requested.

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 would not read the
images after f-spot had rotated the images. If you remove the 'Software'
EXIF tag that f-spot adds, does the camera still refuse to open the
files? You can remove the tag by installing the exif package and running
this command in a terminal window:

exif --ifd=0 --tag=0x0131 --remove filename.jpg

Replace filename.jpg with the name of the file you want to change. Best
take a backup first.

If you would rather that f-spot never edited files, what would you like
to happen when you want to rotate the file, which does require the
contents of the file to change? A new version to be created?

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 69577] Re: Don't edit files

2009-02-15 Thread Tuomas Räsänen
Version 0.5.0.3 is still trying to modify original files when rotating. I store 
my original photos as read-only. When rotating
photos in f-spot, following message appears: "Unable to rotate photo: The photo 
could not be rotated because it is on a read only file system..." Hopefully the 
behavior will be changed, original files should not be modified by f-spot.

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 69577] Re: Don't edit files

2008-08-11 Thread Pedro Villavicencio
** Changed in: f-spot (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed => Triaged

-- 
Don't edit files
https://bugs.launchpad.net/bugs/69577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs