<div dir="ltr">Pourtant, sur le page de FreeRDP, il n'y a plus cette mention:<div><a href="https://github.com/FreeRDP/FreeRDP/wiki/Plugins">https://github.com/FreeRDP/FreeRDP/wiki/Plugins</a><br></div><div><br></div><div>
De la façon dont ils en parlent sur le<a href="https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface"> site de FreeRDP que tu as inclue</a>, je comprend que l'ancienne façon (--plugin cliprdr) ne fonctionnait pas avec Windows. Mais la nouvelle façon semble ne plus avoir cette limitation (+clipboard).</div>
<div><br></div><div>Avec cette information, ta commande deviendrait:</div><div><b>Pour Outlook:</b></div><div><div><i>bash -c 'xfreerdp <b>+clipboard</b> --app --plugin rail --data</i></div><div><i>"||outlook" -- -a 32 -d domaine_windows -u $USER -p $(zenity</i></div>
<div><i>--password --title Outlook) --plugin rdpsnd -g workarea -z</i></div><div><i>--ignore-certificate --plugin rdpdr --data printer --data</i></div><div><i>disk:USB:"/media" disk:Local:"$HOME" -- --plugin drdynvc --data tsmf</i></div>
<div><i>-- nom_du_serveur:3389'</i></div></div><div><b><br></b></div><div><b>Pour Windows:</b></div><div><div><i>bash -c 'xfreerdp -d domaine_windows -u $USER -p $(zenity --password</i></div><div><i>--title Terminal) <b>+clipboard </b>--data printer --data</i></div>
<div><i>disk:USB:"/media" disk:Local:"$HOME" -- --plugin cliprdr</i></div><div><i>--ignore-certificate -g $((bc <<<$(xdpyinfo | grep dimensions | cut -f</i></div><div><i>2 -d ":"|cut -f 1 -d "x")"*.96")|cut -f 1 -d ".")x$((bc <<<$(xdpyinfo</i></div>
<div><i>| grep dimensions | cut -f 2 -d ":"|cut -f 2 -d "x"|cut -f 1 -d "</i></div><div><i>")"*.95")|cut -f 1 -d ".") -z --disable-wallpaper nom_du_serveur:3389'</i></div>
</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-15 11:23 GMT-04:00 Steve Nadeau <span dir="ltr"><<a href="mailto:stevenado@gmail.com" target="_blank">stevenado@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Merci Frédéric pour ta réponse rapide!<br>
<br>
mais non, la commande est correcte pour la version XFREERDP 1.0.1<br>
<br>
extrait de: <a href="https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface" target="_blank">https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface</a><br>
<br>
Old style options<br>
<br>
Plugins<br>
<br>
Option handling was very counter intuitive. The general syntax was<br>
--plugin <pluginname> [ --data <plugindata> -- ]<br>
<br>
-- plugin cliprdr : Synchronize client and server clipboard data.<br>
Plain text, Unicode text, HTML content and images are supported on UX<br>
platforms. For xfreerdp on Mac, only text works due to the interaction<br>
between X Server and the Mac. For windows, cliprdr does not work.<br>
<br>
-------------------<br>
<br>
mais là je viens de lire de quoi que je n'avais pas porté attention:<br>
For windows, cliprdr does not work.<br>
<br>
donc, je crois que de là vient le problème...<br>
<br>
mais bon, pas de clipboard, pas vraiment intéressant pour travailler...<br>
<br>
merci encore,<br>
<br>
Steve<br>
<br>
-----------------------------------<br>
<a href="http://www.equipeautonomiste.ca" target="_blank">www.equipeautonomiste.ca</a><br>
<a href="https://twitter.com/Autonomistes" target="_blank">https://twitter.com/Autonomistes</a><br>
<a href="http://www.linkedin.com/company/3225935" target="_blank">http://www.linkedin.com/company/3225935</a><br>
<a href="http://facebook.com/groups/equipeautonomiste" target="_blank">facebook.com/groups/equipeautonomiste</a><br>
<br>
<br>
Le 15 mai 2014 11:09, Frédéric Côté <<a href="mailto:frederick.cote@gmail.com">frederick.cote@gmail.com</a>> a écrit :<br>
<div class="HOEnZb"><div class="h5">> Dans ta commande pour Outlook, il y a une erreur, "--plugin cliprdr" devrait<br>
> être là au lieu de "--plugin clipboard".<br>
><br>
> Il semble y avoir eu quelques soucis avec le clipboard depuis quelques<br>
> temps, voici un des bug report:<br>
> <a href="https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/937522" target="_blank">https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/937522</a><br>
><br>
> Personnellement, j'utilise remmina et il ne m'a jamais posé de problème. Par<br>
> contre, je n'utilise pas le clipboard donc je n'ai pas constaté si ça<br>
> fonctionne ou non. Et comme je n'ai pas de Windows sous la main je ne peux<br>
> pas tester :)<br>
><br>
> Bonne journée,<br>
> Frédéric<br>
><br>
><br>
><br>
> 2014-05-15 10:54 GMT-04:00 Steve Nadeau <<a href="mailto:stevenado@gmail.com">stevenado@gmail.com</a>>:<br>
>><br>
>> Bonjour à tous!<br>
>><br>
>> est-ce qu'il y en a parmi vous qui doivent utiliser un terminal<br>
>> Windows avec Ubuntu?<br>
>><br>
>> si oui, utilisez-vous xfreerdp plutôt que remmina?<br>
>><br>
>> si c'est le cas, êtes vous en mesure de faire un copier/coller entre<br>
>> Ubuntu et Windows?<br>
>><br>
>> de mon côté, j'ai beau tout essayer, impossible, rien ne marche.<br>
>><br>
>> Il s'agit de mon poste de bureau.<br>
>><br>
>> je suis sous Ubuntu 12.04 avec xfreerdp qui est fourni dans la<br>
>> logithèque de base, pas le PPA.<br>
>><br>
>> la ligne de commande est la suivante :<br>
>><br>
>> pour l'accès à l'application Outlook:<br>
>><br>
>> bash -c 'xfreerdp --plugin clipboard --app --plugin rail --data<br>
>> "||outlook" -- -a 32 -d domaine_windows -u $USER -p $(zenity<br>
>> --password --title Outlook) --plugin rdpsnd -g workarea -z<br>
>> --ignore-certificate --plugin rdpdr --data printer --data<br>
>> disk:USB:"/media" disk:Local:"$HOME" -- --plugin drdynvc --data tsmf<br>
>> -- nom_du_serveur:3389'<br>
>><br>
>> Pour l'accès à Windows:<br>
>><br>
>> bash -c 'xfreerdp -d domaine_windows -u $USER -p $(zenity --password<br>
>> --title Terminal) --plugin rdpdr --data printer --data<br>
>> disk:USB:"/media" disk:Local:"$HOME" -- --plugin cliprdr<br>
>> --ignore-certificate -g $((bc <<<$(xdpyinfo | grep dimensions | cut -f<br>
>> 2 -d ":"|cut -f 1 -d "x")"*.96")|cut -f 1 -d ".")x$((bc <<<$(xdpyinfo<br>
>> | grep dimensions | cut -f 2 -d ":"|cut -f 2 -d "x"|cut -f 1 -d "<br>
>> ")"*.95")|cut -f 1 -d ".") -z --disable-wallpaper nom_du_serveur:3389'<br>
>><br>
>><br>
>> uname -a<br>
>> Linux POSTEUB1 3.5.0-49-generic #73~precise1-Ubuntu SMP Wed Apr 2<br>
>> 18:35:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux<br>
>><br>
>> xfreerdp --version<br>
>> This is FreeRDP version 1.0.1<br>
>><br>
>> Ubuntu Version 12.04 (precise) 64 bits<br>
>> Noyau Linux 3.5.0-49-generic<br>
>> Mémoire : 3,7 Gio<br>
>> CPU: Intel(R) Core(tm) i5-3470 CPU @ 3.20GHz × 4<br>
>> GNOME 3.4.2<br>
>><br>
>> --<br>
>> Ubuntu-quebec mailing list<br>
>> <a href="mailto:Ubuntu-quebec@lists.ubuntu.com">Ubuntu-quebec@lists.ubuntu.com</a><br>
>> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec</a><br>
><br>
><br>
><br>
><br>
> --<br>
> "In a world without walls, who really needs Windows"<br>
> "Nothing is foolproof because fools are so ingenious"<br>
><br>
> --<br>
> Ubuntu-quebec mailing list<br>
> <a href="mailto:Ubuntu-quebec@lists.ubuntu.com">Ubuntu-quebec@lists.ubuntu.com</a><br>
> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec</a><br>
><br>
<br>
--<br>
Ubuntu-quebec mailing list<br>
<a href="mailto:Ubuntu-quebec@lists.ubuntu.com">Ubuntu-quebec@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><font>"In a world without walls, who really needs Windows"<br></font><font><span style="font-family:arial,helvetica,sans-serif">"</span></font><font>Nothing is foolproof because fools are so ingenious</font><font><span style="font-family:arial,helvetica,sans-serif">"</span></font><br>

</div>