When holding the button down, the panel tries to popup a menu when enties > 0. Should be > 1 (i think). Atleast that solved the bug for me... Reproducible: Always Steps to Reproduce: 1. Add launcher 2. Press the button and hold it down 3. Segmentation fault
Created attachment 370 launcher->entries->len > 1
Oops, you're right. The entry on the panel used to be separate, i.e. not part of the pointer array. Apparently, I forgot to update this one. Thanks!