Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension doesn't show up in Settings (Sonoma 14.4/14.5) #217

Closed
tejasraman opened this issue Jun 14, 2024 · 6 comments
Closed

Extension doesn't show up in Settings (Sonoma 14.4/14.5) #217

tejasraman opened this issue Jun 14, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@tejasraman
Copy link

What is the issue?

If you install OIT on Sonoma 14.4 or 14.5 on both Apple Silicon and Intel, the extension doesn't show up in Settings

How does one reproduce the issue?

  • Install OpenInTerminal on Sonoma
  • Launch app, grant permissions
  • Open Settings - extension is not visible in Extensions -> Finder Extensions

Screenshots

Debug information (Logs, OS, Hardware, Version, etc.)

MacBook Pro M3 Pro 36GB/512GB (Sonoma 14.4) (dad's work laptop)

MacBook Pro Intel 15" 2018 i7/16GB/512GB (Sonoma 14.5) (mom's laptop)

@tejasraman tejasraman added the bug Something isn't working label Jun 14, 2024
@tuelwer
Copy link

tuelwer commented Jun 20, 2024

I just installed OpenInTerminal on my MacBook Air M3 running Sonoma 14.5. I found the relevant option here:

Settings -> Privacy & Security -> Extensions (Under the point "Others" - you have to scroll all the way down) -> Added extensions -> Tick box "Finder extensions" under "OpenInTerminal".

@gordingin
Copy link

That didn't work for me. I still can't see it.

@Marsman1996
Copy link

Same problem here.
No OpenInTerminal option in Sequoia 15.0.
Is it in Settings -> General -> Login Items & Extensions ?

@Marsman1996
Copy link

Maybe we can try $ pluginkit -mAD -p com.apple.FinderSync -vvv and in output there should be something like:

     wang.jianing.app.OpenInTerminal.OpenInTerminalFinderExtension(2.3.5)
	            Path = /Applications/OpenInTerminal.app/Contents/PlugIns/OpenInTerminalFinderExtension.appex
	            UUID = F2547F13-4E43-4E88-9D8F-56DF05C020D8
	       Timestamp = 2024-09-17 09:34:07 +0000
	             SDK = com.apple.FinderSync
	   Parent Bundle = /Applications/OpenInTerminal.app
	    Display Name = OpenInTerminalFinderExtension
	      Short Name = OpenInTerminalFinderExtension
	     Parent Name = OpenInTerminal
	        Platform = macOS

And we can run the following cmd to manually add it to the finder extension.
$ pluginkit -e "use" -u "F2547F13-4E43-4E88-9D8F-56DF05C020D8"

@gmi91dev
Copy link

Maybe we can try $ pluginkit -mAD -p com.apple.FinderSync -vvv and in output there should be something like:

     wang.jianing.app.OpenInTerminal.OpenInTerminalFinderExtension(2.3.5)
	            Path = /Applications/OpenInTerminal.app/Contents/PlugIns/OpenInTerminalFinderExtension.appex
	            UUID = F2547F13-4E43-4E88-9D8F-56DF05C020D8
	       Timestamp = 2024-09-17 09:34:07 +0000
	             SDK = com.apple.FinderSync
	   Parent Bundle = /Applications/OpenInTerminal.app
	    Display Name = OpenInTerminalFinderExtension
	      Short Name = OpenInTerminalFinderExtension
	     Parent Name = OpenInTerminal
	        Platform = macOS

And we can run the following cmd to manually add it to the finder extension. $ pluginkit -e "use" -u "F2547F13-4E43-4E88-9D8F-56DF05C020D8"

Thanks, it works for me 👍

@Ji4n1ng
Copy link
Owner

Ji4n1ng commented Jan 7, 2025

See #220

@Ji4n1ng Ji4n1ng closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants