Re: [e-users] e16 random crashes when minimizing app into iconbox
Kim Woelders <[email protected]>
| Newsgroups | gmane.comp.window-managers.enlightenment.user |
|---|---|
| Message-ID | <[email protected]> |
On 2023-11-13 22:23, Pavel Sanda wrote: > On Sun, Nov 12, 2023 at 01:38:29PM +0100, Kim Woelders wrote: ... >> - The e16 configuration (~/.e16/e_config--0.0.*, assuming you are running on >> display :0) > > It's in the attachment... > I see no attachment? ... >> You could try disabling iconbox animation and see if that avoids the >> problem. > > That's what I was thinking. It's as if the animation "locks" some resource > which is requested exactly during the animation (maybe many times so some > buffer overflows?). Or some race condition for painting e.g. constantly > changing gkrellm and iconify animation. > The iconbox animation actually does an X-server grab over its entire duration, so this might get in the way of other things. You can control the duration (in ms) with iconboxes.anim_time (default 250). So if the problem lies here you may be able to increase/decrease the likelihood of the problem to appear by increasing/decreasing this value. /Kim