sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

ARGB windows closing with white rectangle #1110

Open sillysloft opened 10 years ago

sillysloft commented 10 years ago

I have installed fluxbox and compton compositor in archlinux. When I close an ARGB window with compton fading enabled, I get a white rectangle which then disappears. The maintainer of compton suggested it could be a problem with fluxbox. Indeed I saw that the white rectangle issue is present in some comment and recognized as a minor bug. Is it possible for you to solve it? Once done I would get a perfect system... Thanks!!! Gianluca

Reported by: gpettinello

sillysloft commented 9 years ago

No one to help me??? Boooooh

Original comment by: gpettinello

sillysloft commented 9 years ago

Original comment by: akir

sillysloft commented 8 years ago

Original comment by: baghira-style

sillysloft commented 8 years ago

https://github.com/chjj/compton/issues/193 Pass --no-fading-destroyed-argb to compton

The happens because the parenting frame isn't unmapped - and it's somehow visible on ARGB drawables.

xcompmgr is affected just as much - every compositor might be.

Original comment by: baghira-style

sillysloft commented 8 years ago

Original comment by: baghira-style

sillysloft commented 8 years ago

We can fix what we can see: https://github.com/luebking/fluxbox/commits/fix_1110

Original comment by: baghira-style

sillysloft commented 8 years ago

updated patch to hide frame directly. otherwise the client is set iconic what's not helpful if it's not destroyed afterwards ;-) (on remaps, it will be minimized)

Original comment by: baghira-style

sillysloft commented 8 years ago

Original comment by: akir