Psykopear / fuzzle

Fast application launcher
MIT License
14 stars 3 forks source link

Fixes #2: panic when no applications subfolder found in one of the listed data dirs #4

Closed synasius closed 4 years ago

synasius commented 4 years ago

What it does

Check that the path data_dir + "applications" exists before listing its entries. This way fuzzle does not panic when path does not exist.

Psykopear commented 4 years ago

Ops, I fixed this before noticing your PR. The fix is the same so I'm closing this, but thank you anyway