On Fri, 2006-08-11 at 23:19 -0700, Chris Ridd wrote: > Hi, > > We're developing some apps using GTK (in Java via SWT) and noticed that while > 32-bit versions of the apps look and work fine, 64-bit versions on both Intel > and SPARC appear not to be themed. > > It isn't SWT being funky either - compare /usr/bin/gtk-demo and > /usr/bin/amd64/gtk-demo :-( > > Analysis of the SUNWgnome-base-libs package reveals a number of shared > objects without 64-bit versions: > > /usr/lib/gtk-2.0/2.4.0/engines/libsvg.so > /usr/lib/gtk-2.0/2.4.0/loaders/svg_loader.so > /usr/lib/libart_lgpl_2.so (and aliases) > /usr/lib/libglade/2.0/libcanvas.so > /usr/lib/libgnomecanvas-2.so (and aliases) > /usr/lib/librsvg-2.so (and aliases) > > I've just raised a bug for this, but Alan Coopersmith suggested I also > dropped a note here so the JDS engineers could spot it. > > Are these missing libs the problem? How hard would it be to build them 64-bit?
Hi, The real problem in terms of the look and feel is that the theme engines (including the Sun's default nimbus theme's engine) are only built in 32-bit. But the libs you listed also reduce the functionality of the 64-bit gtk libs compared to the 32-bit ones. Thanks for filing the bug. Laca
