On 03/10/11 19:39, Lucas Beeler wrote:
On Sat, Oct 1, 2011 at 1:35 AM, John Carlyle
Clarke<[email protected]> wrote:
On 01/10/11 09:28, John Carlyle-Clarke wrote:
Secondly, I created ~/bin/nautilus-sendto but
shotwell does not seem to call it when I choose
"Send To" from the menu. Has this mechanism
changed?
The mechanism is the same. What happens if you invoke nautilus-sendto
<filename> directly?
Invoking it directly works as expected. Here's the script.
johncc@liberator:~$ cat bin/nautilus-sendto
#!/bin/bash
for file in "$@"; do
thunderbird -compose "attachment=$(readlink -f "$file")"
echo "$(date) $file" >> ~/sendto.log
done
johncc@liberator:~$ which nautilus-sendto
/home/johncc/bin/nautilus-sendto
As you can see it writes to a log file as well, and nothing is written
when I use the Send To menu in Shotwell.
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell