desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #159528
[Bug 515386] Re: No attachment when Thunderbird is set as default client.
I fixed this locally. The problem is in the function
"desktop_file_to_binary()". "grep" on line 228 is returning 3 matches.
It needs to be piped to "head -n1". Without this change, "which" on the
next line is returning "", and "run_thunderbird" is not executed by the
calling function.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/515386
Title:
No attachment when Thunderbird is set as default client.
Status in Mozilla Thunderbird:
New
Status in Xdg-utils:
New
Status in xdg-utils package in Ubuntu:
Fix Released
Bug description:
Currently, when thunderbird is set as the default email client, when
simple-scan tries to open a new message using mailto: , a new message
window is opened for thunderbird, but there are no attachment.
This is probably due to Thunderbird who does not support attachment
with mailto because it is considered unsecure, but still, this makes
user experience very poor, as the user is left thinking "ok a new
window opened, therefore the attachment must be somewhere..". And
thunderbird is pretty popular.
Fortunately this might be easy to "workaround". Picasa already did it
using xdg-email script that I attached since its code show exactly
what's needed. the run_thunderbird() function is the more important
part in the file.
To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/515386/+subscriptions