<quote who="Rod Butcher"> > Sluggers, can I have multiple versions of Gtk2 on the same box, i.e. 2.2 > and 2.4 ? > I have Gnome 2.4 which uses Gtk2.2... I installed Gtk2.4 because I had > an app which needed some of the new features. Now the Gnome theme engine > is slightly broken - the fancy icons aren't displayed with all their > features. > Is this a problem with libpixbuf ? > I suppose this is a general question about how to handle multiple > versions of a library on the same box.
In the case of GTK+, the answer is interesting because GTK+ provides API and ABI backwards compatibility. So, you should be able to replace GTK+ 2.2 without breaking any applications. So, two questions: * How and where did you install GTK+ 2.4? * Explain the fancy icon features that aren't working. ;-) Thanks, - Jeff -- linux.conf.au 2005: Canberra, Australia http://lca2005.linux.org.au/ There's no horse higher, no mailing list taunt lower, no developer base wider. Rock My Code in the Bosom of Debian. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
