Hedge
Hedge

Reputation: 16768

app-icon of no-gui-app bounces a few minutes in the dock

I’m about to deploy an application without a GUI or console-output. It works flawless but the application icon bounces for like 5 minutes after launching in the dock.

I want to keep the dock-icon (so no LSUIElement=1) but get rid of the bouncing.

Any ideas?

Upvotes: 1

Views: 102

Answers (1)

user149341
user149341

Reputation:

If you your application to appear in the Dock, it will need to have a Cocoa event loop and some amount of GUI (I believe it'll need at a menu bar, at a minimum, and should be able to at least handle a quit event).

Depending on what your application is and how it works, this may or may not be feasible. You'll have to provide more information for us to provide more specific advice.

Upvotes: 2

Related Questions