Comment 4 for bug 1002537

Revision history for this message
Ed Comer (celem) wrote :

This is a definately shotwell bug. I have verified with the test script below. Simply selecting multiple photos will only result in one photo being mailed. To get around the bug, the only known workaround is to transform them at the SendTo dialog by scaling them. If they are already too small to scale, the bug will remain, thus scaling will have to occur to workaround the bug.

----------TEST-SCRIPT-----------
#!/bin/sh
# replace nautilus-sendto with the test script. nautilus-sendto is
# found in your executable path. Remember to save the original
# nautilus-sendto for restoration after tests.
#
LOGFILE=/tmp/nautilus-sendtolog.txt

echo Running nautilus-sendto test script
echo Read results at $LOGFILE

echo Inside nautilus-sendto >$LOGFILE
echo Number of arguments passed: $# >>$LOGFILE
echo Passed arguments are: >>$LOGFILE
echo $@ >>$LOGFILE
echo Current environment is: >>$LOGFILE
env >>$LOGFILE
echo Exiting nautilus-sendto >>$LOGFILE