Ji4n1ng / OpenInTerminal

✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.
MIT License
5.9k stars 235 forks source link

macOS 15 Finder Toolbar Not Working #220

Open sfnemis opened 1 week ago

sfnemis commented 1 week ago

macOS v 15 not showing in the Finder Toolbar

Yepecpp commented 1 week ago

same

Marsman1996 commented 1 week ago

Do you check the Settings -> General -> Login Items & Extensions ?

If there is no OpenInTerminal here, you can try

$ pluginkit -mAD -p com.apple.FinderSync -vvv

And 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"

VintageWander commented 1 week ago

Do you check the Settings -> General -> Login Items & Extensions ?

If there is no OpenInTerminal here, you can try

$ pluginkit -mAD -p com.apple.FinderSync -vvv

And 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"

This method works for me, thank you so much. Success on macOS 15 Sequoia Developer Beta 5