个人工具

UbuntuHelp:CitrixICAClientHowTo

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 12:32的版本

跳转至: 导航, 搜索


Parent page: Internet and Networking

The Citrix ICA Client allows access to remote Windows sessions run from a Citrix server.

This guide written for Dapper. It works for the author, but YMMV.

Download the Citrix ICA Client RPM

Locate and download the Version 9.0 ICA Linux client RPM from:

http://www.citrix.com/lang/English/downloads.asp

The name of the file you want is 'ICAClient-9.0-1.i386.rpm'

Convert the RPM package to .deb

Install the 'alien' package:

sudo apt-get install alien

Create the .deb

alien ICAClient-9.0-1.i386.rpm

This will create the file 'ICAClient-9.0-1.i386.deb'

Install the .deb

sudo dpkg -i ICAClient-9.0-1.i386.deb

Install the motif libraries

sudo apt-get install libmotif3

Kubuntu only: install libxp6

sudo apt-get install libxp6

Firefox PNAgent ICA Plugin

Symlink the PNAgent ICA plugin for Firefox

sudo ln –s /usr/lib/ICAClient/npica.so /usr/lib/firefox/plugins/npica.so

Client Setup

You should now be able to configure the client by running:

/usr/lib/ICAClient/wfcmgr

Setup a new connection from: Tools -> Settings -> Preferences (pull down to) Server Location (Your network admin should be able to supply the details)

Configure the server options: Connection -> New -> Network (Again, your network admin should be able to supply the details)

Configure display options: Connection -> Properties -> Network (pull down to) Window Select 16 million colors (if your vid card supports it) & Seamless Window

Once the client is configured, you can launch the ICA client by running:

/usr/lib/ICAClient/wfica

You also might like to update the PATH definition in /etc/environment to include /usr/lib/ICAClient

Alternatively, create a symlink for wfica:

sudo ln -s /usr/lib/ICAClient/wfica /usr/local/bin/wfica