mathiasbynens / mathiasbynens/dotfiles
`.macos` changes in macOS Ventura
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 31.5k
- Forks
- 8.4k
- PR merge metrics
- No merged PRs in 30d
Description
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
```sh
#!/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
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the .macos file and the listed PlistBuddy commands, then verify which Finder preference entries fail on macOS Ventura. Done means identifying supported alternatives for the four requested Finder settings and confirming the commands no longer report nonexistent entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, shell
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100