On 3 Feb, 2009, at 19:14, Bill Janssen wrote:

But in the spirit of education, here's what I've got in my Python.app's
Info.plist:

        <key>LSUIElement</key>
        <true/>

That's the wrong definition, it should be:

   <key>LSUIElement</key>
   <string>1</string>

See <http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-108256 >, or /System/Library/CoreServices/Dock.app/Contents/Info.plist.

Ronald


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to