A list containing the majority of Citrix Workspace app for Chrome (formerly Receiver for Chrome) support articles collated to make this page a one stop place for you to search for and find information regarding any issues you have with the product and its related dependencies. Lion 10.7 dmg.
Install Citrix Workspace on ChromeOS (Chromebook) Then, learn a few tricks on how to best work with your data files in UCF Apps. UCF Apps is a virtual lab environment, where things work best when the software and the data all “live” near each other. Citrix Workspace gives you the tools needed to be productive while providing a seamless experience. Citrix adapts to your specific needs, giving you direct access to everything in one single. How to install Citrix Workspace App on Chromebooks updated April 2nd, 2020 5. Locate “Citrix Workspace” app in the Apps Folder 6. Go to the Citrix Workspace settings and enter for the Store Address and click Apply. Close and re-open the Citrix Workspace App. You should see the following screen.
The page is updated daily with new support articles and information. Articles will change from time and if information here is outdated or incorrect please let me know using the comments. Links may also expire or change so if you find broken links, please again let me know. For each issue, known product versions affected are recorded however that does not mean product versions that aren’t listed are not affected.
There is a search box that you can use if looking for a specific fault. For example if you have an error code or error message, use that to perform a search. You can also use your browsers search feature which will perform a search against the whole page based on the words you enter.
Receiver for Chrome / Workspace app for Chrome:
wdt_ID | Brief Description of Issue | Brief Description of Fix | Applicable Product Versions Affected (if known) | Link to supplemental Support Article(s) |
---|---|---|---|---|
1 | Workspace app for Chrome on Chromebooks appears top be ignoring power settings. For example, devices are going to sleep when they are set to not do so. | Citrix have an EAR version of Workspace app that addresses power management. | https://discussions.citrix.com/topic/399128-kiosk-workspace-and-power-management/ | |
2 | The keyboard stops working in a Citrix session until you exit and re-enter fullscreen. | Rolling Chrome OS back to v70 resolved the issue. | Google Chrome OS 71. | https://discussions.citrix.com/topic/401000-strange-keyboard-issues-on-workspace-for-chrome-1901-18113/ |
3 | When using HelloID as a Identity Provider for Chromebooks, connecting to StoreFront redirects the user to the Identity Provider login page again. | This issues is resolved in Workspace app 1906 for Chrome. | https://discussions.citrix.com/topic/402685-passing-saml-cookie-to-chrome-workspace-app-on-chromebook/ | |
4 | The Citrix PDF Printer is not getting created, even though policy 'Auto-Create PDF Universal Printer' is enabled. | The 'Citrix PDF Universal Printer' driver was not installed on the VDA. | https://support.citrix.com/article/CTX256664 | |
5 | When attempting to open files from Google Drive you receive error 'Citrix Workspace app can only open files from Google Drive'. | This is resolved in Workspace app 1907 for Chrome. | https://support.citrix.com/article/CTX260993 |
Type Definitions
connectionParams¶
Configuration options to create the session.
Type¶
- Object
Properties¶
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
connectionParams | Object | Properties
|
Example¶
connectionParams
full example:
eventListener (event)¶
Listener to handle the events.
Parameters¶
Name | Type | Description |
---|---|---|
event | Object | Object as appropriate to the eventType registered. |
Properties¶
Name | Type | Description |
---|---|---|
event.id | String | ID of the session object |
evebt.type | String | Event type triggered |
event.data | Object | Data as appropriate to the event triggered - onConnection - onConnectionClosed - onURLRedirection - onError |
onSessionCreated(sessionObject)¶
Callback having the session object created. Itunes yosemite.
Parameters¶
Name | Type | Description |
---|---|---|
sessionObject | Session | Session object to interact with the session like register and handle events, start and disconnect. |
Example¶
responseCallback(response)¶
Callback that handles the response.
Parameters¶
Name | Type | Description |
---|---|---|
response | Object | Response object |
Properties¶
Citrix Workspace Chrome Os
Name | Type | Description |
---|---|---|
response.success | boolean | Status of the method call. Holds the value true in case of success and false in case of failure. In case of failure, details of the error is set in the response object. |
response.sessionId | String | Id of the session. |
response.error | String | Reason for the failure of the method call. |