Hi,

Thanks for reporting this. This is a known issue with some of our users and
has been documented here: http://redmine.yorba.org/issues/4207

You'll be happy to know that this is high on our list to fix.

Cheers,

Laura

On Sun, Jan 22, 2012 at 10:21 AM, wallace1837 <[email protected]> wrote:

> With CR2+JPEG, when I remove pictures from shotwell (move to trah, then
> clean
> the trash), only the JPG file is deleted from the folder. The CR2 file is
> still there . I am working around by running this in the folder
>
>
> #!/bin/bash
>
> for i in *.CR2
> do
>    j=`echo $i |  sed '$s/....$//'`
>    k=${j}.JPG
>    if [ ! -f $k ];
>    then
>       rm $i
>    fi
> done
>
> but I should not have to do it!
>
> --
> View this message in context:
> http://shotwell.3510.www.nabble.com/CR2-files-not-deleted-when-moved-to-trash-and-trash-cleaned-tp52781p52781.html
> Sent from the Shotwell mailing list archive at Nabble.com.
> _______________________________________________
> Shotwell mailing list
> [email protected]
> http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
>
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to