# OS13 Ventura 🔹 [[Operating Systems]] ▫️ [[⏶ Mac OS Monterey|Monterey]], [[⏶ iOS|iOS]], [[⚑ Mac Migration|mac migration]] ## Notes ### Icons Got a program called Icon Champ that is supposed to update icons and also keep them updated even when a program is updated. Seems to work for most programs but not system programs (like System Settings or Safari) or specific ones like iTerm2 or TickTick. Pretty annoying. ### Security Issue If you use a security scanner on your Mac and you update to macOS Ventura, check the program directly to see if it's flagging an error. The workaround to fix the problem is simple once you know to do it. In System Preferences > Security & Privacy > Privacy tab > Full Disk Access. - Click the lock icon in the lower-left corner of the screen and authenticate with your system password to allow changes. * Then uncheck the box next to any security services that are malfunctioning, to let the system know you want to disable their permission. * Click the lock in the lower-left corner again to save the change, then redo the process and recheck the relevant boxes to freshly enable the permission without the flaw. ### Changing permissions through the terminal I kept running into an issue in which Firefox was trying to reinstall something. I think this might be because I locked the application and because the application permissions were not correct. Found online a solution for changing permissions correctly from the terminal: ```bash sudo chown -R ${USER}:wheel /Applications/Firefox.app ``` sudo chown -R ${USER}:wheel /Applications/Setapp/CleanMyMac X.app I was also able to find out all users associated to the computer and found this using `dscl . list /Users | grep -v '_'` ![](https://i.imgur.com/pVVltPT.png) com.apple.idms.appleid.prd-10-0c6fa6eb-9500-4976-8a78-8e1b7a15940b ## References