mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS

Home Page:https://mths.be/dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.macos` changes in macOS Ventura

dalisoft opened this issue · comments

There are few properties from my defaults stopped working in macOS Ventura, would be helpful if there can be changed with alternative

Set: Entry, ":ComputerViewSettings:CustomViewStyleVersion", Does Not Exist
Set: Entry, ":ComputerViewSettings:WindowState:ContainerShowSidebar", Does Not Exist
Set: Entry, ":ComputerViewSettings:WindowState:ShowTabView", Does Not Exist
Set: Entry, ":ComputerViewSettings:WindowState:ShowToolbar", Does Not Exist

Command to run

#!/bin/zsh
/usr/libexec/PlistBuddy -c "Set :ComputerViewSettings:CustomViewStyleVersion 1" ~/Library/Preferences/com.apple.finder.plist
/usr/libexec/PlistBuddy -c "Set :ComputerViewSettings:WindowState:ContainerShowSidebar 1" ~/Library/Preferences/com.apple.finder.plist
/usr/libexec/PlistBuddy -c "Set :ComputerViewSettings:WindowState:ShowTabView 1" ~/Library/Preferences/com.apple.finder.plist
/usr/libexec/PlistBuddy -c "Set :ComputerViewSettings:WindowState:ShowToolbar 1" ~/Library/Preferences/com.apple.finder.plist

Since I run the ~./mac my OS (ventura) start acting weird.

  • There is no animation when the dock show/hide.
  • I cant scroll to the previous page or next page inside Google Chrome.

If I create a new user on Mac everything work fine.
Any idea on how to reset it ?

EDIT===
Just find out on how to fix it :

  • Docker issue : run on terminal defaults delete com.apple.dock "autohide-time-modifier" && killall Dock then logout and login.
  • Swipe issue : run defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool true and defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool true

My System Settings app is completely empty except for General after running .macos, and View menu item shows multiple General entries.

EDIT: Rebooting fixed the issue.

image

image