Para realizar la instalación del corrector ortográfico en evolution, en mi caso el de castellano y catalán, el de ingles tiene que venir por defecto instalado:

apt-get install aspell-es aspell-cat

Descargamos el cliente citrix desde www.citrix.com.

Una vez descargado, lo descomprimimos:

root@tucsys:/opt/local/citrix# tar zxvf en.linuxx86.tar.gz

Ejecutamos la instalación del cliente ica:

root@tucsys:/opt/local/citrix# ./setupwfc

Select a setup option:

1. Install Citrix Presentation Server Client 10.6
2. Remove Citrix Presentation Server Client 10.6
3. Quit Citrix Presentation Server Client 10.6 setup

Enter option number 1-3 [1]: 1

Please enter the directory in which Citrix Presentation Server Client is to be installed.
[default /usr/lib/ICAClient]
or type “quit” to abandon the installation: <pulsamos enter>

You have chosen to install Citrix Presentation Server Client 10.6 in /usr/lib/ICAClient.

Proceed with installation? [default n]: y

CITRIX(R) LICENSE AGREEMENT

Use of this component is subject to the Citrix license covering the
Citrix product(s) with which you will be using this component. This
component is only licensed for use with such Citrix product(s).

CTX_code EP_T_A34320

Select an option:

1. I accept
2. I do not accept

Enter option number 1-2 [2]: 1

Installation proceeding…

Checking available disk space …

Disk space available 47115580 K
Disk space required 4961 K

Continuing …
Creating directory /usr/lib/ICAClient
Core package…
Setting file permissions…
Integrating with browsers…
Browsers found.

Integration complete.
Do you want to integrate the Citrix client with KDE and GNOME? [default y]: y

Select a setup option:

1. Install Citrix Presentation Server Client 10.6
2. Remove Citrix Presentation Server Client 10.6
3. Quit Citrix Presentation Server Client 10.6 setup

Enter option number 1-3 [2]: 3

ESTADÍSTICAS AWSTATS:

Lo primero sera que apache nos de la información del sistema operativo y explorador que utiliza el cliente para conectarse, añadimos esta información al httpd.conf substituyendo las directivas LogFormat y CustomLog:

LogFormat “%h %l %u %t \”%r\” %>s %b \”%{Referer}i\” \”%{User-Agent}i\”" combined
LogFormat “%h %l %u %t \”%r\” %>s %b” common
LogFormat “%{Referer}i -> %U” referer
LogFormat “%{User-agent}i” agent
CustomLog /opt/local/apache/logs/access_log combined

*Reiniciamos apache.

El siguiente paso sera configurar el fichero .conf de awstats para que pueda leer el nuevo formato de apache, en mi caso el fichero esta ubicado en /etc/awstats/awstats.fichero.conf, buscamos la linea:

LogFormat y la establecemos a 1, es decir:

LogFormat=1

Debemos también cerciorarnos de las siguientes directivas:

LevelForBrowsersDetection=2
LevelForOSDetection=2
ShowOSStats=1
ShowBrowsersStats=1

Si queremos que nos muestre de la ubicación geográfica del cliente, debemos activar el siguiente modulo:

LoadPlugin=”geoipfree”

Para esta ultima opción, debemos de tener instalado el modulo geoipfree, puede hacerse de la siguiente manera:

apt-get install libgeo-ipfree-perl

Una vez hecho esto, tenemos que actualizar las estadísticas del awstats y deberíamos de ver ya el top de sistemas operativos, exploradores y zona geográfica del cliente.