[Pythonmac-SIG] Should Python.app be an LSUIElement = 1 app?
Ronald Oussoren
ronaldoussoren at mac.com
Wed Feb 4 23:03:08 CET 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2224 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090204/eb0ab871/attachment-0001.bin>
More information about the Pythonmac-SIG
mailing list