vote up 0 vote down star

I'm developing an OSX application (Clarke) that runs with LSUIElement set (system menu only - no tray icon, doesn't appear in cmd-tab).

It works totally fine, but someone just pointed out that it has a blank process name in the Activity Monitor listing. Just says nothing. Everything else in there has a name. Even other apps running at LSUIElement.

I've tried to search around the web, but I can't spot anyone talking about this. What on earth should I be looking for?

flag

80% accept rate

2 Answers

vote up 4 vote down

Wild guess: Check the CFBundleName in your Info.plist. Make sure that's set and not empty.

link|flag
vote up 3 vote down check

Turns out I had the CFBundleDisplayName key present, but empty. That solves it.

link|flag
Peter actually gave you this answer. You should give credit to him by up-voting his answer and/or accepting it rather than leaving the answer open and adding your own answer (which, in fact, is the same as Peter's suggestion). – Jason Coco Jun 26 at 10:03
Not exactly. CFBundleName and CFBundleDisplayName aren't the same thing. – Peter Hosey Jun 26 at 11:12
Ah, good point, Peter! I was reading too quickly and missed it. In any event, you should accept your answer, then Tom :) – Jason Coco Jun 26 at 19:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.