iovxw / ksni

A Rust implementation of the KDE/freedesktop StatusNotifierItem specification
The Unlicense
72 stars 11 forks source link

panic on id2index unwrap #17

Closed lunixbochs closed 1 year ago

lunixbochs commented 1 year ago

this happened to me once, I assume it's a race condition https://github.com/iovxw/ksni/blob/master/src/service.rs#L684

thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value'