Since the last previous, the first change I noticed is how you set the display for HiDPI.
In the previous version, you had to run a command
Code:defaults write com.citrix.receiver.nomas EnableHighDPI -bool YES
If you ran it in the past, the command no longer works.
Now, you can go to the preferences in Citrix Receiver or Workspace. From General, click the checkbox to "Enable and match client DPI scale settings"
They changed the defaults key to
HDPIEnabled
(from EnableHighDPI
). You can still set it in Terminal like that.You might also have to restart Workspace for it to take effect. My virtual desktop was distorted when I changed that setting in an active Workspace session.