Friday, 16 June 2017

[Citrix Receiver/ICAClient] Connection dialog frozen

Setup

  • Windows 10 Home
  • dual screen setup (one on HDMI set to main by Windows settings, one on VGA of the onboard graphics)
  • Citrix Receiver 4.8 (4.5, 4.6 and 4.7 sport the same behavior)
  • Connection to Citrix session over web link downloaded in browser

Symptom

The Citrix Receiver process freezes at connection dialog and has to be kill by process management.

Work around

  • Either use VGA screen as main screen
  • Or deactivate VGA screen

Also

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...