
Tomas Jelinek has submitted this change and it was merged. Change subject: userportal: Auto-Connect to RDP on Win 8 and Win 2012-64bit ...................................................................... userportal: Auto-Connect to RDP on Win 8 and Win 2012-64bit Connect automatically doesn't take in effect that for Windows 8/2012 RDP is default. Steps to Reproduce: 1. Windows 8/2012 VM for user in the UP 2. Connect with auto-connect enabled from the login screen Spice console appears instead of RDP one. (As there is performance issue with unaccelerated SPICE console, RDP was agreed to be default for Windows 8/2012. So make auto-connect to check this correctly.) Fixed by utilizing ConsoleUtils and ConsoleManager classes which are used for connecting to console in regular use case. These classes take into account that spice is unsupported on the mentioned platforms. Change-Id: I33d8e4b4701f25bb64a7410512f17c266f872a86 Signed-off-by: Frantisek Kobzik <fkobzik@redhat.com> Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=918605 --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalBasicListModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/utils/ConnectAutomaticallyManager.java 3 files changed, 18 insertions(+), 6 deletions(-) Approvals: Tomas Jelinek: Looks good to me, approved Frank Kobzik: Verified -- To view, visit http://gerrit.ovirt.org/13218 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I33d8e4b4701f25bb64a7410512f17c266f872a86 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Frank Kobzik <fkobzik@redhat.com> Gerrit-Reviewer: Frank Kobzik <fkobzik@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com>