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

.macos changes in macOS Ventura #1035

Open
dalisoft opened this issue Nov 16, 2022 · 2 comments
Open

.macos changes in macOS Ventura #1035

dalisoft opened this issue Nov 16, 2022 · 2 comments

Comments

@dalisoft
Copy link

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
Copy link

Merwan1010 commented Dec 22, 2022

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

@slavanossar
Copy link

slavanossar commented Feb 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants