diced / dlauncher

An application launcher for Linux that is based on Ulauncher
GNU General Public License v3.0
81 stars 6 forks source link

Crash on default config #2

Closed Diegovsky closed 2 years ago

Diegovsky commented 2 years ago

After running the daemon, I did dlauncher-toggle and the daemon crashed with the following message:

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/launcher/window.rs:159:31
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

The full backtrace has no useful information.

diced commented 2 years ago

This is fixed in https://github.com/diced/dlauncher/commit/93bf07584ed5b0c2fffa1ced6a60b24ba9867427!

Diegovsky commented 2 years ago

Thanks, it works :)

I'm on wayland btw

diced commented 2 years ago

Ah that's probably why the original method didn't work.. Glad it works now though.