To make you the problem clear, we have a two different applications
developped in different versions of GTK(app1 is developed in GTK2.0, app2 is
mozilla comes with solaris10).

We had to install both the versions of GTK packeges on the same host,
because we need to deploy both the applications on the same host.

We tried in two scenarios to work both the applications perfect,

1. Installed both the versions of GTK in default package installation path.
(app1 works fine (uses lower version of GTK ), but mozilla fails to open).
2. Installed the GTK2.0(used for user app1) is installed in /opt/gtk dir.

In the case 2 mozilla works fine, but the app1 doesnot show the images when
we launch it.

Can any one give a solution for this.

Thanks,

On 11/21/07, saravanan m <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> We have a GTK(version-2.0) User Interface application(in c) developped for
> solaris environment.
>
> It works fine in one host where GTK is installed in a default package
> dir(/usr/local).
>
> And the same application fails(user images are not showing, but system
> icons are loaded) in another host, where GTK is installed in a user defined
> path(/opt/gtk-2).
>
> I can figureout the problem that it fails when loading the user images
> using "gtk_image_new_from_file("image path")" method.
>
> Can anyone help me what are the configuration changes i need to do when
> GTK is installed in a different path.
>
> Thanks,
> Saravanan.
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to