Currently if you want to mail photos from Picasa 3 in Thunderbird 3 fails due to this bug .
Workaround for this problem
Open terminal and run the following commands
$ cd /usr/bin
$gksudo gedit picasa-hook-email.sh
Copy and paste the script below into the editor, and edit (if neccessary) the “PATH_TO_TBIRD=” line to the command that normally launches Thunderbird. (If you have a desktop launcher for Thunderbird then open it with kwrite and look at the “exec=” line.)
#!/bin/sh
# picasa-hook-email.sh
# Edit the next line
PATH_TO_TBIRD=thunderbird
emailstr=$(echo “$1″|sed ‘s/mailto:?/to=,/’|\
sed ‘s/&cc=/,cc=/’|sed ‘s/&bcc=/,bcc=/’|sed “s/&body=/,body=\’/”|\
sed “s/&attach=/\’,attachment=\’file:\/\//”|sed ‘s/&attach=/,file:\/\//g’)”‘”
$PATH_TO_TBIRD -compose “$emailstr”
#End of picasa-hook-email.sh
Save and exit the file
Or You can download this script from here
Now you need to change the permissions to the script
$chmod 755 /usr/bin/picasa-hook-email.sh
Now you need to close your thunderbird and open it again you should be able to mail photos from Picasa 3 in Thunderbird 3
Thanks to Josh Stump for this tip





I haven’t had this problem…yet.
[Reply]
I created the script and have it working, but shouldn’t the picture I want to send be already attached in the e-mail?
[Reply]
Well, this did allow a compose message window to open, but it didn’t attach the pic. Thoughts?
[Reply]
It does not work at all…
[Reply]
Seems doesn’t work in Picasa 3.6
[Reply]
Works on Picasa 3.8 running on Mint 9. Thanks!
[Reply]
Neither this nor any other alleged Picasa and Thunderbird solutions have worked for me.
[Reply]
I apologize for the previous comment! This script works perfectly with Tbird 3.0.1.0 and Picasa 3.0.0; My mistake was to use the command in the Tbird launcher (thunderbird $u) instead of the simple “thunderbird” in the first line. Thanks!
[Reply]
Can someone copy the working scriptfile and post it here. I can´t seem to get it working, using Picasa 3.8 and Mint 9,
[Reply]
OK one step further, Thunderbird opens, but there is no attachment no. Any clues?
[Reply]