Bug 156075 - Target dump is too high above
Summary: Target dump is too high above
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-18 07:02 UTC by The Marauder
Modified: 2008-01-29 23:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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