Hi Giovanni,

Looking at PyInstaller code, I found these:

void pyi_launch_initialize(const char *executable, const char *
extractionpath)
{
    #if defined(__APPLE__) && defined(WINDOWED)
    /*
     * On OS X this ensures that the application is handled as GUI app.
     * Call TransformProcessType() in the child process.
     */
    ProcessSerialNumber psn = { 0, kCurrentProcess };
    OSStatus returnCode = TransformProcessType(&psn, 
kProcessTransformToForegroundApplication);
    #elif WIN32
    CreateActContext(extractionpath, executable);
    #endif
}


I think the code already as Lorenzo said, and if I use LSBackgroundOnly to 
False, it produce a double icon in dock.

So, this issue has not been fixed yet?


Thanks,
Eko

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to