raycast / extensions

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

[Mozilla Firefox] does not find Firefox browser and does not have search tab command #11920

Open divecat76 opened 2 months ago

divecat76 commented 2 months ago

Extension

https://www.raycast.com/crisboarna/mozilla-firefox

Description

The extension does not find Firefox browser thought it is installed. The error message says "Error: Mozilla Firefox browser is not installed This extension depends on Mozilla Firefox browser. You must install it to continue."

It also does not have the search tab command, only New Tab, Search History and Search Bookmarks

Steps To Reproduce

The extension does not find Firefox browser thought it is installed. The error message says "Error: Mozilla Firefox browser is not installed This extension depends on Mozilla Firefox browser. You must install it to continue."

It also does not have the search tab command, only New Tab, Search History and Search Bookmarks

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 2 months ago

Thank you for opening this issue!

🔔 @crisboarna @grandkrav you might want to have a look.

💡 Author and Contributors commands The author and contributors of `crisboarna/mozilla-firefox` 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` Reopen the issue.
akkaky commented 2 months ago

I have the same issue

grandkrav commented 1 month ago

@divecat76 @akkaky what is the output for the commands below?

/Applications/Firefox.app/Contents/MacOS/firefox --version
osascript -e 'exists application "Firefox"'
akkaky commented 1 month ago
$ /Applications/Firefox.app/Contents/MacOS/firefox --version
Mozilla Firefox 125.0.3
$ osascript -e 'exists application "Firefox"'
true
divecat76 commented 1 month ago

Mozilla Firefox 125.0.3

From: Serhii @.> Reply to: raycast/extensions @.> Date: Monday, 6 May 2024 at 11:41 To: raycast/extensions @.> Cc: Konstantin Makukha @.>, Mention @.***> Subject: Re: [raycast/extensions] [Mozilla Firefox] does not find Firefox browser and does not have search tab command (Issue #11920)

@divecat76 @akkaky what is the output for the command below? /Applications/Firefox.app/Contents/MacOS/firefox --version — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

cowmanjoe commented 1 month ago

Same issue for me, and same output for commands

$ /Applications/Firefox.app/Contents/MacOS/firefox --version
Mozilla Firefox 125.0.3
$ osascript -e 'exists application "Firefox"'
true