[Bug 225559] net/krdc: "xfreerdp" parameter "/network:[...]" not supported anymore in FreeRDP 2.0.0r1?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 9 11:07:30 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225559

--- Comment #6 from Nils Beyer <nbe at renzel.net> ---
(In reply to Adriaan de Groot from comment #5)

thanks for the patch - that fixes the simplified test-case with the parameters
"/network:lan /port:3389 /v:127.0.0.1".

But the complete command line - that "krdc" wants to spawn - still fails:
-----------------------------------------------------------------------------
# bad
/usr/local/bin/xfreerdp -decorations /w:1255 /h:879 /kbd:0x00000407
/u:SECRETUSER /parent-window:4194338 /bpp:16 /audio-mode:2 /drive:media,/media
/network:lan /cert-ignore +clipboard /port:3389 /v:SECRETSERVER
-----------------------------------------------------------------------------


unless you remove the "/network:[...]" portion:
-----------------------------------------------------------------------------
# good
/usr/local/bin/xfreerdp -decorations /w:1255 /h:879 /kbd:0x00000407
/u:SECRETUSER /parent-window:4194338 /bpp:16 /audio-mode:2 /drive:media,/media
/cert-ignore +clipboard /port:3389 /v:SECRETSERVER
-----------------------------------------------------------------------------

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list