Sunday 25 December 2011

How to force the Application details description in Citrix

Edit applist.cs in site/serverscripts

-- find --
viewControl.setShowAppDetails( !java.lang.Boolean.FALSE.Equals( userPrefs.getShowDetails() ) );

-- change to --
viewControl.setShowAppDetails( true );

No comments:

Post a Comment

Next previous home