takinoy / xfce4-windowck-plugin

Xfce panel plugin which allows to put the maximized window title on the panel.
http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
GNU General Public License v3.0
116 stars 26 forks source link

Crashes often under XFCE and Fvwm #61

Open jgeiss66 opened 5 years ago

jgeiss66 commented 5 years ago

Version 0.4.6 crashes quite often with message Plugin Window Header Title unexpectedly left the panel, do you want to restart it

Debugging it leads to a NULL pointer in windowck-title.c, line 108 (top_window == NULL).

Maybe changing the line to while (top_window && top_window->data != window && top_window != bottom_window) { fixes the bug. At least it worked on my computer so far.