Citrix Workspace Chrome App



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.

Workspace

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:

App


wdt_IDBrief Description of IssueBrief Description of FixApplicable Product Versions Affected (if known)Link to supplemental Support Article(s)
1Workspace 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/
2The 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/
3When 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/
4The 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
5When 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¶

NameTypeDescription
connectionParamsObject
Properties
NameTypeAttributesDescription
launchTypeString<optional>Takes 'message' or 'embed' as value. Defaults to 'message'.
'message' - launches the session in a new window (similar to session launch using Workspace app for Chrome).
'embed' - Embeds the session inside third party Chrome app.
containerObject<optional>Appview element created inside third party Chrome app.
Applicable only when launchType is 'embed'.
boundsObject<optional>Sets a fixed width and height to the session.
Properties
NameTypeDescription
autoresizebooleanShould be set to false to give fixed width and height to session. By default, this value is set to true in which case the session is resized to match the size of appView element inside third party Chrome app or the new window.
widthNumberWidth of the session specified in pixels. This value will be set only when autoresize is set to false.
heightNumberHeight of the session specified in pixels. This value will be set only when autoresize is set to false.
preferredLangString<optional>Specifies the preferred language code to be used inside the session. If the language code specified is either invalid or unsupported then it falls back to 'en'.
Supported language codes : en, de, es, fr, ja, ko, ru, zh, zh-cn, zh-tw.
If the value is unspecified then the browser's language code is used.

Example¶

connectionParams full example:

eventListener (event)¶

Listener to handle the events.

Parameters¶

NameTypeDescription
eventObjectObject as appropriate to the eventType registered.

Properties¶

NameTypeDescription
event.idStringID of the session object
evebt.typeStringEvent type triggered
event.dataObjectData as appropriate to the event triggered
- onConnection
- onConnectionClosed
- onURLRedirection
- onError

onSessionCreated(sessionObject)¶

Callback having the session object created. Itunes yosemite.

Parameters¶

NameTypeDescription
sessionObjectSessionSession object to interact with the session like register and handle events, start and disconnect.

Example¶

responseCallback(response)¶

Callback that handles the response.

Parameters¶

Citrix Workspace Chrome App
NameTypeDescription
responseObjectResponse object

Properties¶

Citrix Workspace Chrome Os

NameTypeDescription
response.successbooleanStatus 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.sessionIdStringId of the session.
response.errorStringReason for the failure of the method call.