nwg-piotr / nwg-drawer

Application drawer for wlroots-based Wayland compositors
MIT License
240 stars 25 forks source link

Setting -nofs causes nwg-drawer to crash when clicking category buttons #15

Closed candlebrae closed 3 years ago

candlebrae commented 3 years ago

On Arch Linux, nwg-drawer version 0.1.7 installed through the AUR. Using Sway WM.

When bound to the $menu variable in Sway's config with set $menu nwg-drawer -ovl -nofs, launching via a Sway keybind and left-clicking any category button causes nwg-drawer to crash immediately. Removing the -nofs argument allowed categories to work without issue, leading me to think the issue is related to this argument.

nwg-piotr commented 3 years ago

Thank you for reporting. I forgot to add one more nil check. Fix on the way.