After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 655290 - Cannot send files with a space via thunderbird
Cannot send files with a space via thunderbird
Status: RESOLVED NOTGNOME
Product: nautilus-sendto
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-25 22:05 UTC by Felix Möller
Modified: 2012-03-14 13:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felix Möller 2011-07-25 22:05:32 UTC
Hi,

when I execute 
$ nautilus-sendto /tmp/thu/my\ test

The following happens:
** Message: Mailer type: 4
** Message: Command: thunderbird -compose "to='asd',attachment='file:///tmp/thu/my%20test'"

However this thunderbird expects a " " instead of the "%20" and therefore fails sending the mail.
Comment 1 Felix Möller 2011-07-25 22:05:58 UTC
$ rpm -q thunderbird nautilus-sendto
thunderbird-5.0-1.fc15.i686
nautilus-sendto-3.0.0-1.fc15.i686
Comment 2 Jeremy Bicha 2011-07-27 08:38:55 UTC
Also reported on Ubuntu https://bugs.launchpad.net/nautilus-sendto/+bug/757976
Comment 3 Felix Möller 2011-12-11 16:05:33 UTC
There is a patch for this issue at http://bazaar.launchpad.net/~ubuntu-desktop/nautilus-sendto/ubuntu/revision/25

I could not find any information why this is not upstreamed.
Comment 4 Bastien Nocera 2012-03-14 13:07:09 UTC
Thunderbird is broken. Either it takes paths, or it takes URIs. Paths with 'file://' prepended aren't URIs.
(and I bet it works now, with the same code because Thunderbird got fixed)