Version: (using Devel) OS: Linux Installed from: Compiled sources While connecting, kopete uses a system tray icon named "user-connecting" (which doesn't seem to exist ?). Once connected, it never switches back to the standard kopete icon.
Created attachment 37633 [details] Patch to systemtray.cpp that seems to resolve the above issue
*** Bug 211720 has been marked as a duplicate of this bug. ***
Well, it seems the problem was fixed in a strange way. I just updated to the latest svn and it works. But If I apply the above patch, it also works... so was this patch applied to svn or not? Anyway, there's a minor new issue now: I have some icons (including Kopete) on the panel. Before I could just click on it and the icon would show on the tray, but now the tray icon will only show if I start Kopete directly from the xterm window (if I start through the icon or through Alt+F2, it will not show on the tray at all). A new bug?
Recompiled kopete today, bug is still present. There seems to have been some changes related to the systray in kdelibs, maybe this can explain the odd behaviour you report above Dâniel.
(In reply to comment #4) > Recompiled kopete today, bug is still present. There seems to have been some > changes related to the systray in kdelibs, maybe this can explain the odd > behaviour you report above Dâniel. I have almost the most recent kdelibs trunk: fraga@tux ~/svn/kdelibs$ svn up U cmake/modules/FindPostgreSQL.cmake U interfaces/kimproxy/interface/kcm_instantmessenger.desktop U interfaces/ktexteditor/kcm_ktexteditor.desktop U kate/document/katedocument.h svn: Reference to non-existent node 'ce54.6z2s.r1043130/25250' in filesystem '/svn/mirrors/home/kde/db' Since, none of these changes are related to the systray, I'll keep using the one I installed before until they changed something related...
I updated the kdelibs, kdebase etc and the problem remains... let's wait :)
SVN commit 1046011 by rkcosta: Fix some remaining bits after the KStatusNotifierItem port from r1025524. * We don't use an overlay to generate the grayscale icon anymore. Instead, they are now real png files. * There's no 'user-connecting' icon, so revert to the old behaviour of just showing the offline (grayscale) icon while connecting. * When connected, use the default icon again. BUG: 210872 CCMAIL: davide.bettio@kdemail.net AM hi128-apps-kopete-offline.png AM hi16-apps-kopete-offline.png AM hi22-apps-kopete-offline.png AM hi32-apps-kopete-offline.png AM hi48-apps-kopete-offline.png AM hi64-apps-kopete-offline.png M +6 -7 systemtray.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1046011