emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.17k stars 137 forks source link

Showing notifications and modifying modes at the same time sometimes lead to segmentation faults. #493

Closed MikeWalrus closed 7 months ago

MikeWalrus commented 8 months ago

To reproduce:

for i in {1..20}; do
    notify-send 'some notification' && makoctl mode -a some_mode
done

492 fixes this.