个人工具

“UbuntuHelp:CitrixICAClientHowTo”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/CitrixICAClientHowTo}} {{Languages|php5}} Parent page: Internet and Networking The Citrix ICA Client allows ...)
 
第19行: 第19行:
 
Install the 'alien' package:
 
Install the 'alien' package:
 
<pre><nowiki>sudo apt-get install alien
 
<pre><nowiki>sudo apt-get install alien
</nowiki></code>
+
</nowiki></pre>
  
 
Create the .deb
 
Create the .deb
 
<pre><nowiki>alien ICAClient-9.0-1.i386.rpm
 
<pre><nowiki>alien ICAClient-9.0-1.i386.rpm
</nowiki></code>
+
</nowiki></pre>
  
 
This will create the file 'ICAClient-9.0-1.i386.deb'
 
This will create the file 'ICAClient-9.0-1.i386.deb'
第30行: 第30行:
  
 
<pre><nowiki>sudo dpkg -i ICAClient-9.0-1.i386.deb
 
<pre><nowiki>sudo dpkg -i ICAClient-9.0-1.i386.deb
</nowiki></code>
+
</nowiki></pre>
  
 
== Install the motif libraries ==
 
== Install the motif libraries ==
  
 
<pre><nowiki>sudo apt-get install libmotif3
 
<pre><nowiki>sudo apt-get install libmotif3
</nowiki></code>
+
</nowiki></pre>
  
 
'''Kubuntu only:'''
 
'''Kubuntu only:'''
 
install libxp6
 
install libxp6
 
<pre><nowiki>sudo apt-get install libxp6
 
<pre><nowiki>sudo apt-get install libxp6
</nowiki></code>
+
</nowiki></pre>
  
 
== Firefox PNAgent ICA Plugin ==
 
== Firefox PNAgent ICA Plugin ==
第46行: 第46行:
  
 
<pre><nowiki>sudo ln –s /usr/lib/ICAClient/npica.so /usr/lib/firefox/plugins/npica.so
 
<pre><nowiki>sudo ln –s /usr/lib/ICAClient/npica.so /usr/lib/firefox/plugins/npica.so
</nowiki></code>
+
</nowiki></pre>
  
 
== Client Setup ==
 
== Client Setup ==
第52行: 第52行:
 
You should now be able to configure the client by running:
 
You should now be able to configure the client by running:
 
<pre><nowiki>/usr/lib/ICAClient/wfcmgr
 
<pre><nowiki>/usr/lib/ICAClient/wfcmgr
</nowiki></code>
+
</nowiki></pre>
  
 
Setup a new connection from:
 
Setup a new connection from:
第68行: 第68行:
 
Once the client is configured, you can launch the ICA client by running:
 
Once the client is configured, you can launch the ICA client by running:
 
<pre><nowiki>/usr/lib/ICAClient/wfica
 
<pre><nowiki>/usr/lib/ICAClient/wfica
</nowiki></code>
+
</nowiki></pre>
  
 
You also might like to update the PATH definition in /etc/environment to include /usr/lib/ICAClient
 
You also might like to update the PATH definition in /etc/environment to include /usr/lib/ICAClient
第74行: 第74行:
 
Alternatively, create a symlink for wfica:
 
Alternatively, create a symlink for wfica:
 
<pre><nowiki>sudo ln -s /usr/lib/ICAClient/wfica /usr/local/bin/wfica
 
<pre><nowiki>sudo ln -s /usr/lib/ICAClient/wfica /usr/local/bin/wfica
</nowiki></code>
+
</nowiki></pre>
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

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