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
0 answers

Applescripts cannot seem to target the Preferences Pane (Ventura)

I'm trying to use Automator to record an action on the system preferences, in the accessibility display pane. I want to change the value of the slider for the color filter intensity. (There are many similar questions asked here on SO, but they…
New Alexandria
  • 6,951
  • 4
  • 57
  • 77
0
votes
1 answer

When trying to run bundle install I keep getting the error An error occurred while installing puma (5.6.4), and Bundler cannot continue MacOS 13.1

Every time I go to run bundle install I keep getting stuck at installing puma, I have tried to manually install it using gem install puma -v '5.6.4' -- --with-ldflags=-L/usr/local/opt/openssl@1.1/lib…
saoud
  • 1
  • 3
0
votes
0 answers

Filevault enable with -defer option not working on Ventura

I have been using the following script for a while on Mac to enable FileVault remotely. It is launched via an RMM and enables Filevault when a user logs in due to the authentication and then generates the key and puts it in the defined plist file…
kyjos
  • 1
0
votes
1 answer

keyboard / mouse not working via python in MacOS Ventura 13.1 (22C65)

This is the first time I use the keyboard and the mouse via python and I am not sure whether it is not working or that I am doing something wrong. I have imported: pywhatkit & pynput & pyautogui KEYBOARD: all of the above are running fine up to the…
JW1988
  • 1
  • 1
0
votes
1 answer

the shadow of my button in tkinter won't disappear

I am on MacOs with ventura installed. I am trying to create a button but it always has a shadow. I tried highlightthickness=0 and borderwidth=0 but it is still there. I tried another code from the internet but it was the same prolem. The same code…
0
votes
0 answers

Want to install requests for pyton but getting path WARNING

This is my python location /usr/bin/python3 after pip3 install requests I am getting Requirement already satisfied: idna<4,>=2.5 in ./Library/Python/3.9/lib/python/site-packages (from requests) (3.4) Requirement already satisfied:…
suguru
  • 1
0
votes
0 answers

AppleScript does not run from Automator

I try to implement a folder action with Automator. So i use the module "folder action" and there defining the folder. The only action module in there is "Execute AppleScript" with this code inside: on run {input, parameters} set fileName to name…
pawi
  • 2,463
  • 3
  • 16
  • 16
0
votes
1 answer

Impossible to start Minikube on macOS Ventura

After upgrading my macOS to Ventura I can't start Minikube. Failed to start virtualbox VM. Running "minikube delete" may fix it: creating host: create: creating: Error setting up host only network on machine start: The host-only adapter we just…
X T
  • 445
  • 6
  • 22
0
votes
2 answers

Enabling voice control in AppleScript Ventura

I am trying to use AppleScript to press the switch for activating voice control in macOS Ventura. The first switch in this image where it toggles voice control: I tried the following apple script: do shell script "open -b…
0
votes
1 answer

Spotlight Search, Mail Search, C++ compiling not working on macOS after PATH Modification or Ventura Update

I recently made a couple of changes on my Mac. Intending to start working with C++ I installed cmake and modified my $PATH variable. I updated to the newest version of Ventura. Now, spotlight search and apple mail are not working working anymore.…
0
votes
1 answer

Problem with pressing button using AppleScript after update to Ventura

After updating to Ventura my applescipt stopped working. I am trying to press the PDF button in numbers print menu. Code is below. Seems like the group line is the issue but can't seem to get it to work Here is the code I tried on run {input,…
0
votes
1 answer

manager-osx to run XAMPP Apache server shows error after upgrade to macOS Ventura

Today I upgrade my Mac OS to the latest version Ventura and found manager-osx which runs the XAMPP Apache Server and MySql Database stops working and gives the below error when we click on it. How can we resolve this?
Amit Gupta
  • 2,771
  • 2
  • 17
  • 31
0
votes
1 answer

Issue connecting iPhone XS (iOS 16.2) in Developer Mode enabled to M1 Macbook pro (macOS 13.1)

I am trying to run my React Native IOS app on my iPhone XS device. iPhone connects to my M1 MacBook pro and I can access the phone but when I try to run the app Xcode complains that the device's developer mode is not enabled. But when I enable the…
Hamza Khursheed
  • 2,399
  • 2
  • 15
  • 17
0
votes
0 answers

Xcode: Is there a way to stop the constantly recurring security prompt when building my project?

Is there a way to avoid the constantly recurring security prompt? It always occurs when I create a new version of my project in Xcode. I have already allowed myself and "everyone" full access to the folder, but unfortunately that didn't help. It…
Thomas68
  • 1
  • 3
0
votes
1 answer

Java Application launch failed. Check Console for possible error messages related to "/Users/X/Project.jar"

Trying to open .JAR file on macOS Ventura intel base laptop running java 8 351. GUI game was built using IntelliJ, Java jdk 19 and JavaFX 19. Getting a console error message with no console appearing. GUI game works perfectly inside IntelliJ,…
mkawa025
  • 1
  • 1