Archive for the 'Howto' Category

Citrix Client 10 on Ubuntu Linux

Base on: http://www.ubuntuforums.org/archive/index.php/t-85398.html

Open the terminal and:
$ sudo apt-get install libxaw6 libmotif3
$ sudo ln -s /usr/X11R6/lib/libXm.so.3 /usr/lib/libXm.so.3
$ sudo apt-get install alien

Download the latest cirix client {rpm} from website:
http://www.citrix.com/site/SS/downloads/details.asp?dID=2755&downloadID=3323#top

Open the terminal again and cd to the download location
$ sudo alien ICAClient-10.0-2.i386.rpm
$ sudo dpkg -i icaclient-10.0-2.i386.deb
$ sudo ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla/plugins/npica.so
$ sudo ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla-firefox/plugins/npica.so

Installation is finischd, rest is extra..

Add icon:
sudo gedit /usr/share/applications/wfica.desktop
[Desktop Entry]
Name=Citrix ICA client
GenericName=Citrix ICA Client
Comment=Citrix nFuse session file
Categories=Application
Encoding=UTF-8
Exec=/usr/lib/ICAClient/wfcmgr -icaroot /usr/lib/ICAClientt
Icon=wfica
Terminal=false
Type=Application
MimeType=application/x-ica

orums.org/showthread.php?p=2231543

To fix “Segmentation fault (core dumped)” run:

http://ubuntuforums.org/showthread.php?p=2231543
$ xset fp rehash