Bug 241754

Summary: When I turn off a extended screen, some applications are "lost"
Product: [Plasma] kwin Reporter: Alex Fiestas <afiestas>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alex Fiestas 2010-06-14 19:10:25 UTC
Version:           SVN (using Devel) 
OS:                Linux

When I turn off my extended desktop, the applications that were on the removed screen are "lost", since they position are not updated.

I have to maximize/minimize to get them back.

I've took a quick look at the code, Workspace::desktopResized is not propagating the event (as far as I can see), so the windows are not notified in any way.

Reproducible: Didn't try

Steps to Reproduce:
xrandr --output LVDS1 --mode 1280x800 --output HDMI1 --mode 1680x1050 --left-of 
Move a window to the HDMI1 screen
xrandr --output HDMI1 --off

Actual Results:  
Some windows are "lost" in the old geometry

Expected Results:  
The windows should be moved and to an available position and resized if needed.
Comment 1 Martin Flöser 2010-06-14 19:23:26 UTC

*** This bug has been marked as a duplicate of bug 185103 ***