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)
Search Criteria
Package Details: gtkrawgallery 0.9.9-1
Package Actions
| Package Base: | gtkrawgallery |
|---|---|
| Description: | A photo manager and camera raw file processor |
| Upstream URL: | http://gtkrawgallery.sourceforge.net/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | dhor |
| Last Packager: | None |
| Votes: | 13 |
| First Submitted: | 2009-08-09 18:42 |
| Last Updated: | 2014-01-10 15:52 |
Dependencies (6)
Required by (0)
Sources
- gtkrawgallery.desktop
- http://downloads.sourceforge.net/gtkrawgallery/gtkrawgallery-0.9.9.tar.bz2
- locale.patch
Latest Comments
Comment by dhor
Anonymous comment
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
denpencies missing: perl-exiftool dcraw python-numpy
Comment by Sausad
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
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.