Written by: James McQuillan (jam@Ltsp.org)
May 22, 2002
This howto assumes that you already have LTSP installed and working, and also you have Local apps configured.
mkdir /tmp/ica
cd /tmp/ica
tar xzf ./linuxx86.tar.gz
./setupwfc
It will ask a series of questions. The only one you need to
worry about is which directory to install the client package
into. You need to enter:
/opt/ltsp/i386/usr/lib/ICAClient
It will warn you that this is different from the default directory, but that is ok.
cd /usr/lib
find ./locale -print | cpio -pmud /opt/ltsp/i386/usr/lib
The script should look like this:
#!/bin/bash
HOST=`echo $DISPLAY | awk -F: '{ print $1 }'`
rsh ${HOST} LANG=en_US /usr/lib/ICAClient/wfcmgr -display ${DISPLAY}
Now, you can run the ICA client by running the local_ica. You should also be able to setup an Icon on the desktop, or a menu item to call the script.