From kde-core-devel Sat Nov 22 04:26:31 2003 From: Leon Bottou Date: Sat, 22 Nov 2003 04:26:31 +0000 To: kde-core-devel Subject: Re: Still some problems with the systray w/ PATCH X-MARC-Message: https://marc.info/?l=kde-core-devel&m=106952932325116 I just noticed klipper (the executable, not the applet) does not inherit ksystemtray. It does everything by hand. And it does *not* call QXEmbed::initialize() !!!! Refs: See kdebase/klipper/main.cpp and kdebase/klipper/toplevel.{h,cpp} Compare with kdelibs/kdeui/ksystemtray.cpp. I found this because I was toying with reparenting detection in qxembed client (post 3.2) My testcase was klipper. Of course it did not work. - L.