Version: (using KDE 4.0.2) Installed from: Ubuntu Packages OS: Linux Running Kubuntu Hardy Heron Beta on x86. I've got a multi-monitor setup using the nvidia twinview setup and drivers. Screen1 has got a panel at the top and bottom. Screen0 has no panels on it. If I open an aterm and click maximize on Screen0 it will take up the full screen as expected. If I do the same on Screen1 it keeps the panels visible as expected. The problem is that on Screen0 when I "restore" it to the original size I am unable to drag the window all the way to the top of the screen. The hand stops where the taskbar is on Screen1. Now, when I first open the aterm it positions it correctly all the way at the top of Screen0. So, it seems to be an issue with just the moving of a window and seeing a "ghost" panel. Sorry, I didn't know if this should be a kicker bug or a kdesktop bug.
> Sorry, I didn't know if this should be a kicker bug or a kdesktop bug. Neither of the two, as they do not exist in KDE 4.
this isn't even a plasma bug. we're doing the right thing in plasma. this is a kwin and extended wm hints issue.
*** Bug 163912 has been marked as a duplicate of this bug. ***
*** Bug 166377 has been marked as a duplicate of this bug. ***
*** Bug 164882 has been marked as a duplicate of this bug. ***
*** Bug 167369 has been marked as a duplicate of this bug. ***
*** Bug 168392 has been marked as a duplicate of this bug. ***
*** Bug 172029 has been marked as a duplicate of this bug. ***
*** This bug has been confirmed by popular vote. ***
*** Bug 176017 has been marked as a duplicate of this bug. ***
*** Bug 170747 has been marked as a duplicate of this bug. ***
*** Bug 140530 has been marked as a duplicate of this bug. ***
*** Bug 137811 has been marked as a duplicate of this bug. ***
*** Bug 180161 has been marked as a duplicate of this bug. ***
SVN commit 927466 by lmurray: Improved window movement around struts. Windows can be moved anywhere where the titlebar is still clickable even if it is outside the normal work area. When struts are added or removed only move the windows that cover the same area, leave all others untouched. If a strut is removed on a xinerama screen that is not on the edge of the full desktop area prevent the windows from being moved offscreen. Prevent struts/panels from interfering with the movement of windows on other xinerama screens. BUG: 74559 BUG: 90833 BUG: 160068 M +0 -8 client.cpp M +2 -3 client.h M +301 -142 geometry.cpp M +0 -2 manage.cpp M +20 -0 utils.cpp M +26 -0 utils.h M +4 -0 workspace.cpp M +7 -0 workspace.h WebSVN link: http://websvn.kde.org/?view=rev&revision=927466