Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [macos]

macOS (formerly known as OS X or Mac OS X) is the desktop operating system from Apple, found on Macintosh computers. Use this tag only if your question relates to using macOS APIs or macOS-specific behavior, not because you happen to run your code on macOS. Questions relating to using or troubleshooting macOS are off-topic and belong in the Ask Different community instead.

macos
-1 votes
1 answer
5 views

How can I rotate my M3 display to portrait mode using DisplayLink on a Mac?

I've been trying to rotate my M3 display to portrait mode, but I'm running into issues. I've tried the following steps, but nothing seems to work: System Preferences: I checked the Displays settings ...
Charlie Parker's user avatar
0 votes
0 answers
5 views

Simulate terminal typing for video recording

I'm working on a video training series on how to use Termina.app on macOS. I would like to "simulate" typing large blocks of code into the terminal as video visual aids. I'd prefer not to ...
Sonic84's user avatar
  • 991
0 votes
0 answers
7 views

Is there a way to run Chrome browser on the command line so it blocks instead of being spawned?

for tessting a web app with a script I have launch_test() { spawn_local_test_http_server(port) I want -> run_browser_with_url(where server is) such that it will block until the user ...
peterk's user avatar
  • 5,334
0 votes
0 answers
7 views

Electron window flashes white upon showing despite graceful display

I am trying to display a window with black content inside a BrowserWindow: changeShortcutWindow = new BrowserWindow({ height: 400, width: 600, show: false, // will be displayed upon ready-...
Vojta Böhm's user avatar
0 votes
0 answers
10 views

How to open Terminal.app on MacOS by custom url in Google Chrome

I would like to open terminal app to run some custom command on my Mac for example: terminal://test Which will open terminal with command "doSomeMagic test" How to do this? Is this even ...
Tom's user avatar
  • 149
0 votes
0 answers
25 views

switching from zsh to ssh [closed]

Hello there i am a beginner user of ssh. i am not able to access my server through ssh i used to access through root and psw but now i get always zsh: command not found: ssh. tried so many commands ...
Ramos Ramos's user avatar
0 votes
0 answers
7 views

Where can i find safary deeplinks?

I'm seraching for deeplinks in macos apps. Now i'm working on safari, and i cant find any sites or documentations with list of deeplinks. Where can i find the information about them? I was trying to ...
Serafym's user avatar
-1 votes
0 answers
26 views

Cannot connect to Postgres from my php/symfony application

I'm having issues connecting to any database from my php/symfony application when I try to connect to pg_connect("host=localhost port=5432 dbname=dbname user=username"); the app just dies ...
Dhee4's user avatar
  • 9
-2 votes
0 answers
11 views

External webcam (Nexigo) requires reboot everyday for Amazon Chime to use it on MacOS [closed]

I am using this Nexigo external webcam . Mostly, it works fine with Amazon Chime on MacOS 13.6.7. However, everyday it doesn't work on the first attempt. Chime can recognize the webcam but can't use ...
Harshit's user avatar
  • 121
-1 votes
0 answers
51 views

How do I install mysqlclient 1.4.6? (Python 3.6) MacOs?

I install pip install mysqlclient==1.4.6 --no-cache-dir But an error occurs: ld: library 'ssl' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) ...
Ilya's user avatar
  • 1
1 vote
1 answer
25 views

AppleScript to open a specific section of Terminal settings

I'm trying to open the "Profiles" section of the Terminal settings (image). Here is my script: tell application "Terminal" activate delay 1 tell application "...
iStuces's user avatar
  • 83
-1 votes
0 answers
9 views

Using Texlive and Texstudio on Mac

On my mac, I have installed texlive and texstudio via brew. Texlive alone works perfect and I can use 'pdflatex' via console to build my project without fault. On the other hand, when I try to build ...
AnnemarieWittig's user avatar
-2 votes
0 answers
24 views

Module not found in mac terminal

I'm trynna make a discord bot but I'm having issues when trying to run it. When I run the code in vs code I dont get any issue however when I run the code in a mac terminal it tells me it cant because ...
Eagle_514's user avatar
-1 votes
0 answers
24 views

Errors with Java application distribution for MacOS with ProcessBuilder and jspawnhelper

I have a Java application I'm distributing with jpackage for MacOS. The runtime is delivered with the application, and it is JDK version 22. When the application tries to execute an external command ...
Mbr's user avatar
  • 9
2 votes
0 answers
41 views

Vulkan - VK_ERROR_INCOMPATIBLE_DRIVER error in Apple M2

With this code: #include <vulkan/vulkan.h> #include <iostream> #include <stdexcept> #include <cstdlib> #include <vector> class HelloTriangleApplication { public: ...
Caner - sagopanin sag kolu's user avatar

15 30 50 per page
1
2 3 4 5
7871