Hello Juanito and friends.
Recently there were several big updates to TCL16 x86_64 (including to gtk3). One of them broke sfwbar's ability to show tooltips: Now when I hover over a systray icon, instead of showing the tooltip sfwbar crashes :'(
Running sfwbar with debug flag consistently shows the following at time of crash:
$ sfwbar -d
...
(sfwbar:8528): Gdk-WARNING **: 09:40:36.229: Couldn't map window 0x555b5d9fb9b0 as subsurface because its parent is not mapped.
(sfwbar:8528): Gdk-WARNING **: 09:40:36.230: Couldn't map window 0x555b5d9fb9b0 as subsurface because its parent is not mapped.
Segmentation fault
The subsurface-related warnings always happen immediately before the crash.
I asked the sfwbar for insight and am waiting for his response. I already tried recompiling sfwbar against the updated extensions with no luck.
Maybe gtk-layer-shell needs to be updated? That's my best guess at this point. Do the warnings above suggest a root cause to anyone?