Bug 241754 - When I turn off a extended screen, some applications are "lost"
Summary: When I turn off a extended screen, some applications are "lost"
Status: RESOLVED DUPLICATE of bug 185103
Alias: None
Product: kwin
Classification: Plasma
Component: general (other bugs)
Version First Reported In: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 19:10 UTC by Alex Fiestas
Modified: 2010-06-14 19:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

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