After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724136 - Use new CLI interface
Use new CLI interface
Status: RESOLVED OBSOLETE
Product: vinagre
Classification: Applications
Component: RDP
git master
Other Linux
: Normal normal
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-11 17:28 UTC by Thomas Wendt
Modified: 2014-07-21 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use new CLI interface (1.74 KB, patch)
2014-02-11 17:28 UTC, Thomas Wendt
reviewed Details | Review

Description Thomas Wendt 2014-02-11 17:28:11 UTC
xfreerdp 1.1.0~beta1 displays "WARNING: Using deprecated command-line interface!" when using the old, but unix style CLI interface. Their Wiki[1] mentions "[...] the old interface is just kept for compatibility and will be dropped at some point."

Attached is a patch to move to the new interface. It's probably best to wait for a freerdp stable release before committing it.

[1] https://github.com/FreeRDP/FreeRDP/wiki/CommandLineInterface
Comment 1 Thomas Wendt 2014-02-11 17:28:59 UTC
Created attachment 268819 [details] [review]
Use new CLI interface
Comment 2 David King 2014-02-17 11:02:22 UTC
Comment on attachment 268819 [details] [review]
Use new CLI interface

I will commit this only once the new interface is mandatory.
Comment 3 David King 2014-07-21 11:19:49 UTC
Now that the freerdp API is used directly due to the patch in bug 732496, this is no longer needed.