Bug 156075

Summary: Target dump is too high above
Product: [Applications] kget Reporter: The Marauder <arn.epsilon>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal CC: l.lunak
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description The Marauder 2008-01-18 07:02:03 UTC
Version:            (using KDE 4.0.0)
Installed from:    Ubuntu Packages
Compiler:          From Kubuntu Gutsy ppa's repositories 
OS:                Linux

I believe that the target is too high dump. It is a problem when using applications in full screen (videos or games ...). I've not this problem with kde3.x
Comment 1 Urs Wolfer 2008-01-25 22:19:23 UTC
KGet does nothing special here (just sets the these flags: Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint)

KWin should handle that IMHO.

Btw: it seems that in trunk the KGet drop target does not get displayed anymore at all...

Assign to KWin.
Comment 2 Lubos Lunak 2008-01-29 22:34:29 UTC
How exactly do you expect KWin to handle a window with 'BypassWindowManager'? That _is_ special.
Comment 3 Urs Wolfer 2008-01-29 23:37:44 UTC
SVN commit 768379 by uwolfer:

correct way to hide the drop target from the task list
BUG:156075

 M  +3 -1      droptarget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=768379