On Wed, 19 Jul 2006 11:31:52 +0530, Surya Kiran Gullapalli wrote: > During runtime gtk application looks for gdk-pixbuf-loaders file and pango > modules file. I can generate these files using gdk-pixbuf-query-loaders and > pango-query-modules. Is there any way i can avoid calling these two > executables. (like are there any environment variables which can set the > appropriate values.)
Why don't you simply ship the files with GTK+? Even though they look like they contain fixed paths, those paths will be properly adjusted if they're the same as in the DLLs. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si >
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
