Skip to main content

Questions tagged [launch-services]

Launch Services is an API used by applications to open other applications or their document files similar to the way that the Finder or the Dock handles them.

1 vote
0 answers
55 views

What is the proper way to stop and restart a service that is a "bundled daemon"?

There are some recent apps, e.g., Cisco Secure Client / AnyConnect VPN service, where the service cannot be stopped/started using the LaunchControl.app. For more control over what's running on the ...
HanSooloo's user avatar
  • 334
0 votes
1 answer
23 views

no sound in plist on mac

I'm not able in my plist of sync to make a beep when finished. this my code of plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD ...
Oscardot's user avatar
4 votes
7 answers
1k views

Simplest way to create a clickable list in MacOS that will cause selected programs to run

I'm looking for something which runs under macOS that will let me do the following: Suppose I have a file called "program.list" with contents something like this: "Program 1" "...
HippoMan's user avatar
  • 390
0 votes
0 answers
14 views

How do I start a launch agent for an AD user?

I have a Launch Agent which is working fine for local Mac users. But it is not starting for AD user. As we start a LaunchAgent using launchctl bootstrap <gui/$user_uid> <plist path>. But ...
vishal kumar's user avatar
0 votes
0 answers
234 views

How to stop sharingd, unsolicited, acceptance window from spawning and disappearing instantly every time the computer starts?

I have been living with this for a long time, but now (hope with your help) I am committed to solve it because it doesn't look quite normal. Why this window of this sharingd process, shows up at boot ...
nostromo's user avatar
  • 197
1 vote
1 answer
206 views

How to register some program "at login" for all users on macOS

I know I can use "Service Management" (SMAppManager) for the current user [or do the equivalent action via setup], but it only registers at login for the current user, but I need my app to ...
Aleksandr's user avatar
0 votes
2 answers
598 views

Leave SSH daemon running permanently

I, for some reason, cannot seem to find a google search which actually answers this question. I have a mac, and I would like to have the ssh daemon running in the background at all times, so I can ssh ...
ExecutionByFork's user avatar
1 vote
0 answers
59 views

Associate another filename extension with existing UTI

The macOS system recognizes various files as JavaScript. If the filename extension is .js, .jscript, .javascript or .mjs, the file's Uniform Type Identifier (UTI) is com.netscape.javascript-source and ...
Jim Danner's user avatar
2 votes
1 answer
2k views

Why do I see “ln” listed in the login items? [duplicate]

I'm currently using macOS Ventura 13.1 on my i5 Macbook Pro 2020. After updating to this version, some unexpected behavior has arose, such as "Steam" added items that can run in the ...
Berkay's user avatar
  • 121
0 votes
1 answer
2k views

What’s com.apple.iomfb_bics_daemon in macOS Monterey?

I noticed in my boot logs that this service fails to start because the executable is missing. So, what is it supposed to do? I can’t find much about it on the internet besides that it was introduced ...
Florian Wendelborn's user avatar
0 votes
1 answer
42 views

Open a file according to its name

On my iMac I would like to open PDF files with Preview, while PDF files that have 'docuni' in the name (e.g. 'docuni1.pdf' or 'docuni2.pdf' etc.) I would like to open by default with Adobe Reader. Is ...
Frank's user avatar
  • 103
1 vote
0 answers
259 views

How to `kill -HUP` apps in macOS 12+?

Long ago it was relatively simple to kill and start some apps and processes in macOS by issuing a killall -HUP PROCESS_NAME. It seemed that most apps and processes respected the -HUP signal, but that'...
ylluminate's user avatar
  • 5,451
0 votes
1 answer
4k views

Disable/enable launchd daemon/agents

There are several launch daemons/agents that start automatically and I wish they will not start automatically. I have listed some services by running $ launchctl list | grep -i 'safari\|siri\|photo\|...
Mr.'s user avatar
  • 185
4 votes
2 answers
706 views

How to force macOS to open https://t..me/ links with correct Telegram client

I have 2 Telegram clients on my MacBook ^ /Applications/Telegram.app/Contents/MacOS/Telegram ^ /Applications/Telegram.localized/Telegram.app/Contents/MacOS Currently when I click a link, the first ...
P i's user avatar
  • 1,785
2 votes
0 answers
256 views

Old bug: The application "Preview.app" is not open anymore

Since many versions of MacOS, I got different applications leaving a ghost version only visible at the Finder and Dock level but not at the basic Unix level. Here is the usual error message the Finder ...
dan's user avatar
  • 12.3k

15 30 50 per page