When using Workspace app for ChromeOS to connect an ICA desktop session, it is observed that "Connection Strength Indicator" tab is not shown up in Citrix toolbar.
Citrix "Analytics" (CEIP) feature has been manually disabled in Google Admin Policy. That results in Telemetry virtual channel (CTXTLMT) not enabled upon the ICA connection and, which in turn causes "Connection Strength Indicator" feature not taking effect, due to the dependency.
/* "Analytics" was disabled through the following settings */analytics: {
enabled: false,
sendPublicIPToCAS: false,
connectionEnabled: false,
},
To address the issue, please modify the JSON settings in Google Admin Policy to re-enable "Analytics" feature.
/* Before Modification */analytics: {
enabled: false,
sendPublicIPToCAS: false,
connectionEnabled: false,
},
/* After Modification */analytics: {
sendPublicIPToCAS: false
},
The article describes a Workspace app for ChromeOS Connection Strength Indicator visibility issue caused by a misconfiguration.
https://docs.citrix.com/en-us/citrix-workspace-app-for-chrome/ceip.html