LemonBoy / bar

A featherweight, lemon-scented, bar based on xcb
MIT License
1.61k stars 194 forks source link

bar crashes when scroll too fast #215

Closed nghialm269 closed 6 years ago

nghialm269 commented 6 years ago

I create a button that handles mouse wheel up and down events on the volume, when scroll up/down it send command to increase/decrease volume level to bash. If I scroll to fast, lemonbar gets crashed. Here is my script file: https://github.com/endless-love/dotfiles/blob/78c46a7a76b2c996d257098c2f3026dd8fadbded/.config/lemonbar/lemonbar.sh

LemonBoy commented 6 years ago

I can't reproduce the crash using a simple test case, please double-check if the program that's crashing is really lemonbar and grab a backtrace using gdb (there are plenty of guides on how to do so).

nghialm269 commented 6 years ago

I've replaced pamixer with pactl and bar doesn't crash anymore. Sorry for wasting your time!