<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1069971&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Envoyer photos par mail avec Shotwell]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1069971</link>
		<description><![CDATA[Les sujets les plus récents dans Envoyer photos par mail avec Shotwell.]]></description>
		<lastBuildDate>Tue, 16 Oct 2012 11:49:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Envoyer photos par mail avec Shotwell]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11139851#p11139851</link>
			<description><![CDATA[<p>Pour ceux qui cherchent à envoyer par mail dans shotwell, et qui se retrouvent bloqués à cause de nautilus-sendto : </p><p>Suite de <a href="http://forum.ubuntu-fr.org/viewtopic.php?id=949181">Cette discussion sur le forum</a> : </p><p>Pas la peine d&#039;installer nautilus-sendto finalement. Cet <a href="http://ubuntuforums.org/showthread.php?t=2058352">utilisateur</a> a trouvé une solution : <br />Créer le script :</p><div class="codebox"><pre><code>#!/bin/bash
# Edward Comer
# Enables Shotwell to SendToEmail in XFCE system. Shotwell depends on
# nautilus-sendto (in an executable path) to function, which is missing
# in a pure XFCE installation. This script is named nautilus-sendto
# and placed in /usr/local/bin and marked executable

LOGFILE=/tmp/nautilus-sendtolog.txt

echo Inside nautilus-sendto &gt;$LOGFILE
echo Number of arguments passed: $# &gt;&gt;$LOGFILE
echo Passed arguments are: &gt;&gt;$LOGFILE
echo $@ &gt;&gt;$LOGFILE
SENDTOCMD=`grep Exec /usr/share/Thunar/sendto/thunar-sendto-email.desktop`
echo &quot;SENDTOCMD=&quot;$SENDTOCMD &gt;&gt;$LOGFILE
SENDTOEXEC=`echo ${SENDTOCMD:5}`
SENDTOEXEC=`echo ${SENDTOEXEC// %F/}`
if [ -z &quot;$SENDTOEXEC&quot; ]
then
  echo &quot;\$SENDTOEXEC is null.&quot; &gt;&gt;$LOGFILE
else
	echo &quot;SENDTOEXEC=&quot;$SENDTOEXEC &gt;&gt;$LOGFILE
	echo Executing $SENDTOEXEC $@ &gt;&gt;$LOGFILE
	$SENDTOEXEC $@
fi
echo Exiting nautilus-sendto &gt;&gt;$LOGFILE
exit</code></pre></div><p>le nommer nautilus-sendto, lui donner des droits d&#039;exécution et le mettre dans /usr/local/bin. Ca fonctionne !</p>]]></description>
			<author><![CDATA[dummy@example.com (louis3d)]]></author>
			<pubDate>Tue, 16 Oct 2012 11:49:04 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11139851#p11139851</guid>
		</item>
	</channel>
</rss>
