[Shotwell] Send To (was Re: Debug output and sent to)
John Carlyle-Clarke
john at wormdrive.net
Tue Oct 4 07:23:56 UTC 2011
On 03/10/11 19:39, Lucas Beeler wrote:
> On Sat, Oct 1, 2011 at 1:35 AM, John Carlyle
> Clarke<john at wormdrive.net> 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 at liberator:~$ cat bin/nautilus-sendto
#!/bin/bash
for file in "$@"; do
thunderbird -compose "attachment=$(readlink -f "$file")"
echo "$(date) $file" >> ~/sendto.log
done
johncc at 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.
More information about the Shotwell-list
mailing list