Package Details: gtkrawgallery 0.9.9-1

Package Base: gtkrawgallery
Description: A photo manager and camera raw file processor
Upstream URL: http://gtkrawgallery.sourceforge.net/
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: dhor
Last Packager: None
Votes: 13
First Submitted: 2009-08-09 18:42
Last Updated: 2014-01-10 15:52

Latest Comments

Comment by dhor

2014-01-10 16:57

Version 0.9.9:

- missing dependencies added,
- some ugly - but working - 'tweaks' in Python code (finding libs in system),
- .desktop file added,
- more fixes soon (Picassa Export doesn't work)

Anonymous comment

2012-09-02 05:24

also dependencies missing: tk
this version does not work for me, until I comment out line 125 in file /usr/lib/python2.7/site-packages/gtkrawgallery.py. My locale is en_US.UTF-8
Traceback (most recent call last):
File "/usr/bin/gtkrawgallery", line 11, in <module>
import gtkrawgallery
File "/usr/lib/python2.7/site-packages/gtkrawgallery.py", line 125, in <module>
locale.setlocale(locale.LC_ALL, 'en_US') #since there is not other translation
File "/usr/lib/python2.7/locale.py", line 539, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting

Comment by aitjcize

2011-03-13 09:19

denpencies missing: perl-exiftool dcraw python-numpy

Comment by Sausad

2010-10-13 18:45

I personally (Arch 64) need
sudo ln -s /usr/bin/perlbin/vendor/exiftool /usr/local/bin/exiftool
to have it working

Comment by Ville.Kovacs

2010-07-15 18:41

Traceback (most recent call last):
File "/usr/share/gtkrawgallery/gtkrg_loader.py", line 28, in load_magickwand
from pythonmagickwand.api import version
File "/usr/share/gtkrawgallery/pythonmagickwand/api.py", line 866, in <module>
DestroyCoderList = _lib.DestroyCoderList
File "/usr/lib/python2.6/ctypes/__init__.py", line 366, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python2.6/ctypes/__init__.py", line 371, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib/libMagickWand.so.3: undefined symbol: DestroyCoderList

Arch 64 bit here.