From b3227b675d733c6e88cdadec7d8ab524b2c8b040 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 21 Sep 2010 18:05:12 +0000 Subject: Attempt to fix desktop icon scrambling on logout/login Added debugging for XBadWindow problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1177931 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/applets/systemtray/systemtrayapplet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'kicker/applets/systemtray/systemtrayapplet.cpp') diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp index ad44b640f..d729c6b50 100644 --- a/kicker/applets/systemtray/systemtrayapplet.cpp +++ b/kicker/applets/systemtray/systemtrayapplet.cpp @@ -1081,6 +1081,7 @@ void TrayEmbed::setBackground() if (!isHidden()) { + printf("[systemtray] Clearing area to set background\n\r"); XClearArea(x11Display(), embeddedWinId(), 0, 0, 0, 0, True); } } -- cgit v1.2.1