I love using picasa from Google, as I miss the multiple select tool in Digicam. Altough facebook upload is still missing (I think at least), I wanted to reinstall picasa. Unfortunately, google discontinued the linux version, so I installed the latest version with wine.
1. Download picasa 3.9 (or latest version) for windows and open it with wine:
wine picasa39-setup.exe
2. This actually already works quite good, except for the google login features, which is quite essential if you want to share your pictures. To fix that, you need winetricks to install ie6. On OpenSuse, this is already included in Wine. If you have an older wine version, you might want to look for it separately.
3. Download
msie60.exe, place it in /root/.cache/winetricks/ie6
4. If you have a 64 bit system, you need this extra tweeking step:
env WINEARCH=win32 WINEPREFIX=~/.google/picasa/3.0/ winetricks ie6
Otherwise, on 32 bit systems, just use
winetricks ie6