josh- / CloudyTabs

CloudyTabs is a simple menu bar application that lists your iCloud Tabs.
http://joshparnham.com/projects/cloudytabs/
789 stars 52 forks source link

Tabs no longer updating since upgrading to Safari 15.4 #70

Open garyking opened 2 years ago

garyking commented 2 years ago

I'm on MacOS Catalina 10.15.7 and just upgraded to Safari 15.4. Since doing so, tabs in CloudyTabs are not updating anymore.

garyking commented 2 years ago

Path was moved to ~/Library/Containers/com.apple.Safari/Data/Library/Safari/CloudTabs.db.

kfbest commented 2 years ago

Path was moved to ~/Library/Containers/com.apple.Safari/Data/Library/Safari/CloudTabs.db.

@garyking - thanks for figuring that out. I got it to work with the below workaround, but hoping to figure out how to modify the code to use the new path.

  1. System Preferences > Security & Privacy > Full Disk Access - add Terminal
  2. Go to ~/Library/Safari/ and rename the "CloudTabs.db" to "CloudTabs.db-old" or something similar
  3. In terminal, type the following:
  4. sudo ln -s ~/Library/Containers/com.apple.Safari/Data/Library/Safari/CloudTabs.db ~/Library/Safari/CloudTabs.db