GNOME Bugzilla – Bug 350640
sending an empty folder doesn't work
Last modified: 2008-08-16 17:58:38 UTC
That bug has been described on https://launchpad.net/distros/ubuntu/+source/nautilus-sendto/+bug/55603 "1.open places->computer,chose a empty folder; 2.click Edit->Send open "Send to"window,input a mail address,click Send; 3.cue error but then click OK also can send the folder. ... > Thanks for your bug report. Confirmed here on Edgy. "You cannot attach the file `/tmp/nautilus-sendto-daniel/1155114073/Dateien.zip' to this message. Cannot attach file /tmp/nautilus-sendto-daniel/1155114073/Dateien.zip: No such file or directory" ..."
file-roller is being called to pack the file: /usr/bin/file-roller --add-to="/tmp/rubbish.zip" "/tmp/rubbish/" Try: 1. mkdir /tmp/rubbish 2. /usr/bin/file-roller --add-to="/tmp/rubbish.zip" "/tmp/rubbish/" 3. ls -l "/tmp/rubbish.zip" ls: /tmp/rubbish.zip: No such file or directory Zip itself works though, so the problem is most likely in file-roller itself. Adding a file inside /tmp/rubbish makes it work as well.
*** This bug has been marked as a duplicate of 162792 ***
Ths fix that was committed seems to fix extraction of archives containing empty directories, but you still can't *create* archives containing empty directories. See http://bugs.debian.org/420961 which is reproducible with 2.18.
fixed in current trunk.