Version: kipi-plugins 0.2.0 (using KDE 4.2.1) OS: Linux Installed from: Mandriva RPMs Mandriva 2009.1rc1 Digikam 0.10.0 kipi-plugins 0.2.0 i connect to my picasaweb no error message my id is displayed in the gui then i conclude i am connected, my picasaweb session is opened but the album list contains 16 times "not fetched" instead of the albums names i am very disappointed because in rc digikam this was working well !
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.