prateekmedia / budgie-clipboard-applet

A clipboard manager applet that can help you to store and manage clipboard content. Made with ♥️ for budgie desktop.
GNU General Public License v3.0
17 stars 5 forks source link

Deleting Last left element through Edit mode results in a crash #12

Closed prateekmedia closed 3 years ago

prateekmedia commented 3 years ago

Error in Terminal :

move_index: assertion failed: (length > index)

which eventually results in :

[7]-  Done                    budgie-panel --replace
[8]+  Aborted                 (core dumped) budgie-panel --replace

Steps to Reproduce this issue:

Now budgie panel core dump will happen, to fix this temporarily open terminal and type debug command from Readme.md, this will restart budgie panel

prateekmedia commented 3 years ago

Fixed edit mode probs in latest commits, and this is also fixed