mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.01k stars 8.74k forks source link

`.macos` changes in macOS Ventura #1035

Open dalisoft opened 1 year ago

dalisoft commented 1 year ago

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
Merwan1010 commented 1 year ago

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

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 :

slavanossar commented 1 year ago

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