I recently installed x11-themes/redhat-artwork 0.120, and found that it did not render its widgets (such as drop-down menus) properly. I found out that this was because the ebuild creates files named "libbluecurve" instead of "libbluecurve.so", and renaming them seems to have fixed it for me: # mv /usr/lib/gtk-2.0/gtk-2.4.0/engines/libbluecurve /usr/lib/gtk-2.0/gtk-2.4.0/engines/libbluecurve.so # mv /usr/lib/gtk/themes/engines/libbluecurve /usr/lib/gtk/themes/engines/libbluecurve.so Reproducible: Always Steps to Reproduce: 1. USE="xmms -kde gtk gtk2" emerge =x11-themes/redhat-artwork 2. Use Xfce's User Interace settings manager (or something like gtk-chtheme) to switch to the Bluecurve GTK+ theme. Actual Results: Some of the widgets were not rendered correctly. Expected Results: It should have rendered them correctly using Bluecurve's GTK+ engine. Portage 2.0.51-r8 (default-linux/x86/2004.2/gcc34/2.6, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-rc3 i686) ================================================================= System uname: 2.6.10-rc3 i686 AMD Athlon(tm) processor Gentoo Base System version 1.6.8 Python: dev-lang/python-2.3.4 [2.3.4 (#1, Nov 30 2004, 18:27:35)] ccache version 2.3 [enabled] dev-lang/python: 2.3.4 sys-devel/autoconf: 2.59-r5 sys-devel/automake: 1.8.5-r1 sys-devel/binutils: 2.15.92.0.2-r1 sys-devel/libtool: 1.5.2-r5 virtual/os-headers: 2.6.8.1-r1 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-DPIC -fPIC -O2 -march=athlon-tbird -mtune=athlon-tbird -fprefetch-loop-arrays -ftracer -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-DPIC -fPIC -O2 -march=athlon-tbird -mtune=athlon-tbird -fprefetch-loop-arrays -ftracer -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages/All" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="3dnow X aalib alsa apache2 apm avi bitmap-fonts bonobo cdr crypt cups directfb encode erandom f77 fam fbcon flac foomaticdb fortran gcj gdbm ggi gif gnutls gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib ipv6 java jpeg ldap libg++ libwww mad mikmod mmx monkey motif mozilla mpeg mysql nas ncurses nls nptl nptlonly objc odbc oggvorbis opengl pam pcre pdflib perl pic png ppds python quicktime readline ruby sdl slang speex spell sqlite ssl svg svga tcltk tcpd tetex theora tiff truetype usb wxwindows x86 xml xml2 xmms xprint xv zlib"
will be the same problem as described in Bug 73563
fixed in new redhat-artwork. thanks for the report and comments.