Summary: | picsaweb GUI no picasa album list | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Philippe ROUBACH <philippe.roubach> |
Component: | Plugin-WebService-Google | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | elmargol, lure |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.3.0 | |
Sentry Crash Report: |
Description
Philippe ROUBACH
2009-03-18 14:46:53 UTC
Same problem here Mandriva 2008.1 digikam 9.5 same pb SVN commit 942470 by lure: Fix missing album names - seems that Picasa API return has changed and does not provide type=text anynmore - assume <title> is text always. BUGS: 187512 M +1 -0 NEWS M +1 -4 picasawebexport/picasawebtalker.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=942470 (In reply to comment #3) do you plan to backport it to kipi-plugins 0.1.6 for digikam 9.5 ? I do not plan to backport, but it is easy fix so it can be done by somebody that still has KDE3 or by distributions. is it possible to take the picasaweb plugin folder in svn of kipi-plugins 0.2.0 to replace picasawebexport folder in kipi-plugins-0.1.7 in .../libs/kipi-plugins/ then to compile and install ? my config : Mandriva 2008.1, kde 3.5.9 thanks That will not work, as 0.2.0 is KDE4/Qt4 based. The fix is really simple: it just removes two lines: http://websvn.kde.org/trunk/extragear/graphics/kipi-plugins/picasawebexport/picasawebtalker.cpp?r1=942470&r2=942469&pathrev=942470 Just search for appropriate text in picasawebtalker.cpp and remove two lines (the important line is the "if" line). ok but i have a pb when compiling ********************************************** ... -- Disabled kipi plugins: - Viewer (imageviewer) - dependencies: opengl - iPod Export (ipodexport) - dependencies: libgpod gdk - Slideshow (slideshow) - dependencies: opengl ... ****************************************************** where to find opengl devel libgpod gdk devel ? thanks On debian/ubuntu, you need to install the following packages: - libgpod-dev - libqt4-opengl-dev You would need to find equivalent packages on Mandriva. |