raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.24k stars 2.94k forks source link

[Yoink] ...Getting an error message that Yoink is not installed. #13392

Closed diwaniec closed 2 months ago

diwaniec commented 2 months ago

Extension

https://www.raycast.com/koinzhang/yoink

Raycast Version

1.78.1

macOS Version

14.5

Description

I get the error message "Yoink is not installed."

Steps To Reproduce

Yoink is installed through Setapp (setapp.com).

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 2 months ago

Thank you for opening this issue!

🔔 @koinzhang you might want to have a look.

💡 Author and Contributors commands The author and contributors of `koinzhang/yoink` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
koinzhang commented 2 months ago

Hi @diwaniec. Thanks for the feedback, I've submitted a PR #13393 to fix this issue. But I don't have SetApp, so I haven't tested it (I'm relying on my previous experience fixing this issue), can you test it for me if it's convenient? Here's the updated code, which you can run locally using the Import Extension command. yoink.zip

diwaniec commented 2 months ago

Thank you for your kind help! Unfortunately, I'm still having the problem. An idea: Setapp installs apps in a different location. Rather than being in "~/Applications/" they are in "~/Applications/Setapp/". Just a guess. Could that be the issue?

koinzhang commented 2 months ago

Yes. SetApp installs a different path to the app, can you tell me the installation path for Yoink on your computer? I used /Applicatios/Setapp/Yoink.app but it doesn't seem right according to your debugging!

koinzhang commented 2 months ago

yoink.zip Here is the latest code, can you have a try?