Workspace App 1808; Smart tools; Deprecation. Citrix SmartScale is now deprecated for current release. Support for browser content redirection in Internet Explorer 11. Citrix continues to maintain current support levels as described in XenApp and XenDesktop Servicing Options. Support for Citrix Smart Scale in all Citrix Virtual Apps and Desktops (and XenApp and XenDesktop) versions. This functionality will reach End of Life on 31 May 2019. 1808: 1906: Consider using the Virtual Apps and Desktops Service on Citrix Cloud for improved power management functionality.
- Citrix Workspace 1809
- Citrix Workspace For Windows 8
- Citrix Workspace Older Versions
- Citrix Workspace App For Linux
- Fedora 33 Citrix Workspace App
- Citrix Workspace 1808
- Telecharger Citrix Workspace 1808
Hi everybody,
made the CXD-310I course some days ago and we learned about WEM and the usefull features like CPU and Memory management. So I would give it a try in our new, fresh 7.15 enviroment (we are in the process of change from 6.5 to 7.15) but after I did the rollout of the new master image, I have some strange things happen and I don't know how to deal with.
Our setup ist:
- Citrix 7.15 LTSR on Windows Server 2016 Std.
- PVS 7.15 CU3
- Citrix UPM
- GPOs
Now I installed WEM Broker server and the console on one of our two DDC, the Agent Host on the master image (new version in PVS). So everything is fine, agents are online and synchronised in the console. I only use the System Optimization in WEM, everything else is not active, under Advanced Settings I also disabled any feature of the WEM agent itself (no refreshes etc.).
But now, if a user log in, that has allready arranged his desktop icons, or had icons pinned to taskbar and installed some printers .. everything is gone. The desktop still has the icons but not arranged anymore, printers are gone .. I'am not sure if this is a normal behaivor of WEM that this things will be overwritten or if this is bad configuration ?
When the same user log in on an another VDA with no WEM Agent installed, his desktop, printer etc. is normal again as it was on last logoff. So it has to do with WEM Agent ...
Would be great if you have some ideas or can explain how WEM is working in detail and if the users have to arrange this things once again on login with installed WEM Agent.
Thank you !
Regards,
Roland Torrents downloader mac.
Session¶
new Session()
Members¶
(readonly) receiverId¶
Properties¶
Name | Type | Description |
---|---|---|
receiverId | String | Workspace app for Chrome ID. |
(readonly) sessionId¶
Properties¶
Name | Type | Description |
---|---|---|
sessionId | String | ID of the session. |
Methods¶
Citrix Workspace 1809
(inner) addListener(eventType, eventListener)¶
Registers the eventListener on the eventType.
Parameters¶
Name | Type | Description |
---|---|---|
eventType | String | Type of the event for which the listener needs to be attached. Supported event types: - onConnection - onConnectionClosed - onURLRedirection - onError |
eventListener | eventListener | Listener to handle the event |
Example¶
(inner) changeResolution(bounds, responseCallback)¶
Changes the resolution of the session.
Parameters¶
Name | Type | Description |
---|---|---|
bounds | Object | Contain session resolution settings. |
responseCallback | responseCallback | Callback that handles the response. |
Properties¶
Name | Type | Description |
---|---|---|
bounds.autoresize | boolean | Should 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. |
bounds.width | Number | Width of the session specified in pixels. This value will be set only when autoresize is set to false. |
bounds.height | Number | Height of the session specified in pixels. This value will be set only when autoresize is set to false. |
Examples¶
Example 1: To change resolution to fixed width and height.
Example 2: To change the session resolution to match the size of appview element inside third party Chrome app or the window size.
(inner) hide(responseCallback)¶
Hides the session.
Parameters¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) logoff(responseCallback)¶
Sends logoff to the session.
Parameters¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) removeListener(eventType, eventListener)¶
Removes the eventListener on the eventType.
Parameters¶
Name | Type | Description |
---|---|---|
eventType | String | Type of the event for which the listener needs to be attached. Supported event types: - onConnection - onConnectionClosed - onURLRedirection - onError |
eventListener | eventListener | Listener to handle the event |
Example¶
(inner) sendSpecialKeys(keys, responseCallback)¶
Sends a key combination to the session.
Parameters¶
Name | Type | Description |
---|---|---|
keys | Array | Array of strings with each one representing a key. Supported keys Alt, Control, Shift, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Home, End, PageUp, PageDown, Backspace, Delete, F5, PrintScreen,Insert, Escape, Tab. |
responseCallback | responseCallback | Callback that handles the response. |
Citrix Workspace For Windows 8
Examples¶
Example 1: Sends Ctrl+alt+delete to the session.
Citrix Workspace Older Versions
Example 2: To preview different apps running inside session, Ctrl+alt+tab can be sent.
Citrix Workspace App For Linux
(inner) show(responseCallback)¶
Shows the session.
Parameters¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) start(launchData, responseCallback)¶
Starts the session.
Parameters¶
Name | Type | Description |
---|---|---|
launchData | Object | Contains the type and value of the ICA |
responseCallback | responseCallback | Callback that handles the response. |
Fedora 33 Citrix Workspace App
Properties¶
Name | Type | Description |
---|---|---|
launchData.type | String | Specifies the data type of ICA data. Allowed values are 'json' or 'ini'. |
launchData.value | String | ICA data to start the session. It should be a JSON object when type is 'json' or a string read from a .ini file when type is 'ini'. |
Examples¶
Citrix Workspace 1808
Example 1: When ICA data is in JSON format
Telecharger Citrix Workspace 1808
Example 2: When ICA data is in INI format.