The gtkrc file has a problem, like showed in http://jaysonrowe.wordpress.com/2008/07/01/darklooks/, it should be patched to look like attached gtkrc. Reproducible: Always Portage 2.2_rc8 (default/linux/amd64/2008.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26-gentoo-r1 x86_64) ================================================================= System uname: Linux-2.6.26-gentoo-r1-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9300_@_2.50GHz-with-glibc2.2.5 Timestamp of tree: Tue, 16 Sep 2008 14:45:01 +0000 app-shells/bash: 3.2_p39 dev-lang/python: 2.5.2-r7 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.62-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.4 virtual/os-headers: 2.6.26 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe -mno-tls-direct-seg-refs" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/mnt/sda9/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/wschlich-testing /usr/local/portage/layman/sunrise /usr/local/portage/layman/desktop-effects /mnt/sda9/vquicksilver-overlay" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdparanoia cdr cli cracklib crypt dbus dell disk-partition dri dvd dvdr dvdread eds emboss encode equalizer evo exif fam ffmpeg firefox flac fontconfig fuse gdbm gif glitz gpm gstreamer gtk hal iconv ieee1394 ipv6 isdnlog ithreads jpeg laptop lcms libnotify live mad midi mikmod mmx mp3 mpeg mudflap multilib ncurses network nls nptl nptlonly offensive ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3support quicktime readline reflection sdl session spell spl sse sse2 ssl ssse3 startup-notification svg sysfs tcpd theora threads tiff truetype unicode usb v4l v4l2 vorbis wifi x264 xcomposite xft xml xorg xscreensaver xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia v4l vesa vga" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 165865 [details] Fixed gtkrc
Actually I can't see the difference, is it a before/after screenshot ? Could you simply surround relevant areas with something that makes it distinguishable like a red line ? Also please avoid external references and attach relevant files to the bug unless asked otherwise, thanks.
well. the difference are in this lines: diff gtkrc /usr/share/themes/Darklooks/gtk-2.0/gtkrc 181,182c181,182 < bg[NORMAL] = @tooltips_bg_color < fg[NORMAL] = @tooltips_fg_color --- > bg[NORMAL] = @tooltip_bg_color > fg[NORMAL] = @tooltip_fg_color in the letter 's' on tooltips (lines 181,182)in the original the 's' don't appear, like said on the bug page (http://jaysonrowe.wordpress.com/2008/07/01/darklooks/), if you try to use the theme with xfce4 for example with will fail, showing a grey ugly theme (gtk default).
the diff is good but I want to see what is the difference before/after this change. Also, did you notify upstream, did they already fixed it in svn maybe ?
Created attachment 165897 [details] Theme before adding 's'
Created attachment 165899 [details] Theme after adding 's'
You can see the difference in the 2 attached jpeg files, I'm searching the bug upstream now.
Yep, it's reported upstream http://bugzilla.gnome.org/show_bug.cgi?id=540796 the same seems to happen in arch linux.
ok, I've posted a comment upstream, hope they will do a release for 2.24 :) will commit this change as soon as I get to it.
fixed in 2.22.0-r1