Bug 174798

Summary: Display Window Geometry When Moving Broken
Product: [Plasma] kwin Reporter: Steven W. Orr <steveo>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: code, steveo
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Steven W. Orr 2008-11-10 18:22:53 UTC
Version:            (using KDE 4.1.2)
Compiler:          NA 
OS:                Linux
Installed from:    Fedora RPMs

Running Fedora 9 withe the supplied 4.1.2 of kde. 

Under System Settings -> Window Behavior -> Window Behavior -> Moving -> Display Window Geometry when moving or resizing. The box is checked. When I move or resize a window I do not get the geometry feedback.
Comment 1 David Nadlinger 2008-11-10 20:20:36 UTC
I can confirm that this also happens in r882121 built from the sources.

The window resizing code probably needs a general overhaul, since the resizing outline is also quite broken, see bug 174434 + duplicates.
Comment 2 Steven W. Orr 2009-02-17 18:04:55 UTC
I just installed 4.2, specifically, kdebase-4.2.0-2.fc10.i386. There is no change in the problem.
Comment 3 Martin Flöser 2009-05-09 11:06:54 UTC
SVN commit 965526 by graesslin:

GeometryTip has to use X11BypassWindowManagerHint to see this window in compositing.
BUG: 174798

 M  +1 -0      geometrytip.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=965526
Comment 4 Martin Flöser 2009-05-09 11:19:18 UTC
SVN commit 965532 by graesslin:

Backport rev 965526
GeometryTip has to use X11BypassWindowManagerHint to see this window in compositing.
CCBUG: 174798

 M  +1 -0      geometrytip.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=965532
Comment 5 Martin Flöser 2009-05-29 00:07:10 UTC
*** Bug 194482 has been marked as a duplicate of this bug. ***