F-spot sends a string like this to the default mail program:
mailto:?subject=my%20photos&attach=/tmp/somefile.jpg
_For attachments_ Thunderbird wants to be called like this:
thunderbird -compose "subject=my%20photos,attachment='file:///tmp/somefile.jpg'"
I dont know who should behave better, but clearly this is different.
Also, if you set Thunderbird as your default, it will be called without
the -compose option, and it will fail _for attachments only_
Good News:
I have a workaround in /usr/local/bin/thunderbird-mailto.py
(sorry dont remember where from)
Then, in Sytem->Preferences->PreferredApps I entered
the following custom command as default mail
"/usr/local/bin/thunderbird-mailto.py %s"
Had the same issue.
F-spot sends a string like this to the default mail program: ?subject= my%20photos& attach= /tmp/somefile. jpg
mailto:
_For attachments_ Thunderbird wants to be called like this: my%20photos, attachment= 'file:/ //tmp/somefile. jpg'"
thunderbird -compose "subject=
I dont know who should behave better, but clearly this is different.
Also, if you set Thunderbird as your default, it will be called without
the -compose option, and it will fail _for attachments only_
Good News: bin/thunderbird -mailto. py Preferences- >PreferredApps I entered local/bin/ thunderbird- mailto. py %s"
I have a workaround in /usr/local/
(sorry dont remember where from)
Then, in Sytem->
the following custom command as default mail
"/usr/
Works for me.
Good luck.