Comment 9 for bug 286436

Revision history for this message
Paolo (paolo-notari) wrote : Re: nautilus-sendto gets X BadWindow error

still observe the same random working of the package
2.6.28-11-generic on 64
ubuntu jaunty
You find strace of the process;

I'm using nautilus script to realize the same function and this works systematically;
nautilus-sendto can't even be eliminated from distribution, because ubuntu-desktop needs nautilus-sendto ;

script :
name : send-thunder
°°°°°°°°°°
#!/bin/sh
# spedisce come allegato di posta di thunderbird

thunderbird -compose attachment="file://$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS"
 °°°°°°°°°°

made executable in .gnome2/nautilus-scripts and having installed nautilus-scripts

but no way to execute nautilus-sendto in a regular way

Paolo