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

About Big Sur and preferences/videos disappearing (fixed in Big Sur Beta9) #1036

Closed
glouel opened this issue Aug 6, 2020 · 1 comment
Closed

Comments

@glouel
Copy link
Collaborator

glouel commented Aug 6, 2020

Please note that there is a bug currently in Big Sur betas with screen saver containers that will make you "lose" your settings and videos after install. They may (very likely) still be there though as there's a bit of a path mismatch currently.

If you are a terminal person, those are the paths in various versions of MacOS for the Container:

~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver <- Catalina, Big Sur beta 1/2
~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86_64 <- Big Sur Beta 3 on x86
~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86-64 <- Big Sur Beta 4/5 on x86

Inside that path, you can find Data/Library/Application Support/Aerial for where Aerial stores the videos. Please move that to whatever version you are running above.

So to recap full path of beta 4/5 : ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86-64/Data/Library/Application Support/Aerial

For preferences, look at Data/Library/Preferences/ByHost/com.JohnCoates.Aerial.{UUID}.plist

(where UUID is a random list of letters and numbers)

Again the correct location in beta4/5 is `~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86-64/Data/Library/Preferences/ByHost/com.JohnCoates.Aerial.{UUID}.plist

If you are a finder person, it's a bit more complex. You may not see this if you didn't install beta3, but the new paths will look like this, instead of what you see in terminal :

Capture d’écran 2020-08-04 à 23 46 31

Look for the most recent one that ends with x86_64. Yes they are named the same, and this is very different than the paths you see in Terminal.

As you've guessed, this is a macOS with the screen saver container mechanism in Big Sur beta. Please feel free to file a bug in macOS's Feedback Assistant to get more traction to the issue and hopefully get it fixed !

Please also be aware that I've seen the screensaver container lose the focus on playback, and pressing the keyboard will not exit/beep, and you'll be able to actually move your mouse pointer above the screensaver. As of right now I don't have a workaround for that issue in code, but should you find yourself in that situation, press cmd+option+shift+esc to force quit the container. This will launch another screensaver which you'll be able to exit.

@glouel
Copy link
Collaborator Author

glouel commented Sep 29, 2020

So please be aware, this bug is finally fixed in beta9 🍾🎉 🥖

That means that after install, it will look like you've lost your videos/settings, you can move them back.

Old location : ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver.x86-64/Data/Library/Application Support/Aerial

New location : ~/Library/Containers/com.apple.ScreenSaver.Engine.legacyScreenSaver/Data/Library/Application Support/Aerial

@glouel glouel changed the title About Big Sur and preferences/videos disappearing About Big Sur and preferences/videos disappearing (fixed in Big Sur Beta9) Sep 29, 2020
@glouel glouel unpinned this issue Nov 15, 2020
@glouel glouel closed this as completed Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant