[SOLVED] Citrix Install/Execution Issue

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
pnbalaji
Posts: 99
Joined: 23. Apr 2013, 21:02

[SOLVED] Citrix Install/Execution Issue

Post by pnbalaji »

Hi,

I installed Salix on my work laptop today and I was able to resolve through most of the issues. However, I need on help on installing citrix.

I downloaded the 64 bit rpm from citrix website and converted into tgz package using rpm2tgz and I was able to install using installpkg. The installation went thru fine, but when I try to launch any citrix apps, I am getting a prompt with junk characters. When I run wfica from /opt/Citrix/ICAClient, I get these messages. Please note that I have multilib installed.

=============================================================================================================================(wfica:930): Gtk-WARNING **: Error loading icon from file '/opt/Citrix/ICAClient/icons/receiver.png':
Couldn't recognize the image file format for file '/opt/Citrix/ICAClient/icons/receiver.png'

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",

(wfica:930): Pango-CRITICAL **: No modules found:
No builtin or dynamically loaded modules were found.
PangoFc will not work correctly.
This probably means there was an error in the creation of:
'/etc/pango/pango.modules'
You should create this file by running:
pango-querymodules > '/etc/pango/pango.modules'

(wfica:930): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'

(wfica:930): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Unrecognized image file format
=============================================================================================================================

The dialog box that I am getting is below.

Image

Thanks,
Balaji.
Last edited by pnbalaji on 24. Apr 2013, 15:56, edited 1 time in total.
pnbalaji
Posts: 99
Joined: 23. Apr 2013, 21:02

Re: Citrix Install/Execution Issue

Post by pnbalaji »

Hi,

I resolved the citrix issue by doing the following.

1. Reinstalled gtk-engines which contains the clearlooks theme.
2. Executed the command pango-querymodules > '/etc/pango/pango.modules' as root with out single quotes. i.e., pango-querymodules > /etc/pango/pango.modules
3. Installed 32 bit version of OpenMotif using convertpkg-convert32.

After doing the above steps, citrix is working fine.

Thanks,
Balaji.
Post Reply