Questions tagged [macos-ventura]

macOS Ventura (version 13) is the nineteenth major release of macOS.

macOS Ventura (version 13) is the nineteenth major release of macOS, Apple's desktop operating system for Macintosh computers. The successor to macOS Monterey, it was announced at WWDC 2022 on June 6, 2022. It is named after the city Ventura in California, following the home state naming system that started with OS X Mavericks.

323 questions
0
votes
1 answer

Keyboard Events Not Triggering in Input Element and InputText Component on macOS

The keyboard events, such as @onkeydown, @onkeyup, and @onkeypress, are not triggering for the input element or InputText component in a MAUI Blazor app running on macOS. While these events work fine on Windows machines.
0
votes
1 answer

What is the equivalent of gfortran flag mieee-fp on macOS Ventura (M2, GCC 12.2 Arm)?

I'm trying to compile a fortran model on macOS Ventura (macOS 13, M2 chip), with GCC 12.2 Arm (downloaded here https://github.com/fxcoudert/gfortran-for-macOS/releases, and/or installed with homebrew) It seems mieee-fp is not supported in this…
CD111
  • 23
  • 6
0
votes
0 answers

Fatal Error Occurred Cannot create Window [Pokerstars app UTM or VirtualBuddy]

I installed the Pokerstars app on a virtual machine UTM, using macOS 13.2.1 Ventura. However, every time I start the app I get the following error: 'Fatal Error Occurred Cannot create Window'. Both virtual machines fulfil the minimum requirements…
Paul
  • 1
  • 1
0
votes
0 answers

Ventura 13.2.1 blocking icon change on system apps

I'd like to change the icons on built in Mac apps such as Safari, Voicememos, Settings, etc. For 3rd party apps it works for me to go to "Get Info" and paste a new icon in, but this doesn't work for system apps. I have tried disabling SIP and now…
0
votes
0 answers

Where are macOS shared library dylib files on Ventura (macOS 13)?

Someone asked this question in the past, but the answer is no longer valid. There is nothing on my system at /System/Library/dyld/. Here is a command that inspects the Mail.app binary and lists the libraries it uses. % otool -L…
Rob N
  • 15,024
  • 17
  • 92
  • 165
0
votes
0 answers

How to extract a list of all tags and a count of each usage in Mac OC 13.xxx

Several years ago, a file utility tool I trialed assigned tags of its own design to almost every one of my files. I'd like to remove them but first I need to see a complete list. Is there a way to access a list of all tags used and a usage count of…
0
votes
0 answers

Nimble , Rcpp, and other packages not working on MacoS Ventura 13.1

2 weeks ago I had the bad idea of upgrading to Ventura. Since then , packages using c++ are not working. I've installed and re-installed many times Xquartz Xcode and Commanlinertools without any success. I follow the instructions on…
0
votes
1 answer

apache hosts routing to "index of/"

I've configured my vhosts so that it goes to index.php or index.html of the folder but it keeps going to the directory of the folder, not sure what i'm doing wrong. httpd.conf # # This is the main Apache HTTP server configuration file. It contains…
SK111
  • 43
  • 7
0
votes
0 answers

MacOS Check if a preference is on via terminal

I am trying to disable sharing options from System preferences on MacOS, but from my understanding you cannot permanently disable them, but you can turn them off. For example to disable file sharing I can use launchctl disable…
0
votes
1 answer

Switching slack status automatically when connecting to specific wifi networks? (MacOs)

I found these instructions for automating Slack status based on the connected wi-fi. The post is quite old and it is not working for me on MacOS Ventura. To be honest, I don't even know how to debug such a script. Could somebody…
fusio
  • 3,595
  • 6
  • 33
  • 47
0
votes
0 answers

MacOS Command Line for Trackpad Settings

In Ventura MacOS, I am trying to use a command line script for affecting the trackpad settings. Specifically, in this case, I am trying to turn on tap-to-click. But I would also like to turn on double-tap to drag, and change the scroll direction.…
zeeple
  • 5,509
  • 12
  • 43
  • 71
0
votes
0 answers

MacBook Pro 2019 OS Ventura internet problem

In my whole flat the internet is good. In the all places where i ping google.com i got about 23ms. I have router on my table but when i put my mac on this table and try to run something on internet i get ping spikes but huge ping spikes. The average…
0
votes
1 answer

Error installing poppler with homebrew with Mac Ventura 13

I am trying to install poppler with homebrew which is dependency used by many packages but it gives me this error: $ brew install poppler ==> Fetching poppler Warning: Building poppler from source as the bottle needs: - HOMEBREW_CELLAR:…
user1472672
  • 313
  • 1
  • 9
0
votes
1 answer

How to stop MacOs to create/delete mysql instances?

I'm using MacOS Ventura 13.0 with the Apple M1 Max chip, and I would like (and tried) to use MySQL Workbench. Maybe this problem is related to the bug "Crash after a select" at mysql.com. However... When in the Terminal[*] I run the command ps…
user502052
  • 14,803
  • 30
  • 109
  • 188
0
votes
0 answers

How to get notification subtitle/body using AppleScript after Ventura update

We used to be able to get the title, subtitle, and body of notifications in Notification Center using the solution here. Running that code now produces the error: script error: A “text” can’t go after this identifier. (-2740) Is there a new way to…
Chris Redford
  • 16,982
  • 21
  • 89
  • 109