spotter-application / spotter

🔭 Productivity tool to launch everything
https://spotter-app.org
GNU General Public License v3.0
756 stars 23 forks source link

Spotter 1.0.2 does not launch other apps #59

Closed baggiponte closed 3 years ago

baggiponte commented 3 years ago

Hello there,

yesterday I updated Spotter to 1.0.2 using Homebrew and since then no option comes out when I type <app-name>. Until the last update, I could launch any app from there (as Alfred does). Is this happening to anyone else?

Thank you for your job!

td00 commented 3 years ago

Same issue, after auto-upgrading.

ziulev commented 3 years ago

Does reinstalling from scratch help?

td00 commented 3 years ago

Nope. Removed App & removed all files created and reinstalled via brew cask. macOS 11.2.3 on a x64 Intel based System

ziulev commented 3 years ago

Please check 1.0.3 release

td00 commented 3 years ago

Doens't fixed it for me. (Not sure what should've fixed it.. It only changes some stuff in the README (https://github.com/ziulev/spotter/compare/1.0.2...1.0.3)

Is there maybe something missing in the release?

exiva commented 3 years ago

Still experiencing it as well, no apps populate regardless of where they are located. Maybe related to changes for #57?

exiva commented 3 years ago

I found the issue @ziulev

I did not have the directory /Users/$USER/Applications/Chrome Apps.localized since I don't use chrome. Once i made a Chrome Apps.localized folder and restarted everything came back. I assume the others experiencing it either don't have an ~/Applications` folder or the Chrome Apps folder.

https://github.com/ziulev/spotter/blob/0ecfc79219041e9eff49d003c9bfcb3185c15d69/src/core/helpers.ts#L89

ziulev commented 3 years ago

Thank you @exiva 🚀 Please check https://github.com/ziulev/spotter/releases/tag/1.0.4

exiva commented 3 years ago

@ziulev seems to work now, Was able to delete Chrome Apps.localized and functionality remains 👍

baggiponte commented 3 years ago

Hi there! Thank you for the contributions and thank you @ziulev for dealing with the problem. I guess I will close this once I can open Spotter (see #61) and see for myself?