个人工具

UbuntuHelp:CitrixICAClientHowTo

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 11:22的版本 (New page: {{From|https://help.ubuntu.com/community/CitrixICAClientHowTo}} {{Languages|php5}} Parent page: Internet and Networking The Citrix ICA Client allows ...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索


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
</code>

Create the .deb
<pre>alien ICAClient-9.0-1.i386.rpm
</code>

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

== Install the .deb ==

<pre>sudo dpkg -i ICAClient-9.0-1.i386.deb
</code>

== Install the motif libraries ==

<pre>sudo apt-get install libmotif3
</code>

'''Kubuntu only:'''
install libxp6
<pre>sudo apt-get install libxp6
</code>

== Firefox PNAgent ICA Plugin ==
Symlink the PNAgent ICA plugin for Firefox

<pre>sudo ln –s /usr/lib/ICAClient/npica.so /usr/lib/firefox/plugins/npica.so
</code>

== Client Setup ==

You should now be able to configure the client by running:
<pre>/usr/lib/ICAClient/wfcmgr
</code>

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:
<pre>/usr/lib/ICAClient/wfica
</code>

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

Alternatively, create a symlink for wfica:
<pre>sudo ln -s /usr/lib/ICAClient/wfica /usr/local/bin/wfica
</code>

[[category:UbuntuHelp]]