Consider pyexiv2 as an option instead of depend on it

Bug #989466 reported by razer
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Nautilus Image Manipulator
Fix Released
Undecided
Emilien Klein

Bug Description

Pyexiv2 is not directly accessible in some distributions (like gentoo obviously), and NIM can work without
Can be done easily in the code. For instance, diff from ImageManipulations.py :

23d22
< import pyexiv2
37c36,40
<
---
> self.exifuse = 1
> try:
> import pyexiv2
> except:
> self.exifuse = 0
158c161
< if not (skip or retry or cancel):
---
> if (self.exifuse) and not (skip or retry or cancel):

Revision history for this message
Emilien Klein (emilien-klein) wrote :

Good suggestion. I'll incorporate it in the main branch.

Changed in nautilus-image-manipulator:
assignee: nobody → Emilien Klein (emilien-klein)
status: New → Confirmed
Revision history for this message
Emilien Klein (emilien-klein) wrote :

r189

Changed in nautilus-image-manipulator:
status: Confirmed → Fix Committed
Revision history for this message
Emilien Klein (emilien-klein) wrote :

v1.2

Changed in nautilus-image-manipulator:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.