You are not logged in.
http://machiavelli.homelinux.org/bilder/black_crap.png
This is a problem I have with most (but not all) apps using gtk-qt-engine. As you can see, all pop-up-menus are entirely black until hovering over a selection in the menu, when it retains it's normal "selected widget" color.
This is something I've experienced on two different computers (both using testing repo), two different versions of KDE (3.4 and 3.5), and several apps (xchat, gtkpacman...)
.gtkrc-2.0 looks like this:
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"
include "/usr/share/themes/Qt/gtk-2.0/gtkrc"
style "user-font"
{
font_name="Arial 9"
}
widget_class "*" style "user-font"
gtk-theme-name="Qt"
gtk-font-name="Arial 9"
Any ideas?
Offline
I'm not a KDE user at all but from a glace I'm guessing you're using compositing? Try disabling it in your xorg.conf file and see if the problem remains. Aside from using an unstable version of KDE (;)), that's something I'd try.
Offline
Hmm... do you suggest that this phenomena could be linked to the composite extension itself, rather than the composite manager (xcompmgr)? That might be worth a shot, even though I do enjoy xcompmgr.
Offline
Who knows. In my experience, it just never hurts to try
Offline
Use konversation. Or kvirc.
To err is human... to really foul up requires the root password.
Offline
Or use a good GTK theme like Clearlooks-Indubstrial.
Offline
Ah, my GTK apps are pretty again. Thanks!
Offline
This seems to be a known problem. A bug report has been filed as you can see at the gtk-qt-engine bug tracker at https://bugs.freedesktop.org/show_bug.cgi?id=4276.
Someone has posted a patch there, so I've written a PKGBUILD that includes this patch. Works great for me, I can finally read the menus again
pkgname=gtk-qt-engine pkgver=0.6 pkgrel=3 pkgdesc="A GTK engine which makes your GTK2 Apps match your QT theme" url="http://www.freedesktop.org/Software/gtk-qt" depends=('gtk2' 'kdelibs' 'qt' 'x-server') source=(http://www.freedesktop.org/~davidsansome/gtk-qt-engine-0.6.tar.bz2) md5sums=('9c02c95a6e8d304b1f2801429759e1c0') build() { cd $startdir/src wget --no-check-certificate -O - https://bugs.freedesktop.org/attachment.cgi?id=3446 > gtk-qt-engine-0.6-alt-menubg-colormap.patch patch -p0 < gtk-qt-engine-0.6-alt-menubg-colormap.patch cd $pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install || return 1 }
I love u
U helped me fix the gtk-qt-engine allowing me to use linux and kde as my primary desktop system (no more windows), and also forced me to learn how abs works, thats a very useful knowledge. thanks
Offline