Index: head/net/citrix_ica/Makefile =================================================================== --- head/net/citrix_ica/Makefile (revision 448695) +++ head/net/citrix_ica/Makefile (revision 448696) @@ -1,100 +1,99 @@ # Created by: msmith # $FreeBSD$ PORTNAME= citrix_ica -PORTVERSION= 13.4.0 -PORTREVISION= 1 +PORTVERSION= 13.6.0 CATEGORIES= net comms linux MASTER_SITES= # -DISTNAME= linuxx86-${PORTVERSION}.10109380 +DISTNAME= linuxx86-${PORTVERSION}.10243651 MAINTAINER= ports@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 USES= fakeroot linux webplugin:linux USE_LINUX= alsalib gtk2 libxml2 openmotif WEBPLUGIN_DIR= ${PREFIX}/ICAClient WEBPLUGIN_FILES= npica.so RESTRICTED= License prohibits redistribution NO_WRKSUBDIR= yes NO_BUILD= yes CDIR= ${PREFIX}/ICAClient CERTDIR= ${CDIR}/keystore/cacerts PLIST_SUB= MOZILLA_HOME=${MOZILLA_HOME} .if defined(ICA_CERTS) PLIST_SUB+= HAVE_ICA_CERTS="" ICA_CERTS="${ICA_CERTS}" CERTDIR="${CERTDIR}" .else PLIST_SUB+= HAVE_ICA_CERTS="@comment " .endif SUB_FILES= wfcmgr wfica SUB_LIST= CDIR=${CDIR} .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE=May not be redistributed due to licensing. Please visit https://www.citrix.com/downloads/citrix-receiver/linux/ accept their license and download ${DISTFILES} into ${DISTDIR} .endif .if defined(ICA_CERTS) .for f in ${ICA_CERTS} PLIST_FILES+= ${CERTDIR}/${f} HASH_${f}!= openssl x509 -noout -hash -in ${DISTDIR}/${f} PLIST_FILES+= ${CERTDIR}/${HASH_${f}}.0 .endfor .endif pre-fetch: .if defined(ICA_CERTS) .for f in ${ICA_CERTS} @echo "Checking ${f}" .if !exists(${DISTDIR}/${f}) @echo "Cert ${f} not found." @exit 1 .endif .endfor .endif post-patch: # - linux syscall epoll_create is not yet implemented # - disable Flash redirection as it generates a deadlock in linux_sys_futex @${REINPLACE_CMD} \ -e 's|^ClientAudio=On|ClientAudio=Off|' \ -e 's|^FlashV2=On|FlashV2=Off|' \ ${WRKSRC}/linuxx86/linuxx86.cor/nls/*/module.ini @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/linuxx86/hinst do-install: @if (test -d "${CDIR}") ; \ then \ ${ECHO} "-----------------------------------------------------------" ; \ ${ECHO} "" ; \ ${ECHO} "A ${CDIR} installation does already exist." ; \ ${ECHO} "Please move it away or delete the old port" ; \ ${ECHO} "" ; \ ${ECHO} "-----------------------------------------------------------" ; \ ${FALSE} ; \ fi cd ${WRKSRC} && ${FAKEROOT} ${SH} -c './setupwfc' ${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${STAGEDIR}${PREFIX}/bin/wfcmgr ${INSTALL_SCRIPT} ${WRKDIR}/wfica ${STAGEDIR}${PREFIX}/bin/wfica # XXX: This is missing a "${BRANDELF} -t Linux ". ${MKDIR} ${STAGEDIR}${CDIR} ${MKDIR} ${STAGEDIR}${CDIR}/config cd ${WRKSRC}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} ${CP} ${WRKSRC}/setupwfc ${STAGEDIR}${CDIR} .if defined(ICA_CERTS) ${MKDIR} ${STAGEDIR}${CERTDIR} .for f in ${ICA_CERTS} ${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${CERTDIR} ${LN} -sf ${f} ${STAGEDIR}${CERTDIR}/$$(openssl x509 -noout -hash -in ${DISTDIR}/${f}).0 .endfor .endif .include Index: head/net/citrix_ica/distinfo =================================================================== --- head/net/citrix_ica/distinfo (revision 448695) +++ head/net/citrix_ica/distinfo (revision 448696) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484825458 -SHA256 (linuxx86-13.4.0.10109380.tar.gz) = f4405da2bdc577c4e6bd2201a5b27102adf580d52f51e4af153a6cec0b75f264 -SIZE (linuxx86-13.4.0.10109380.tar.gz) = 19270016 +TIMESTAMP = 1503590097 +SHA256 (linuxx86-13.6.0.10243651.tar.gz) = 0ba3eba208b37844904d540b3011075ed5cecf429a0ab6c6cd52f2d0fd841ad2 +SIZE (linuxx86-13.6.0.10243651.tar.gz) = 22560063 Index: head/net/citrix_ica/files/patch-linuxx86_hinst =================================================================== --- head/net/citrix_ica/files/patch-linuxx86_hinst (revision 448695) +++ head/net/citrix_ica/files/patch-linuxx86_hinst (revision 448696) @@ -1,174 +1,174 @@ ---- linuxx86/hinst.orig 2016-08-19 13:26:47 UTC +--- linuxx86/hinst.orig 2017-06-30 17:48:55 UTC +++ linuxx86/hinst @@ -1,4 +1,7 @@ #!/bin/sh + +#set -x + ############################################################################### # # Name: util_tr.sh @@ -105,7 +108,7 @@ then fi # Install in here by default. -DefaultInstallDir=/opt/Citrix/ICAClient +DefaultInstallDir=%%PREFIX%%/ICAClient # Default CDROM mount point DefaultCDSourceDir=/cdrom -@@ -1481,7 +1478,7 @@ REQUIRE_LICENSE= +@@ -1485,7 +1488,7 @@ REQUIRE_LICENSE= set_require_ICA_license() { REQUIRE_LICENSE= - if [ ! -f /etc/icalicense/clientlicense ] + if [ ! -f %%PREFIX%%/etc/icalicense/clientlicense ] then TRY1=`"$ECHO_CMD" -l` sleep 1 -@@ -1504,14 +1501,14 @@ set_license() +@@ -1508,14 +1511,14 @@ set_license() # a license file. if [ -n "$SU_INSTALL" ] ; then - create_dir /etc/icalicense + create_dir %%PREFIX%%/etc/icalicense - if [ ! -f /etc/icalicense/clientlicense ] + if [ ! -f %%PREFIX%%/etc/icalicense/clientlicense ] then - "$ECHO_CMD" -l >/etc/icalicense/clientlicense + "$ECHO_CMD" -l > %%PREFIX%%/etc/icalicense/clientlicense fi - chmod 444 /etc/icalicense/clientlicense - chmod 555 /etc/icalicense + chmod 444 %%PREFIX%%/etc/icalicense/clientlicense + chmod 555 %%PREFIX%%/etc/icalicense fi } ############################################################################### -@@ -1554,7 +1551,7 @@ install_ICA_client() +@@ -1559,7 +1562,7 @@ install_ICA_client() echo_no_nl "$instica4" - getyesno $INSTALLER_NO + ANSWER=${INSTALLER_YES} if [ "$ANSWER" != "$INSTALLER_YES" ] then "$ECHO_CMD" $instica5 -@@ -1578,9 +1575,8 @@ install_ICA_client() +@@ -1583,9 +1586,8 @@ install_ICA_client() if [ "$PORT" != "uclibc" ] then - integrate_ICA_client + : fi - install_usb "$CDSourceDir" "$ICAInstDir" else COR_SELECTED=false fi -@@ -1795,7 +1791,7 @@ setCDSourceDir() - while [ "$got_directory" = "false" ] - do - echo_no_nl "$dirutil1a $ICAInstDir] $dirutil1b" +@@ -1803,7 +1805,7 @@ setCDSourceDir() + echo_no_nl "$dirutil1a" + echo_no_nl "-i" "$ICAInstDir" + echo_no_nl "] $dirutil1b" - read newCDSourceDir + newCDSOurceDir=${DefaultInstallDir} if [ "x$newCDSourceDir" != "x" ] then CDSourceDir="$newCDSourceDir" -@@ -1867,7 +1863,7 @@ setICAInstDir() - while [ "$got_directory" = "false" ] - do - echo_no_nl "$dirutil4a $ICAInstDir] $dirutil4b" +@@ -1876,7 +1878,7 @@ setICAInstDir() + echo_no_nl "$dirutil4a " + echo_no_nl "-i" "$ICAInstDir" + echo_no_nl "] $dirutil4b" - read newICAInstDir + newICAInstDir=${DefaultInstallDir} if [ "`echo x$newICAInstDir | tolower`" = "x$INSTALLER_QUIT" ] then FAIL_MSG=$dirutil13 -@@ -2457,7 +2453,7 @@ install_packages(){ +@@ -2468,7 +2470,7 @@ install_packages(){ then : else - /bin/false + /usr/bin/false return fi -@@ -2531,7 +2527,7 @@ install_packages(){ +@@ -2542,7 +2544,7 @@ install_packages(){ fi fi - /bin/true + /usr/bin/true } #!/bin/sh -@@ -2672,26 +2668,18 @@ esac +@@ -2663,26 +2665,18 @@ esac netscape_integrate() { - user_echo $integrate_netscape1 if test -z "$SU_INSTALL" then set_npui_variables found_netscape else search_ok=0 - EXTRA_BROWSERS=`find_browsers` - - if test -d "/usr/lib/netscape"\ - || test -d "/usr/local/netscape"\ - || test -d "/opt/netscape"\ - || test -d "/usr/local/lib/netscape"\ - || test -d "/usr/dt/appconfig/netscape"\ - || test "$MOZILLA_HOME" != "" -a -d "$MOZILLA_HOME"\ - || test "$EXTRA_BROWSERS" != "" - then + case ${FOUND_NS} in + TRUE) user_echo $integrate_netscape3 found_netscape - else + ;; + *) user_prompt "$integrate_netscape2" getyesno $INSTALLER_NO if [ "$ANSWER" = "$INSTALLER_YES" ] -@@ -2700,7 +2688,8 @@ netscape_integrate() +@@ -2691,7 +2685,8 @@ netscape_integrate() else user_echo $integrate_netscape6 fi - fi + ;; + esac fi # Create utility script files in install root. -@@ -4424,8 +4413,8 @@ main_install_menu(){ +@@ -4334,8 +4329,8 @@ main_install_menu(){ "$ECHO_CMD" $menus5 return 0 fi - while true - do + #while true + #do # # Get the Function the user wants to perform # -@@ -4439,7 +4428,7 @@ main_install_menu(){ +@@ -4349,7 +4344,7 @@ main_install_menu(){ fi echo_no_nl "$menus2 1-$menuItems [$keyDefault]: " - read keynum + keynum=1 if test "x$keynum" = "x" then -@@ -4504,7 +4493,7 @@ main_install_menu(){ +@@ -4414,7 +4409,7 @@ main_install_menu(){ # After any action make exit the default keyDefault=3 fi - done + #done } Index: head/net/citrix_ica/files/patch-setupwfc =================================================================== --- head/net/citrix_ica/files/patch-setupwfc (revision 448695) +++ head/net/citrix_ica/files/patch-setupwfc (revision 448696) @@ -1,15 +1,15 @@ ---- setupwfc.orig 2016-08-19 13:26:37 UTC +--- setupwfc.orig 2017-06-30 17:48:52 UTC +++ setupwfc -@@ -547,6 +547,12 @@ get_OS(){ - PLATFORM=hp - DISP_PLATFORM="Hewlett-Packard (HP-UX)" - ;; +@@ -519,6 +519,12 @@ get_OS(){ + + opsys=`uname -s` + case $opsys in + *BSD) + if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then + PLATFORM=linuxx86 + DISP_PLATFORM="Linux (x86)" + fi -+ ;; ++ ;; Linux) # We use uname -m to report processor type. If we # see 64 we assume a 64 bit Intel processor, if we see Index: head/net/citrix_ica/pkg-descr =================================================================== --- head/net/citrix_ica/pkg-descr (revision 448695) +++ head/net/citrix_ica/pkg-descr (revision 448696) @@ -1,22 +1,22 @@ Citrix(R) Presentation Server(TM) runs on Microsoft(R) Windows Server(TM) and UNIX(R) operating systems, and extends the base Windows Terminal Services platform by enhancing the end-user experience as well as increasing manageability, compatibility, security and scalability to address business-critical environments. This port includes the Citrix(R) Receiver(TM) software which allows connecting to Citrix(R) Presentation Server(TM). You will need to create the directory ${LINUXBASE}/dev or risk crashing your system. If your Citrix server does not have one of the supplied root-certificates, you can copy the certificate to /usr/ports/distfiles and add the following line to your /etc/make.conf: ICA_CERTS=mycert.crt It will then automatically be installed and removed with the normal FreeBSD package tools. -WWW: http://www.citrix.com/products/receiver/overview.html +WWW: http://www.citrix.com/products/receiver/ Index: head/net/citrix_ica/pkg-plist =================================================================== --- head/net/citrix_ica/pkg-plist (revision 448695) +++ head/net/citrix_ica/pkg-plist (revision 448696) @@ -1,534 +1,537 @@ %%WEBPLUGIN_DIR%%/ADPCM.DLL %%WEBPLUGIN_DIR%%/AUDALSA.DLL %%WEBPLUGIN_DIR%%/AUDOSS.DLL @(,,00555) %%WEBPLUGIN_DIR%%/AuthManagerDaemon %%WEBPLUGIN_DIR%%/CHARICONV.DLL @(,,00555) %%WEBPLUGIN_DIR%%/FlashContainer.bin %%WEBPLUGIN_DIR%%/PDCRYPT1.DLL %%WEBPLUGIN_DIR%%/PDCRYPT2.DLL @(,,00555) %%WEBPLUGIN_DIR%%/PrimaryAuthManager %%WEBPLUGIN_DIR%%/SPEEX.DLL @(,,00555) %%WEBPLUGIN_DIR%%/ServiceRecord %%WEBPLUGIN_DIR%%/VDCAM.DLL %%WEBPLUGIN_DIR%%/VDFLASH2.DLL %%WEBPLUGIN_DIR%%/VDGSTCAM.DLL %%WEBPLUGIN_DIR%%/VDHSSPI.DLL %%WEBPLUGIN_DIR%%/VDMM.DLL %%WEBPLUGIN_DIR%%/VDMSSPI.DLL %%WEBPLUGIN_DIR%%/VDSCARD.DLL %%WEBPLUGIN_DIR%%/VORBIS.DLL %%WEBPLUGIN_DIR%%/config/.server %%WEBPLUGIN_DIR%%/config/All_Regions.ini %%WEBPLUGIN_DIR%%/config/AuthManConfig.xml %%WEBPLUGIN_DIR%%/config/MediaStreamingConfig.tbl %%WEBPLUGIN_DIR%%/config/StoreCache.ctx-template %%WEBPLUGIN_DIR%%/config/Trusted_Region.ini %%WEBPLUGIN_DIR%%/config/Unknown_Region.ini %%WEBPLUGIN_DIR%%/config/Untrusted_Region.ini %%WEBPLUGIN_DIR%%/config/appsrv.template %%WEBPLUGIN_DIR%%/config/canonicalization.ini %%WEBPLUGIN_DIR%%/config/gstpresets/GstX264Enc.prs %%WEBPLUGIN_DIR%%/config/module.ini %%WEBPLUGIN_DIR%%/config/plugin.ini %%WEBPLUGIN_DIR%%/config/regions.ini %%WEBPLUGIN_DIR%%/config/usertemplate/All_Regions.ini %%WEBPLUGIN_DIR%%/config/usertemplate/Trusted_Region.ini %%WEBPLUGIN_DIR%%/config/usertemplate/Unknown_Region.ini %%WEBPLUGIN_DIR%%/config/usertemplate/Untrusted_Region.ini %%WEBPLUGIN_DIR%%/config/wfclient.template %%WEBPLUGIN_DIR%%/desktop/Citrix-mime_types.xml %%WEBPLUGIN_DIR%%/eula.txt +%%WEBPLUGIN_DIR%%/gtk/glade/instrumentation.glade %%WEBPLUGIN_DIR%%/gtk/glade/about.glade %%WEBPLUGIN_DIR%%/gtk/glade/aboutAdditional.glade %%WEBPLUGIN_DIR%%/gtk/glade/authdialogbox.glade %%WEBPLUGIN_DIR%%/gtk/glade/configmgr.glade %%WEBPLUGIN_DIR%%/gtk/glade/conncenter.glade %%WEBPLUGIN_DIR%%/gtk/glade/connect.glade %%WEBPLUGIN_DIR%%/gtk/glade/dialog.glade %%WEBPLUGIN_DIR%%/gtk/glade/flashdialogbox.glade %%WEBPLUGIN_DIR%%/gtk/glade/flashdialogbox1.glade %%WEBPLUGIN_DIR%%/gtk/glade/main.glade %%WEBPLUGIN_DIR%%/gtk/glade/promptAddress.glade %%WEBPLUGIN_DIR%%/gtk/glade/proxy.glade %%WEBPLUGIN_DIR%%/gtk/glade/zlc.glade %%WEBPLUGIN_DIR%%/gtk/resource.gtkrc %%WEBPLUGIN_DIR%%/help/index.htm %%WEBPLUGIN_DIR%%/icons/000_CtrlAltDelHover_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_CtrlAltDel_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_DisconnectHover_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_Disconnect_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_FullScreenHover_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_FullScreen_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_ReceiverWordmark_h32bit_158x19.png %%WEBPLUGIN_DIR%%/icons/000_Receiver_64.png %%WEBPLUGIN_DIR%%/icons/000_RestoreHover_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_Restore_h32bit_49x45.png %%WEBPLUGIN_DIR%%/icons/000_Security_16.png %%WEBPLUGIN_DIR%%/icons/000_Security_32.png %%WEBPLUGIN_DIR%%/icons/000_info_h32bit_16.png %%WEBPLUGIN_DIR%%/icons/000_info_h32bit_32.png %%WEBPLUGIN_DIR%%/icons/001_Alert_h32bit_16.png %%WEBPLUGIN_DIR%%/icons/001_Alert_h32bit_32.png %%WEBPLUGIN_DIR%%/icons/025_GrabBarDown90%_h32bit_188x16whiteblocks.png %%WEBPLUGIN_DIR%%/icons/025_GrabBarUp90%_h32bit_188x16whiteblocks.png %%WEBPLUGIN_DIR%%/icons/ActivityIndicatorOnWht_16x16.gif %%WEBPLUGIN_DIR%%/icons/DV_BottomEdge_90x65.png %%WEBPLUGIN_DIR%%/icons/DV_ButtonBackground_89x58.png %%WEBPLUGIN_DIR%%/icons/DV_LeftCorner_7x7.png %%WEBPLUGIN_DIR%%/icons/DV_LeftEdge_3x58.png %%WEBPLUGIN_DIR%%/icons/DV_RightCorner_7x7.png %%WEBPLUGIN_DIR%%/icons/DV_RightEdge_3x58.png %%WEBPLUGIN_DIR%%/icons/DV_Spacer_1x58.png %%WEBPLUGIN_DIR%%/icons/ReceiverNativeInstallBackground_h32bit_497x314.png %%WEBPLUGIN_DIR%%/icons/Tick_h32bit_16.png %%WEBPLUGIN_DIR%%/icons/Tick_h32bit_32.png %%WEBPLUGIN_DIR%%/icons/Windows_Receiver_Home-Icon-Hover_49x45.png %%WEBPLUGIN_DIR%%/icons/Windows_Receiver_Home-Icon_49x45.png %%WEBPLUGIN_DIR%%/icons/Windows_Receiver_LogOff-Icon-Hover_49x45.png %%WEBPLUGIN_DIR%%/icons/Windows_Receiver_LogOff-Icon_49x45.png %%WEBPLUGIN_DIR%%/icons/Windows_Receiver_Switch-Icon-Hover_49x45.png %%WEBPLUGIN_DIR%%/icons/Windows_Receiver_Switch-Icon_49x45.png %%WEBPLUGIN_DIR%%/icons/alert.png %%WEBPLUGIN_DIR%%/icons/background.png %%WEBPLUGIN_DIR%%/icons/disconnect.png %%WEBPLUGIN_DIR%%/icons/error.png %%WEBPLUGIN_DIR%%/icons/error_h32bit_16.png %%WEBPLUGIN_DIR%%/icons/error_h32bit_32.png %%WEBPLUGIN_DIR%%/icons/flash.png %%WEBPLUGIN_DIR%%/icons/info.png %%WEBPLUGIN_DIR%%/icons/manager.png %%WEBPLUGIN_DIR%%/icons/padlock_h32bit_16.png %%WEBPLUGIN_DIR%%/icons/receiver.png %%WEBPLUGIN_DIR%%/icons/session.xpm %%WEBPLUGIN_DIR%%/keyboard/age2.kbd %%WEBPLUGIN_DIR%%/keyboard/agex2.kbd %%WEBPLUGIN_DIR%%/keyboard/automatic.kbd %%WEBPLUGIN_DIR%%/keyboard/dcint401.kbd %%WEBPLUGIN_DIR%%/keyboard/dcintpcx.kbd %%WEBPLUGIN_DIR%%/keyboard/dcus401.kbd %%WEBPLUGIN_DIR%%/keyboard/dcuspcx.kbd %%WEBPLUGIN_DIR%%/keyboard/dec401.kbd %%WEBPLUGIN_DIR%%/keyboard/dec401uk.kbd %%WEBPLUGIN_DIR%%/keyboard/decpcx.kbd %%WEBPLUGIN_DIR%%/keyboard/decpcxuk.kbd %%WEBPLUGIN_DIR%%/keyboard/dg.kbd %%WEBPLUGIN_DIR%%/keyboard/dgfr.kbd %%WEBPLUGIN_DIR%%/keyboard/dggr.kbd %%WEBPLUGIN_DIR%%/keyboard/dguk.kbd %%WEBPLUGIN_DIR%%/keyboard/dgus.kbd %%WEBPLUGIN_DIR%%/keyboard/hp101.kbd %%WEBPLUGIN_DIR%%/keyboard/hpfritf.kbd %%WEBPLUGIN_DIR%%/keyboard/hpgritf.kbd %%WEBPLUGIN_DIR%%/keyboard/hpint101.kbd %%WEBPLUGIN_DIR%%/keyboard/hpintps2.kbd %%WEBPLUGIN_DIR%%/keyboard/hpitf.kbd %%WEBPLUGIN_DIR%%/keyboard/hpps2.kbd %%WEBPLUGIN_DIR%%/keyboard/hpuk101.kbd %%WEBPLUGIN_DIR%%/keyboard/hpukitf.kbd %%WEBPLUGIN_DIR%%/keyboard/hpukps2.kbd %%WEBPLUGIN_DIR%%/keyboard/hpus101.kbd %%WEBPLUGIN_DIR%%/keyboard/hpusitf.kbd %%WEBPLUGIN_DIR%%/keyboard/hpusps2.kbd %%WEBPLUGIN_DIR%%/keyboard/ibm.kbd %%WEBPLUGIN_DIR%%/keyboard/keyboard.ini %%WEBPLUGIN_DIR%%/keyboard/linux-ja.kbd %%WEBPLUGIN_DIR%%/keyboard/linux.kbd %%WEBPLUGIN_DIR%%/keyboard/mac101.kbd %%WEBPLUGIN_DIR%%/keyboard/ncdn-101.kbd %%WEBPLUGIN_DIR%%/keyboard/ncdn-102.kbd %%WEBPLUGIN_DIR%%/keyboard/netbsd.kbd %%WEBPLUGIN_DIR%%/keyboard/scoos5.kbd %%WEBPLUGIN_DIR%%/keyboard/scouw2.kbd %%WEBPLUGIN_DIR%%/keyboard/sg.kbd %%WEBPLUGIN_DIR%%/keyboard/sgindy.kbd %%WEBPLUGIN_DIR%%/keyboard/sgindyfr.kbd %%WEBPLUGIN_DIR%%/keyboard/sgindygr.kbd %%WEBPLUGIN_DIR%%/keyboard/sgindyuk.kbd %%WEBPLUGIN_DIR%%/keyboard/sgindyus.kbd %%WEBPLUGIN_DIR%%/keyboard/sngr.kbd %%WEBPLUGIN_DIR%%/keyboard/sparc3.kbd %%WEBPLUGIN_DIR%%/keyboard/sparc4.kbd %%WEBPLUGIN_DIR%%/keyboard/sparc5.kbd %%WEBPLUGIN_DIR%%/keyboard/sparc6usb.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcfr4.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcfr5.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcgr4.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcgr5.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcuk4.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcuk5.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcus3.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcus4.kbd %%WEBPLUGIN_DIR%%/keyboard/sparcus5.kbd %%WEBPLUGIN_DIR%%/keyboard/trimodal.kbd %%WEBPLUGIN_DIR%%/keystore/cacerts/1ec4d31a.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/2c543cd1.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/3513523f.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/399e7759.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/3ad48a91.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/415660c1.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/4bcd7fc4.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/4d654d1d.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/653b494a.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/6faac4e3.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/72fa7371.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/7651b327.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/7999be0d.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/85cf5865.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/BTCTRoot.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/Class3PCA_G2_v2.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/Class4PCA_G2_v2.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/DigiCertGlobalRootCA.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/DigiCertSHA2SecureServerCA.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/GTECTGlobalRoot.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/GeoTrust_Global_CA.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/Pcs3ss_v4.pem %%WEBPLUGIN_DIR%%/keystore/cacerts/c692a373.0 %%WEBPLUGIN_DIR%%/keystore/cacerts/ed049835.0 %%WEBPLUGIN_DIR%%/keystore/intcerts/DigiCertSHA2SecureServerCA.pem %%WEBPLUGIN_DIR%%/lib/UIDialogLib.so %%WEBPLUGIN_DIR%%/lib/ctxh264_fb.so %%WEBPLUGIN_DIR%%/lib/libAMSDK.so %%WEBPLUGIN_DIR%%/lib/libcoreavc_sdk.so %%WEBPLUGIN_DIR%%/lib/libkcph.so %%WEBPLUGIN_DIR%%/lib/libkcpm.so -%%WEBPLUGIN_DIR%%/libctxssl.so %%WEBPLUGIN_DIR%%/libproxy.so %%WEBPLUGIN_DIR%%/nls/C %%WEBPLUGIN_DIR%%/nls/de.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/de.UTF-8/XCapture.ad %%WEBPLUGIN_DIR%%/nls/de.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/de.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/de.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/de.UTF8 %%WEBPLUGIN_DIR%%/nls/de.utf8 %%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/AuthManager.mo %%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/flash.mo %%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/icaclient.mo %%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/selfservice.mo %%WEBPLUGIN_DIR%%/nls/de/LC_MESSAGES/servicerecord.mo %%WEBPLUGIN_DIR%%/nls/de/XCapture %%WEBPLUGIN_DIR%%/nls/de/XCapture.ad %%WEBPLUGIN_DIR%%/nls/de/appsrv.template %%WEBPLUGIN_DIR%%/nls/de/hinst.msg %%WEBPLUGIN_DIR%%/nls/de/index.htm %%WEBPLUGIN_DIR%%/nls/de/module.ini %%WEBPLUGIN_DIR%%/nls/de/module.ini.bak %%WEBPLUGIN_DIR%%/nls/de/pna.nls %%WEBPLUGIN_DIR%%/nls/de/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/de/wfclient.template %%WEBPLUGIN_DIR%%/nls/en.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/en.UTF-8/XCapture.ad %%WEBPLUGIN_DIR%%/nls/en.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/en.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/en.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/en.UTF8 %%WEBPLUGIN_DIR%%/nls/en.utf8 %%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/AuthManager.mo %%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/icaclient.mo %%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/selfservice.mo %%WEBPLUGIN_DIR%%/nls/en/LC_MESSAGES/servicerecord.mo %%WEBPLUGIN_DIR%%/nls/en/XCapture %%WEBPLUGIN_DIR%%/nls/en/XCapture.ad %%WEBPLUGIN_DIR%%/nls/en/appsrv.template %%WEBPLUGIN_DIR%%/nls/en/hinst.msg %%WEBPLUGIN_DIR%%/nls/en/index.htm %%WEBPLUGIN_DIR%%/nls/en/module.ini %%WEBPLUGIN_DIR%%/nls/en/module.ini.bak %%WEBPLUGIN_DIR%%/nls/en/pna.nls %%WEBPLUGIN_DIR%%/nls/en/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/en/wfclient.template %%WEBPLUGIN_DIR%%/nls/es.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/es.UTF-8/XCapture.ad %%WEBPLUGIN_DIR%%/nls/es.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/es.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/es.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/es.UTF8 %%WEBPLUGIN_DIR%%/nls/es.utf8 %%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/AuthManager.mo %%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/icaclient.mo %%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/selfservice.mo %%WEBPLUGIN_DIR%%/nls/es/LC_MESSAGES/servicerecord.mo %%WEBPLUGIN_DIR%%/nls/es/XCapture %%WEBPLUGIN_DIR%%/nls/es/XCapture.ad %%WEBPLUGIN_DIR%%/nls/es/appsrv.template %%WEBPLUGIN_DIR%%/nls/es/hinst.msg %%WEBPLUGIN_DIR%%/nls/es/index.htm %%WEBPLUGIN_DIR%%/nls/es/module.ini %%WEBPLUGIN_DIR%%/nls/es/module.ini.bak %%WEBPLUGIN_DIR%%/nls/es/pna.nls %%WEBPLUGIN_DIR%%/nls/es/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/es/wfclient.template %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/XCapture.ad %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/fr.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/fr.UTF8 %%WEBPLUGIN_DIR%%/nls/fr.utf8 %%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/AuthManager.mo %%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/icaclient.mo %%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/selfservice.mo %%WEBPLUGIN_DIR%%/nls/fr/LC_MESSAGES/servicerecord.mo %%WEBPLUGIN_DIR%%/nls/fr/XCapture %%WEBPLUGIN_DIR%%/nls/fr/XCapture.ad %%WEBPLUGIN_DIR%%/nls/fr/appsrv.template %%WEBPLUGIN_DIR%%/nls/fr/hinst.msg %%WEBPLUGIN_DIR%%/nls/fr/index.htm %%WEBPLUGIN_DIR%%/nls/fr/module.ini %%WEBPLUGIN_DIR%%/nls/fr/module.ini.bak %%WEBPLUGIN_DIR%%/nls/fr/pna.nls %%WEBPLUGIN_DIR%%/nls/fr/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/fr/wfclient.template %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/XCapture.ad %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/ja.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/ja.UTF8 %%WEBPLUGIN_DIR%%/nls/ja.utf8 %%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/AuthManager.mo %%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/flash.mo %%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/icaclient.mo %%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/selfservice.mo %%WEBPLUGIN_DIR%%/nls/ja/LC_MESSAGES/servicerecord.mo %%WEBPLUGIN_DIR%%/nls/ja/XCapture %%WEBPLUGIN_DIR%%/nls/ja/XCapture.ad %%WEBPLUGIN_DIR%%/nls/ja/appsrv.template %%WEBPLUGIN_DIR%%/nls/ja/hinst.msg %%WEBPLUGIN_DIR%%/nls/ja/index.htm %%WEBPLUGIN_DIR%%/nls/ja/module.ini %%WEBPLUGIN_DIR%%/nls/ja/module.ini.bak %%WEBPLUGIN_DIR%%/nls/ja/pna.nls %%WEBPLUGIN_DIR%%/nls/ja/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/ja/wfclient.template %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/XCapture.ad %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/ru.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/AuthManager.mo %%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/icaclient.mo %%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/selfservice.mo %%WEBPLUGIN_DIR%%/nls/ru/LC_MESSAGES/servicerecord.mo %%WEBPLUGIN_DIR%%/nls/ru/XCapture %%WEBPLUGIN_DIR%%/nls/ru/XCapture.ad %%WEBPLUGIN_DIR%%/nls/ru/appsrv.template %%WEBPLUGIN_DIR%%/nls/ru/hinst.msg %%WEBPLUGIN_DIR%%/nls/ru/index.htm %%WEBPLUGIN_DIR%%/nls/ru/module.ini %%WEBPLUGIN_DIR%%/nls/ru/module.ini.bak %%WEBPLUGIN_DIR%%/nls/ru/pna.nls %%WEBPLUGIN_DIR%%/nls/ru/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/ru/wfclient.template %%WEBPLUGIN_DIR%%/nls/zh_CN %%WEBPLUGIN_DIR%%/nls/zh_CN.UTF-8 %%WEBPLUGIN_DIR%%/nls/zh_CN.UTF8 %%WEBPLUGIN_DIR%%/nls/zh_CN.utf8 %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/XCapture %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/XCapture.ad %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/eula.txt %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/pna.nls %%WEBPLUGIN_DIR%%/nls/zh_HANS.UTF-8/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/AuthManager.mo %%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/icaclient.mo %%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/selfservice.mo %%WEBPLUGIN_DIR%%/nls/zh_HANS/LC_MESSAGES/servicerecord.mo %%WEBPLUGIN_DIR%%/nls/zh_HANS/XCapture %%WEBPLUGIN_DIR%%/nls/zh_HANS/XCapture.ad %%WEBPLUGIN_DIR%%/nls/zh_HANS/appsrv.template %%WEBPLUGIN_DIR%%/nls/zh_HANS/hinst.msg %%WEBPLUGIN_DIR%%/nls/zh_HANS/index.htm %%WEBPLUGIN_DIR%%/nls/zh_HANS/module.ini %%WEBPLUGIN_DIR%%/nls/zh_HANS/module.ini.bak %%WEBPLUGIN_DIR%%/nls/zh_HANS/pna.nls %%WEBPLUGIN_DIR%%/nls/zh_HANS/setupwfc.msg %%WEBPLUGIN_DIR%%/nls/zh_HANS/wfclient.template %%WEBPLUGIN_DIR%%/nls/zh_SN %%WEBPLUGIN_DIR%%/nls/zh_SN.UTF-8 %%WEBPLUGIN_DIR%%/nls/zh_SN.UTF8 %%WEBPLUGIN_DIR%%/nls/zh_SN.utf8 %%WEBPLUGIN_DIR%%/npica.so %%WEBPLUGIN_DIR%%/pkginf/F.core.linuxx86 %%WEBPLUGIN_DIR%%/pkginf/Ver.core.linuxx86 %%WEBPLUGIN_DIR%%/pkginf/changeno.dat @(,,00555) %%WEBPLUGIN_DIR%%/selfservice %%WEBPLUGIN_DIR%%/setupwfc %%WEBPLUGIN_DIR%%/site/contrib/custom.script.js %%WEBPLUGIN_DIR%%/site/contrib/custom.style.css %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.de.js %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.en.js %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.es.js %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.fr.js %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.ja.js %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.ru.js %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.zh-CN.js %%WEBPLUGIN_DIR%%/site/contrib/custom.wrstrings.zh-TW.js %%WEBPLUGIN_DIR%%/site/css/Default.htm.style.min.css %%WEBPLUGIN_DIR%%/site/css/jquery-contextmenu.css %%WEBPLUGIN_DIR%%/site/css/jquery.jscrollpane.css %%WEBPLUGIN_DIR%%/site/media/ButtonDisabledLeft.png %%WEBPLUGIN_DIR%%/site/media/ButtonDisabledRight.png %%WEBPLUGIN_DIR%%/site/media/ButtonHoverLeft.png %%WEBPLUGIN_DIR%%/site/media/ButtonHoverRight.png %%WEBPLUGIN_DIR%%/site/media/ButtonNormalLeft.png %%WEBPLUGIN_DIR%%/site/media/ButtonNormalRight.png %%WEBPLUGIN_DIR%%/site/media/ButtonPressedLeft.png %%WEBPLUGIN_DIR%%/site/media/ButtonPressedRight.png %%WEBPLUGIN_DIR%%/site/media/LaunchReady.png %%WEBPLUGIN_DIR%%/site/media/Loader.gif %%WEBPLUGIN_DIR%%/site/media/Screen_shadow_bottom.png %%WEBPLUGIN_DIR%%/site/media/Screen_shadow_top.png %%WEBPLUGIN_DIR%%/site/media/ScrollHandleBottom.png %%WEBPLUGIN_DIR%%/site/media/ScrollHandleMiddle.png %%WEBPLUGIN_DIR%%/site/media/ScrollHandleTop.png %%WEBPLUGIN_DIR%%/site/media/Scroll_gradientBar.png %%WEBPLUGIN_DIR%%/site/media/Scroll_gradientBar_green_transparent.png %%WEBPLUGIN_DIR%%/site/media/bg_bubbles.jpg %%WEBPLUGIN_DIR%%/site/media/bubble_bg.png %%WEBPLUGIN_DIR%%/site/media/bubble_bottom.png %%WEBPLUGIN_DIR%%/site/media/bubble_left.png %%WEBPLUGIN_DIR%%/site/media/bubble_right.png %%WEBPLUGIN_DIR%%/site/media/bubble_top.png %%WEBPLUGIN_DIR%%/site/media/cmenu_bottom.png %%WEBPLUGIN_DIR%%/site/media/cmenu_bottom_left.png %%WEBPLUGIN_DIR%%/site/media/cmenu_bottom_right.png %%WEBPLUGIN_DIR%%/site/media/cmenu_left.png %%WEBPLUGIN_DIR%%/site/media/cmenu_right.png %%WEBPLUGIN_DIR%%/site/media/cmenu_top.png %%WEBPLUGIN_DIR%%/site/media/cmenu_top_left.png %%WEBPLUGIN_DIR%%/site/media/cmenu_top_right.png %%WEBPLUGIN_DIR%%/site/media/dialogBox_overlay1.png %%WEBPLUGIN_DIR%%/site/media/dialogBox_overlay_extended.png %%WEBPLUGIN_DIR%%/site/media/dotseparator.png %%WEBPLUGIN_DIR%%/site/media/messagebox/bottombody.png %%WEBPLUGIN_DIR%%/site/media/messagebox/bottomleft.png %%WEBPLUGIN_DIR%%/site/media/messagebox/bottomright.png %%WEBPLUGIN_DIR%%/site/media/messagebox/middlebody.png %%WEBPLUGIN_DIR%%/site/media/messagebox/middleleft.png %%WEBPLUGIN_DIR%%/site/media/messagebox/middleright.png %%WEBPLUGIN_DIR%%/site/media/messagebox/topbody.png %%WEBPLUGIN_DIR%%/site/media/messagebox/topleft.png %%WEBPLUGIN_DIR%%/site/media/messagebox/topright.png %%WEBPLUGIN_DIR%%/site/media/onemoment.gif %%WEBPLUGIN_DIR%%/site/media/washer_16x16.gif %%WEBPLUGIN_DIR%%/site/media/washer_sample.gif %%WEBPLUGIN_DIR%%/site/native/CitrixReceiver@2x.png %%WEBPLUGIN_DIR%%/site/native/CitrixReceiverLogo_Home@2x.png %%WEBPLUGIN_DIR%%/site/native/error.css %%WEBPLUGIN_DIR%%/site/native/error.html %%WEBPLUGIN_DIR%%/site/native/error.js %%WEBPLUGIN_DIR%%/site/native/ico_dropdown_icon.png %%WEBPLUGIN_DIR%%/site/native/loading.html %%WEBPLUGIN_DIR%%/site/native/localization/de/ctxs.strings.de.js %%WEBPLUGIN_DIR%%/site/native/localization/en/ctxs.strings.en.js %%WEBPLUGIN_DIR%%/site/native/localization/es/ctxs.strings.es.js %%WEBPLUGIN_DIR%%/site/native/localization/fr/ctxs.strings.fr.js %%WEBPLUGIN_DIR%%/site/native/localization/ja/ctxs.strings.ja.js %%WEBPLUGIN_DIR%%/site/native/localization/ru/ctxs.strings.ru.js %%WEBPLUGIN_DIR%%/site/native/localization/zh-CN/ctxs.strings.zh-CN.js %%WEBPLUGIN_DIR%%/site/native/native.js %%WEBPLUGIN_DIR%%/site/native/spinner@2x.gif %%WEBPLUGIN_DIR%%/site/scripts/Default.htm.style.min.js %%WEBPLUGIN_DIR%%/site/scripts/de/ctxs.wrstrings.js %%WEBPLUGIN_DIR%%/site/scripts/es/ctxs.wrstrings.js %%WEBPLUGIN_DIR%%/site/scripts/fr/ctxs.wrstrings.js %%WEBPLUGIN_DIR%%/site/scripts/ja/ctxs.wrstrings.js %%WEBPLUGIN_DIR%%/site/scripts/jquery-ui.js %%WEBPLUGIN_DIR%%/site/scripts/jquery.contextmenu.js %%WEBPLUGIN_DIR%%/site/scripts/jquery.hammer.min.js %%WEBPLUGIN_DIR%%/site/scripts/jquery.js %%WEBPLUGIN_DIR%%/site/scripts/jquery.jscrollpane.js %%WEBPLUGIN_DIR%%/site/scripts/jquery.mousewheel.js %%WEBPLUGIN_DIR%%/site/scripts/ru/ctxs.wrstrings.js %%WEBPLUGIN_DIR%%/site/scripts/zh-CN/ctxs.wrstrings.js %%WEBPLUGIN_DIR%%/site/scripts/zh-TW/ctxs.wrstrings.js %%WEBPLUGIN_DIR%%/site/selfservice.html %%WEBPLUGIN_DIR%%/site/setup_account_screen/ReceiverFullScreenBackground.jpg %%WEBPLUGIN_DIR%%/site/setup_account_screen/SetupAccount.html %%WEBPLUGIN_DIR%%/site/sum_screen/ReceiverFullScreenBackground.jpg %%WEBPLUGIN_DIR%%/site/sum_screen/SharedUserMode.html %%WEBPLUGIN_DIR%%/site/sum_screen/spinner_white.gif %%WEBPLUGIN_DIR%%/site/sum_screen/strings.js %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/AddAppCoachingMark.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Added_checkMark.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/CitrixDesktop_AvailableGrayDot.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/CitrixDesktop_RunningGreenDot.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/DownArrow.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/DownArrowSelected.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Home_SemiTranslucent.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Icon_close_hint.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/Icon_close_solid.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/MainAppIcon_hover_backonly.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/MainAppIcon_normal.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SearchField.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnLeft.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnLeft_Down.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnLeft_Hover.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnRight.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnRight_Down.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/SwitcherBtnRight_Hover.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/UserMenuSelect.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/accessDenied.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/cancel.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/cancelHover.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/categoryFolderLevel.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/header_gradient.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_doc_hover.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_doc_normal.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_doc_selected.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/icon_folder_padding_tweak.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/logo_CR.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/logo_CR_blackbg.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/magnify_blackbg.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/missing1.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/pending.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/plusSign_hover.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/plusSign_normal.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/progressInner.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/progressOuter.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/search_categoryGradient.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_app_bg.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_bg.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_eastarrow1.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_eastarrow_hover1.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_otherssubcat.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_southarrow1.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/store_category_southarrow_hover1.png %%WEBPLUGIN_DIR%%/site/uiareas/Store/media/transparent.gif %%WEBPLUGIN_DIR%%/usb/VDGUSB.DLL %%WEBPLUGIN_DIR%%/usb/ctx_usb_isactive %%WEBPLUGIN_DIR%%/usb/ctxusb %%WEBPLUGIN_DIR%%/usb/ctxusbd %%WEBPLUGIN_DIR%%/usb/ctxusbd.rc %%WEBPLUGIN_DIR%%/usb/ica-usb.rules %%WEBPLUGIN_DIR%%/usb/usb.conf +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play0.10 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play1.0 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read0.10 +@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read1.0 +@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm0.10.so +@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm1.0.so @(,,00555) %%WEBPLUGIN_DIR%%/util/DeleteCompleteFlashCache.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/configmgr @(,,00555) %%WEBPLUGIN_DIR%%/util/conncenter @(,,00555) %%WEBPLUGIN_DIR%%/util/ctx_app_bind @(,,00555) %%WEBPLUGIN_DIR%%/util/ctx_rehash @(,,00555) %%WEBPLUGIN_DIR%%/util/echo_cmd @(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_play @(,,00555) %%WEBPLUGIN_DIR%%/util/gst_aud_read -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_play -@(,,00555) %%WEBPLUGIN_DIR%%/util/gst_read @(,,00555) %%WEBPLUGIN_DIR%%/util/hdxcheck.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/hinst @(,,00555) %%WEBPLUGIN_DIR%%/util/icalicense.sh -@(,,00555) %%WEBPLUGIN_DIR%%/util/libgstflatstm.so @(,,00555) %%WEBPLUGIN_DIR%%/util/lurdump @(,,00555) %%WEBPLUGIN_DIR%%/util/new_store @(,,00555) %%WEBPLUGIN_DIR%%/util/nslaunch @(,,00555) %%WEBPLUGIN_DIR%%/util/pac.js @(,,00555) %%WEBPLUGIN_DIR%%/util/pacexec @(,,00555) %%WEBPLUGIN_DIR%%/util/pnabrowse @(,,00555) %%WEBPLUGIN_DIR%%/util/pnabrowse_launch @(,,00555) %%WEBPLUGIN_DIR%%/util/storebrowse @(,,00555) %%WEBPLUGIN_DIR%%/util/sunraymac.sh @(,,00555) %%WEBPLUGIN_DIR%%/util/what @(,,00555) %%WEBPLUGIN_DIR%%/util/xcapture @(,,00555) %%WEBPLUGIN_DIR%%/wfica bin/wfcmgr bin/wfica etc/icalicense/clientlicense @dir %%WEBPLUGIN_DIR%%/PKCS#11