个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:CitrixICAClientHowTo}}
 
{{Languages|UbuntuHelp:CitrixICAClientHowTo}}
 
Parent page: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
 
Parent page: [[UbuntuHelp:InternetAndNetworking| Internet and Networking]]
 
 
The Citrix ICA Client allows access to remote Windows sessions run from a Citrix server.
 
The Citrix ICA Client allows access to remote Windows sessions run from a Citrix server.
 
 
== Citrix Client 10.6 on Ubuntu 7.04 (Feisty) & Ubuntu 7.10 (Gutsy) ==
 
== Citrix Client 10.6 on Ubuntu 7.04 (Feisty) & Ubuntu 7.10 (Gutsy) ==
 
These instructions are known to work on Ubuntu 7.04 and 7.10
 
These instructions are known to work on Ubuntu 7.04 and 7.10
 
(See further down for a Dapper guide)
 
(See further down for a Dapper guide)
 
 
=== Download Citrix client 10.6 ===
 
=== Download Citrix client 10.6 ===
 
 
http://www.citrix.com/English/SS/downloads/downloads.asp?dID=2755 or http://www.citrix.com/ and click on 'Download', then 'Clients'.  Click on 'Linux' and choose to download the .tar.gz file
 
http://www.citrix.com/English/SS/downloads/downloads.asp?dID=2755 or http://www.citrix.com/ and click on 'Download', then 'Clients'.  Click on 'Linux' and choose to download the .tar.gz file
 
 
=== Install Prerequisite Software ===
 
=== Install Prerequisite Software ===
 
 
<pre><nowiki>sudo aptitude install libmotif3
 
<pre><nowiki>sudo aptitude install libmotif3
 
sudo aptitude install libxaw7
 
sudo aptitude install libxaw7
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Expand Zip file and Install ===
 
=== Expand Zip file and Install ===
 
 
Move .tar.gz file to a temporary folder and extract installation files
 
Move .tar.gz file to a temporary folder and extract installation files
 
 
<pre><nowiki>sudo tar xvfz en.linuxx86.tar.gz
 
<pre><nowiki>sudo tar xvfz en.linuxx86.tar.gz
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Install the Citrix Client
 
Install the Citrix Client
 
 
<pre><nowiki>sudo ./setupwfc
 
<pre><nowiki>sudo ./setupwfc
* Install Citrix Presentation Server Client 10.6
+
# Install Citrix Presentation Server Client 10.6
 
:
 
:
* I accept
+
# I accept
 
:
 
:
 
Do you want to integrate the Citrix client with KDE and GNOME? [default y]: y
 
Do you want to integrate the Citrix client with KDE and GNOME? [default y]: y
 
:
 
:
* Quit Citrix Presentation Server Client 10.6 setup
+
3. Quit Citrix Presentation Server Client 10.6 setup
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Set up wfica on the Search Path ===
 
=== Set up wfica on the Search Path ===
 
 
Create link in a folder that is on the search path
 
Create link in a folder that is on the search path
 
 
<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></pre>
 
</nowiki></pre>
 
 
=== Using the Citrix Client 10.6 ===
 
=== Using the Citrix Client 10.6 ===
 
 
This will now be enabled for use with a Web Interface system - without any further action
 
This will now be enabled for use with a Web Interface system - without any further action
 
 
If you do not use a Web Interface system, configure the client using the configuration GUI
 
If you do not use a Web Interface system, configure the client using the configuration GUI
 
 
<pre><nowiki>/usr/lib/ICAClient/wfcmgr &
 
<pre><nowiki>/usr/lib/ICAClient/wfcmgr &
 
</nowiki></pre>
 
</nowiki></pre>
 
 
<br>
 
<br>
 
 
== Citrix Client 10 on Dapper ==
 
== Citrix Client 10 on Dapper ==
 
 
This following guide is written for Dapper. It works for the author, but YMMV.
 
This following guide is written for Dapper. It works for the author, but YMMV.
 
 
=== Download the Citrix ICA Client RPM ===
 
=== Download the Citrix ICA Client RPM ===
 
 
Locate and download the latest (currently version 10.0) ICA Linux client RPM from:  
 
Locate and download the latest (currently version 10.0) ICA Linux client RPM from:  
 
 
http://www.citrix.com/lang/English/downloads.asp
 
http://www.citrix.com/lang/English/downloads.asp
 
 
=== Convert the RPM package to .deb ===
 
=== Convert the RPM package to .deb ===
 
 
Install the 'alien' package:
 
Install the 'alien' package:
 
<pre><nowiki>sudo apt-get install alien
 
<pre><nowiki>sudo apt-get install alien
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Create the .deb
 
Create the .deb
 
<pre><nowiki>alien ICAClient-10.0-2.i386.rpm
 
<pre><nowiki>alien ICAClient-10.0-2.i386.rpm
 
</nowiki></pre>
 
</nowiki></pre>
 
 
This will create the file 'icaclient-10.0-2.i386.deb'
 
This will create the file 'icaclient-10.0-2.i386.deb'
 
 
=== Install the .deb ===
 
=== Install the .deb ===
 
 
<pre><nowiki>sudo dpkg -i icaclient-10.0-2.i386.deb
 
<pre><nowiki>sudo dpkg -i icaclient-10.0-2.i386.deb
 
</nowiki></pre>
 
</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></pre>
 
</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></pre>
 
</nowiki></pre>
 
 
=== Firefox PNAgent ICA Plugin ===
 
=== Firefox PNAgent ICA Plugin ===
 
Symlink the PNAgent ICA plugin for Firefox
 
Symlink the PNAgent ICA plugin for Firefox
 
 
<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></pre>
 
</nowiki></pre>
 
 
=== Client Setup ===
 
=== Client Setup ===
 
 
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></pre>
 
</nowiki></pre>
 
 
Setup a new connection from:
 
Setup a new connection from:
 
'''Tools -> Settings -> Preferences''' (pull down to) '''Server Location'''
 
'''Tools -> Settings -> Preferences''' (pull down to) '''Server Location'''
 
(Your network admin should be able to supply the details)
 
(Your network admin should be able to supply the details)
 
 
Configure the server options:
 
Configure the server options:
 
'''Connection -> New -> Network'''
 
'''Connection -> New -> Network'''
 
(Again, your network admin should be able to supply the details)
 
(Again, your network admin should be able to supply the details)
 
 
Configure display options:
 
Configure display options:
 
'''Connection -> Properties -> Network''' (pull down to) '''Window'''
 
'''Connection -> Properties -> Network''' (pull down to) '''Window'''
 
Select 16 million colors (if your vid card supports it) & Seamless 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:
 
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></pre>
 
</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
 
 
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

2007年11月30日 (五) 16:29的版本


Parent page: Internet and Networking The Citrix ICA Client allows access to remote Windows sessions run from a Citrix server.

Citrix Client 10.6 on Ubuntu 7.04 (Feisty) & Ubuntu 7.10 (Gutsy)

These instructions are known to work on Ubuntu 7.04 and 7.10 (See further down for a Dapper guide)

Download Citrix client 10.6

http://www.citrix.com/English/SS/downloads/downloads.asp?dID=2755 or http://www.citrix.com/ and click on 'Download', then 'Clients'. Click on 'Linux' and choose to download the .tar.gz file

Install Prerequisite Software

sudo aptitude install libmotif3
sudo aptitude install libxaw7

Expand Zip file and Install

Move .tar.gz file to a temporary folder and extract installation files

sudo tar xvfz en.linuxx86.tar.gz

Install the Citrix Client

sudo ./setupwfc
# Install Citrix Presentation Server Client 10.6
:
# I accept
:
Do you want to integrate the Citrix client with KDE and GNOME? [default y]: y
:
3. Quit Citrix Presentation Server Client 10.6 setup

Set up wfica on the Search Path

Create link in a folder that is on the search path

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

Using the Citrix Client 10.6

This will now be enabled for use with a Web Interface system - without any further action If you do not use a Web Interface system, configure the client using the configuration GUI

/usr/lib/ICAClient/wfcmgr &


Citrix Client 10 on Dapper

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

Download the Citrix ICA Client RPM

Locate and download the latest (currently version 10.0) ICA Linux client RPM from: http://www.citrix.com/lang/English/downloads.asp

Convert the RPM package to .deb

Install the 'alien' package:

sudo apt-get install alien

Create the .deb

alien ICAClient-10.0-2.i386.rpm

This will create the file 'icaclient-10.0-2.i386.deb'

Install the .deb

sudo dpkg -i icaclient-10.0-2.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