Advertisement
rozzingit

Atlantis Side Pane Fix

Nov 18th, 2020
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. If the bug in the Brockerhoff split view library that crops up under Catalina affects you and your sidebar vanishes, and you cannot make it expand back out to visibility, there's a quick (but somewhat esoteric) way to fix it via Apple's preference configuration utility.
  2.  
  3. 1. Quit Atlantis
  4. 2. Open /Applications/Utilities/Terminal.app
  5. 3. Type `defaults read net.riverdark.Atlantis | grep 'RBSplitView V'` - you should see one (or more) lines that are like "RBSplitView V lemuria_main" or "RBSplitView V lemuria_window:<some number>" and each will show it as being some esoteric value.
  6. 4. Find the line from the previous step that has a negative number in it, such as `"RBSplitView V lemuria_main" = "2 -17.5248 922"`
  7. 5. Change the negative number to a positive one, preferably larger than 140. For instance, `defaults write net.riverdark.Atlantis "RBSplitView V lemuria_main" -string "2 200 922"`
  8. 6. Type `defaults read net.riverdark.Atlantis | grep 'RBSplitView V'` again to make sure the change took.
  9. 7. Restart Atlantis. Your sidebar should have returned!
  10.  
  11. Yay!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement