Looking closer at the patch, it is doing a lot, so the idea of reverting it isn't going to be helpful.
Trying to identify the problem (I haven't been able to reproduce it yet). Since the patch you are reverting doesn't touch FvwmPager, the issue is in fvwm itself, and my initial guess is that fvwm stops broadcasting window/icon names to the modules correctly. To test this, do the window titles and icon names (if you set Style * Icon) work fine in fvwm? If so that narrows down the issue to fvwm stops broadcasting the updated titles to the FvwmPager module. jaimos On Wed, Apr 23, 2025 at 10:20 AM Jaimos Skriletz <jaimosskril...@gmail.com> wrote: > > On Sat, 19 Apr 2025 18:31:28 +0200 Axel Rohde <dr.a.ro...@gmx.de> wrote: > > The bug is actually already present in FVWM2 since 2.6.8, there I've been > > doing the following to work around the issue: > > git revert ffe942d66cdb1a24d761d9e89c1a4dab49f2400c > > > > Have you tested is reverting that commit in fvwm3 has any effect on this > issue? > > jaimos