Linux Lite Forums
Sending pictures from Shotwell by email - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18)
+--- Thread: Sending pictures from Shotwell by email (/showthread.php?tid=3672)



Sending pictures from Shotwell by email - Richard B - 01-18-2017



I have just started using Shotwell for image management and basic editing and like it. However, I found that trying to send pictures by email (single or selected, edited or original) directly from it failed. Google took me to ubuntuforums.org message 2058352 where Edward Comer says that
[/size]
Quote:
[/size]Shotwell depends on nautilus-sendto (in an executable path) to function, which is missing in a pure XFCE installation.
[/size]

[/size]Edward offers a script to re-direct the action but I had problems with file permissions and tried using a simlink instead, thus:
[/size]
Code:
cd /usr/local/bin

[/size]
Code:
sudo ln -s /usr/lib/x86_64-linux-gnu/Thunar/thunar-sendto-email nautilus-sendto

[/size]This works. The destination of the symlink was found from /usr/share/Thunar/sendto/thunar-sendto-email.desktop and will be different for 32bit Linux. I used a symlink (-s option) rather than a hard link to reduce the possibility of problems with software upgrades.
[/size]The symlink diverts anything intended for nautilus-sendto to thunar-sendto-email
[/size]
[/size]Apologies for the /size insertions which I don't seem able to disable.
[/size]