Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes often under XFCE and Fvwm #61

Open
jgeiss66 opened this issue Jun 18, 2019 · 0 comments
Open

Crashes often under XFCE and Fvwm #61

jgeiss66 opened this issue Jun 18, 2019 · 0 comments

Comments

@jgeiss66
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant