#598098 xfwm4: fullscreen window is not aware of xrandr screen size change

Package:
xfwm4
Source:
xfwm4
Description:
window manager of the Xfce project
Submitter:
Vic Lee
Date:
2010-09-26 12:30:04 UTC
Severity:
normal
#598098#5
Date:
2010-09-26 12:32:47 UTC
From:
To:
Steps to reproduce the issue:
1. run a fullscreen-capable application (iceweasel or remmina), put it
in fullscreen mode.
2. use xrandr to change the screen size, by either changing the physical
resolution, or change the scale option. example:
xrandr --output LVDS1 --scale 1x1.28
3. The fullscreen window does not resize itself thus only occupies
partially the new screen size. (note that maximized window is *not*
affected by this bug)

metacity does not have this problem. run "metacity --replace" and
repeat the above step, the fullscreen window resizes correctly.

Thanks.