Citrix Workspace 1808



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.

  1. Citrix Workspace 1809
  2. Citrix Workspace For Windows 8
  3. Citrix Workspace Older Versions
  4. Citrix Workspace App For Linux
  5. Fedora 33 Citrix Workspace App
  6. Citrix Workspace 1808
  7. 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.).

Workspace

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¶

Citrix workspace app 1808

(readonly) receiverId¶

Properties¶

NameTypeDescription
receiverIdStringWorkspace app for Chrome ID.

(readonly) sessionId¶

Properties¶

NameTypeDescription
sessionIdStringID of the session.

Methods¶

Citrix Workspace 1809

(inner) addListener(eventType, eventListener)¶

App

Registers the eventListener on the eventType.

Parameters¶

NameTypeDescription
eventTypeStringType of the event for which the listener needs to be attached. Supported event types:
- onConnection
- onConnectionClosed
- onURLRedirection
- onError
eventListenereventListenerListener to handle the event

Example¶

(inner) changeResolution(bounds, responseCallback)¶

Citrix

Changes the resolution of the session.

Parameters¶

NameTypeDescription
boundsObjectContain session resolution settings.
responseCallbackresponseCallbackCallback that handles the response.

Properties¶

NameTypeDescription
bounds.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.
bounds.widthNumberWidth of the session specified in pixels. This value will be set only when autoresize is set to false.
bounds.heightNumberHeight 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)¶

Citrix Workspace 1808

Hides the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) logoff(responseCallback)¶

Sends logoff to the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) removeListener(eventType, eventListener)¶

Removes the eventListener on the eventType.

Parameters¶

NameTypeDescription
eventTypeStringType of the event for which the listener needs to be attached. Supported event types:
- onConnection
- onConnectionClosed
- onURLRedirection
- onError
eventListenereventListenerListener to handle the event

Example¶

(inner) sendSpecialKeys(keys, responseCallback)¶

Sends a key combination to the session.

Parameters¶

NameTypeDescription
keysArrayArray 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.
responseCallbackresponseCallbackCallback 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¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) start(launchData, responseCallback)¶

Starts the session.

Parameters¶

NameTypeDescription
launchDataObjectContains the type and value of the ICA
responseCallbackresponseCallbackCallback that handles the response.

Fedora 33 Citrix Workspace App

Properties¶

NameTypeDescription
launchData.typeStringSpecifies the data type of ICA data. Allowed values are 'json' or 'ini'.
launchData.valueStringICA 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.





Comments are closed.