Fix for Picasa 3 Linux login problem
( Update : Just realized that this isn't a fix but a workaround . The fix would be for Google to bundle the working Wine binaries. (Then again, they most likely use the stable release, while Fedora uses the current development one. Oh well...)) Picasa 3 for Linux has this niggling* problem: you can't log on to Picasa Web. It appears that a Wine static binary bundled with it does not work well with Fedora . * "Niggling", that is, if you consider not being able to sync your photos with Picasa a minor one. The solution was to overwrite the offending binary with one from the "blessed" Wine package for Fedora. It presupposes that you have Wine already installed, which I don't. So, I went through it in a run-about way: get the binary file and replace the bundled one. Fedora's package manager, yum , doesn't let you just download a package without installing it. Good thing there's this little plugin called yum-downloadonly that let's you do jus...