Bug 187512 - picsaweb GUI no picasa album list
Summary: picsaweb GUI no picasa album list
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Google (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 14:46 UTC by Philippe ROUBACH
Modified: 2018-03-23 11:34 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe ROUBACH 2009-03-18 14:46:53 UTC
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 !
Comment 1 elmargol 2009-03-18 20:02:15 UTC
Same problem here
Comment 2 Philippe ROUBACH 2009-03-19 22:33:03 UTC
Mandriva 2008.1

digikam 9.5

same pb
Comment 3 Luka Renko 2009-03-21 21:11:53 UTC
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
Comment 4 Philippe ROUBACH 2009-03-22 13:39:23 UTC
(In reply to comment #3)

do you plan to backport it to kipi-plugins 0.1.6 for digikam 9.5 ?
Comment 5 Luka Renko 2009-03-22 14:06:44 UTC
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.
Comment 6 Philippe ROUBACH 2009-03-22 14:25:29 UTC
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
Comment 7 Luka Renko 2009-03-22 16:12:34 UTC
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).
Comment 8 Philippe ROUBACH 2009-03-22 19:03:29 UTC
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
Comment 9 Luka Renko 2009-03-22 20:01:01 UTC
On debian/ubuntu, you need to install the following packages:
- libgpod-dev
- libqt4-opengl-dev

You would need to find equivalent packages on Mandriva.