Seamless experience

Connection Center

Connection Center helps application management in seamless sessions by providing a taskbar that lists all opened applications.

To launch the Connection Center, right-click the Citrix Workspace icon and then select Connection Center.

Connection center image

Using the Connection Center, you can select an application and:

  1. Display devices.
  2. Send a Ctrl+Alt+Del command.
  3. Disconnect from a session.
  4. Logoff from the session.

Connection center image

You can also end an app using the Connection Center by selecting the radio button of the corresponding application and clicking Terminate.

Seamless window integration

Citrix Workspace app for ChromeOS improves the user experience by adding seamless integration of multiple apps that are hosted in separate windows within an active session. Using this functionality, Citrix Workspace app for ChromeOS enables you to start apps in an independent user interface as compared to starting all apps for a session in a single window.

Seamless applications can be hosted in separate windows. With this functionality, remote applications are run natively on the client device.

Seamless window image

Feature limitations:

  • Extra entries appear in the Chrome task bar. Click any of the entries to bring the selected session to the front.
  • All opened apps in an active session run in a single window. Focusing on one app in an active session brings that window into focus along with all other apps belonging to that session.

Use the seamless app icon on the taskbar to quickly move between apps:

Seamless window image

Tip:

All apps in one session run in a single window. When moving an app to a second monitor, all apps that are part of that session move to the second monitor.

App switch

Shows the apps that are opened inside a session.

Note:

This option is only for kiosk mode.

The app switcher enables users to switch between multiple apps running in the same session. The app that is in focus is highlighted.

How to configure

To configure, use the Google admin policy by including the following:


{
    "settings": {
        "Value": {
            "settings_version": "1.0",
                "engine_settings": {
                    "ui": {
                        "appSwitcher": {
                            "showTaskbar": true,
                            "showIconsOnly": false,
                            "autoHide": false
                                        }
                          }
                   }
        }
    }
}

<!--NeedCopy-->

List of app switch options with their descriptions:

  • showTaskbar: If set to true, the taskbar appears at the bottom of the session. To hide the taskbar, set this option to false.
  • showIconsOnly: If set to true, the taskbar icons appear. By default, the option is set to false.
  • autoHide: If set to true, the taskbar is automatically hidden. By default, the option is set to false.

Taskbar icons

Apps and desktops that are configured using Citrix Virtual Apps and Desktops and Citrix DaaS in an active session are displayed as separate apps. You can see these apps in the taskbar (shelf) on the ChromeOS device. This feature applies to published applications and desktops. The functionality and behavior of this feature is similar to the taskbar experience that is provided by the Windows Operating system.

By default, this feature is enabled.

How to configure

Configuring taskbar icons using Google Admin policy

Note:

Citrix recommends using this method only when Citrix Workspace app for ChromeOS is repackaged for users.

  1. Log on to the Google Admin Console.

  2. Go to Device management > Chrome Management > User Settings.

  3. Add the following strings to the policy.txt file.

    Show in shelf image

  4. Click Save and close the file.

Configuring taskbar icons using the web.config in StoreFront

Note:

Citrix recommends that you use the web.config file method for configuration purposes only. You can use this method when the store version of Citrix Workspace app for ChromeOS is being used.

  1. Open the web.config file for the Citrix Receiver for Web site. This file is in C:\inetpub\wwwroot\Citrix\\\<Storename>Web, where the Storename is the name specified for the store when it was created.
  2. Locate the chromeAppPreferences field and set its value with the configuration as a JSON string.

For example:

chromeAppPreferences='{
    "seamless":{
        "showInShelf":false
        }
        }
<!--NeedCopy-->

Configuring taskbar icons using the configuration.js file

The configuration.js file is in the ChromeApp root folder. Access this file directly to modify Citrix Workspace app.

Note:

Administrator-level credentials are required to edit the configuration.js file; after editing the file, repackage the app for the changes to take effect.

To change the ChromeOS taskbar using the configuration.js file:

  1. Open the configuration.js file and set the showInShelf attribute to true.

For example:

Show in shelf image

Feature limitations:

  1. When more than one instance of the same application is launched, the app icon isn’t stacked and appears as two separate icons. For example, two instances of Notepad display two icons of Notepad in the taskbar.
  2. App pinning isn’t supported.
Seamless experience