No attachment when Thunderbird is set as default client.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Thunderbird |
New
|
Undecided
|
Unassigned | ||
Xdg-utils |
New
|
Undecided
|
Unassigned | ||
xdg-utils (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
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.
Changed in simple-scan: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in xdg-utils: | |
status: | Unknown → Fix Released |
Changed in xdg-utils (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in simple-scan: | |
status: | Triaged → Invalid |
Changed in xdg-utils: | |
status: | Fix Released → Confirmed |
Changed in xdg-utils: | |
status: | Confirmed → Fix Released |
Changed in xdg-utils: | |
status: | Fix Released → Confirmed |
Changed in thunderbird: | |
status: | Unknown → Confirmed |
Changed in xdg-utils: | |
importance: | Unknown → Medium |
Changed in thunderbird: | |
importance: | Unknown → High |
Changed in xdg-utils: | |
status: | Confirmed → Fix Released |
Changed in xdg-utils: | |
importance: | Medium → Unknown |
Changed in xdg-utils: | |
importance: | Unknown → Medium |
summary: |
- No attachment when thunderbird 3 is set as default client. + No attachment when Thunderbird is set as default client. |
Changed in thunderbird: | |
status: | Confirmed → Invalid |
Changed in thunderbird (Ubuntu): | |
status: | Invalid → New |
affects: | simple-scan → simple-scan (Ubuntu) |
Changed in simple-scan (Ubuntu): | |
status: | Invalid → New |
Changed in thunderbird: | |
importance: | High → Undecided |
status: | Invalid → New |
no longer affects: | simple-scan (Ubuntu) |
no longer affects: | thunderbird (Ubuntu) |
Created an attachment (id=12807)
proposed fix