From kde-core-devel Mon Aug 18 07:19:50 2008 From: "John Tapsell" Date: Mon, 18 Aug 2008 07:19:50 +0000 To: kde-core-devel Subject: kdialog and transient windows Message-Id: <43d8ce650808180019q48eccea4xc1e1785666a59d6b () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=121904404105895 Hi, I'm trying to add an --embed option to kdesu, so that it can be attached to another window, but i'm not having much luck. I'm trying simply to call XSetTransientForHint( QX11Info::display(), dlg.winId(), winid ); to set dlg to be a transient window of winid (which is passed in). But it's just not doing anything. I can't even get the kdialog app to embed, so the kdialog app also seems to be broken. Any ideas? John Tapsell