Hello, I installed xorg-server-1.7.1 and all appropriate deps. When I restart X, and start f.ex. liferea or gajim, icons are not shown in tray. I can move mouse over them, and see tooltips, or I can click on them, but they are transparent. BTW, icon for keepassx (qt4 app) is shown.
I don't think this has anything to do with X.org upgrade, but the shared-mime-info upgrade. # emerge shared-mime-info And read the elog message.
I re-emerged shared-mime-info-0.60, do update-mime-database ~/.local/share/mime/ and this doesn't help. After that, updating to shared-mime-info-0.70 and doing previously mentioned command also doesn't help
I have the same problem, some trayicons aren't displayed. In my case kopete and wpa_supplicant gui are affected, kgpg and nepomuk are shown. Happened after upgrade to xorg-server-1.7.1 and update-mime-database $PATH didn't help. emerge --info Portage 2.2_rc46 (default/linux/amd64/10.0, gcc-4.4.2, glibc-2.10.1-r0, 2.6.31-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.31-gentoo-r4-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8400_@_3.00GHz-with-gentoo-2.0.1 Timestamp of tree: Tue, 27 Oct 2009 08:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p35 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.6.3, 3.1.1-r1 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.5.2-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11 sys-devel/binutils: 2.20 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.30-r1 ABI="amd64" ACCEPT_KEYWORDS="amd64 ~amd64"
I am not sure if it is the same problem, but after upgrade to xorg-server-1.7.1 tray icons for GTK apps are show with gray background in system tray. I am using KDE 4.3.1.
Which DEs are you all using? Thanks
I'm using kde-4.3 (~amd64) and, if of interest, the radeonhd driver (version 1.3.0).
I'm using gnome-2.26 (and nouveau video driver)
I have solved this problem at least for me. I was using this line in the device section of my xorg.conf: Option "MigrationHeuristic" "greedy" If commented it out, the icons are visible again (and a few other quirks are gone).
Oh, I found that nouveau is the cause of this bug, when KMS is disabled. When I enable KMS, icons are shown correctly.