Activity log for bug #321226

Date Who What changed Old value New value Message
2009-01-25 19:13:36 michaelries bug added bug
2009-01-25 19:20:07 michaelries description 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 I made an error in my original, here's a revised report: Select "RDPV5", it clearly uses RDPv4, 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 Select "RDP", it uses RDPv5 instead, and the clipboard works: rdesktop -Tremote.domain.com - Terminal Server Client -uuser -pXXXXXXXXXXXX -g1024x768 -rsound:local -rclipboard:PRIMARYCLIPBOARD -b -0 -5 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
2009-01-25 19:20:07 michaelries title Regression:Can no longer choose "Attach to console" and rdpv5 in the same session Regression:RDPV5 and RDP settings reversed in tsclient