WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to install Citrix Receiver in TC?  (Read 1287 times)

Offline freejc

  • Newbie
  • *
  • Posts: 1
How to install Citrix Receiver in TC?
« on: March 02, 2012, 12:43:33 PM »
Can anyone please let me know how to install Citrix Receiver in TC?

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 601
  • I can make it disappear, have no fear!
    • remembrance blog
Re: How to install Citrix Receiver in TC?
« Reply #1 on: March 04, 2012, 11:05:59 AM »
1. Download the first package on this site http://www.citrix.com/English/ss/downloads/details.asp?downloadId=2316611&productId=1689163#top

2. Install dependencies for Citrix Receiver, as far as I can tell these are at least:
glib2.tcz
gtk2.tcz
libxp.tcz
openmotif-lib.tcz
pango.tcz
cairo.tcz
udev-lib.tcz
krb5.tcz
libxcb.tcz
libvorbis.tcz
libogg.tcz
speex.tcz
pixman.tcz
fontconfig.tcz
expat2.tcz
libasound.tcz
libffi.tcz
gdk-pixbuf2.tcz
Xorg-7.6-lib.tcz
atk.tcz

3. Add sys group for Receiver: sudo addgroud -S sys

4. Unpack the downloaded file with tar xzf file.tar.gz and run sudo ./setupwfc, answer with yes everywhere

5. Run the Receiver manager like /opt/Citrix/ICAClient/wfcmgr

6. Put the following to your backup:
opt/Citrix/ICAClient
etc/init.d/ctxusbd
usr/local/firefox-official/plugins/npica.so
usr/local/lib/netscape/npica.so
usr/local/share/mime/applications/x-ica.xml

That should be roughly it....
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 601
  • I can make it disappear, have no fear!
    • remembrance blog
Re: How to install Citrix Receiver in TC?
« Reply #2 on: March 06, 2012, 08:02:31 AM »
FWIW I posted an extension called install-citrix-receiver, try it out ;-)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline mbrijun

  • Newbie
  • *
  • Posts: 16
Re: How to install Citrix Receiver in TC?
« Reply #3 on: July 04, 2012, 01:07:31 AM »
Hi Gutmensch,

thank you for a nice writeup. I would like to add one more file to the list of "keepers" in "/opt/.filetool.lst":

etc/udev/rules.d/85-ica-usb.rules

By the way, did you get the USB redirection to work? I am having problems with my installation and I have not been able to resolve them.

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 601
  • I can make it disappear, have no fear!
    • remembrance blog
Re: How to install Citrix Receiver in TC?
« Reply #4 on: July 04, 2012, 01:20:57 AM »
unfortunately I don't have any server to connect to, so I couldn't test at all ;-) but if a udev rule file is also included in the client, one should run at least
Code: [Select]
$ sudo udevadm control --reload-rules
one time after the .rules file is available, e.g. in bootlocal.sh - this is maybe necessary to activate usb redirection, but this also depends on the content of the .rules file (sometimes there are commands in it, which are not directly available in Tiny Core).
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)