Comment 0 for bug 321226

Revision history for this message
michaelries (ubuntu-mikeries) wrote : Regression:Can no longer choose "Attach to console" and rdpv5 in the same session

If I use the tsclient to connect using rdpv5 without checking the "Attach to console", ps ax | grep rdesktop shows:
rdesktop -T'remote.domain.com - Terminal Server Client' -uuser -pXXXXXXXXXXXX -g1024x768 -rsound:local -rclipboard:PRIMARYCLIPBOARD -5 remote.domain.com

Using RDPV5 and "Attach to console" options, it clearly uses RDPv4 instead, and the clipboard doesn't work:
rdesktop -Tremote.domain.com - Terminal Server Client -uuser -pXXXXXXXXXXXX -g1024x768 -rsound:local -rclipboard:PRIMARYCLIPBOARD -b -0 -4 remote.domain.com

I believe it is the tsclient package (tsclient: /usr/bin/tsclient), because when I the correct script from the terminal, the clipboard, for example works fine:
rdesktop -Tremote.domain.com - Terminal Server Client -uuser -pXXXXXXXXXXXX -g1024x768 -rsound:local -rclipboard:PRIMARYCLIPBOARD -b -0 -5 remote.domain.com