Questions tagged [macos-ventura]
67 questions
323
votes
7 answers
How do you prevent the dock from switching monitors in macOS Sequoia?
In Mavericks, Apple introduced a "feature" where if you hover at the bottom of any screen the dock pops up on that screen.
This is disrupting my workflow as I am constantly having the dock pop up when I don't want it to and then I have to go to…
Brad Dwyer
- 3,455
29
votes
7 answers
Git SSH "permission denied" in macOS 13 Ventura
When I try to authenticate with an RSA SSH key in macOS 13 (Ventura), I get a Permission denied (publickey) error.
However, when I use the same command against macOS 12 (Monterrey), it works correctly.
Haozhe Xie
- 1,289
11
votes
2 answers
how to disable "Background items Added" notification in mac os Ventura
In mac os Venture, everytime when we start the macBook, keep getting the notification of background-Item, although I can customize which app need to run background but annoyed by repeatadely displaying and sometimes its duplcate and disabled…
xkeshav
- 385
11
votes
3 answers
How to prevent the Music app from launching when pressed Play (F8) on keyboard is clicked in macOS Ventura?
As title describes, I would like to prevent Music app (previously known as iTunes) From launching and playing music when I accidentally press the F8 (Play Button) on apple keyboard.
I am using macOS Ventura Version 13.0 with an Apple M1.
The…
7
votes
2 answers
macOS Ventura: Is there a keyboard shortcut for cycling through stage manager groups?
Stage Manager seems like it could be really powerful and helpful, but without keyboard shortcuts to cycle through groups it means I have to put my hand on the mouse and click. Who has time for that? I found a shortcut for turning it on and off,…
creativetim
- 171
3
votes
1 answer
dnsmasq DHCP server on Mac OS - not working
I'm trying to set up a DHCP server using dnsmasq on Mac OS (Ventura) so that it can serve IP addresses to virtual machines that I am running.
I have included this line into my…
ghik
- 181
- 1
- 7
3
votes
0 answers
zsh: killed in Terminal
After trying to install mongoDB on macOS Ventura, I'm getting error zsh: killed.
When I open Terminal, I see:
zsh: killed mkdir -m 700 -p "$SHELL_SESSION_DIR"
Whenever I try to run a command, the same problem occurs:
Desktop % ls
zsh: killed…
Диана Середа
- 31
3
votes
1 answer
M1 MacBook Pro can't join Linux hotspot when other devices can
On a laptop running Linux Mint, I can run these commands to stand up a WiFi hotspot:
nmcli con add type wifi ifname [interface name] con-name test_ssid autoconnect yes ssid test_ssid
nmcli con modify test_ssid 802-11-wireless.mode ap ipv4.method…
Theron S
- 231
3
votes
1 answer
Where to see the custom quick action in mac os Ventura?
Max Os Ventura
I have created a Quick Actions (Earlier known as Service) from Automator Utility in mac OS and it works fine too.
Now I want to make some changes in it but unable to see the newly created Quick Action file in the Automator…
xkeshav
- 385
3
votes
2 answers
How to delete python3 from /usr/bin/ on MacOS Ventura?
I want to remove python3 from /usr/bin, as I already have Python 3.11 installed and the python3 in /usr/bin/ is Python 3.9.6
I tried removing it using sudo rm -f python3, but I get this error:
rm: python3: Operation not permitted
So, how?
montw
- 31
3
votes
2 answers
Since I updated to Ventura, I cannot SSH to my server (Ubuntu 20.04) from my macOS
I cannot SSH specific servers like micro/small instances of AWS, DigitalOcean, and so on after upgrading to macOS Ventura & OpenSSH_9.0p1, LibreSSL 3.3.6
client_1 logs
ssh -vvv user@server -p port
OpenSSH_9.0p1, LibreSSL 3.3.6
debug1: Reading…
joji_fx
- 51
2
votes
0 answers
How to show private data in macOS unified log within Xcode
I am getting runtime errors in Xcode involving interface builder. However, the system logger is sanitizing pertinent information contained in the logging.
Unknown class in Interface Builder file at path .
The system logger's…
Todd Stanley
- 21
2
votes
0 answers
How to allow regular user to mount NFS share on macOS Ventura?
We have an NFS share on a server.
We can mount this share on macOS Ventura as user "root", but not as a regular user.
Here is the script to mount as user "root":
$ showmount -e 192.168.2.12
$ sudo mkdir -p /Volumes/NAS
$ sudo chown regularuser:staff…
teusbenschop
- 121
2
votes
2 answers
How to remap Control and Cmd in Firefox for MacOS?
MacOS allows to assign a hotkey for copy/paste actions via System settings. However Firefox does not respect remapped application short-cuts in MacOS. I tried several external application to remap these actions, and didn't find anything, what would…
Denis
- 359
2
votes
1 answer
Can't edit readonly file even when root AND without System Integrity Protection
Note: This question is different than: Can't edit read only file even when root
I am trying to edit /System/Library/QuickLook/Illustrator.qlgenerator/Contents/Info.plist.
On MacOS Ventura (Mac M1). I have already disabled System Integrity…
Fred Guth
- 131