Hello,

I'm using pyinstaller 4.5.1 to bundle a very simple, single window Qt 
(PySide6) application running under Python 3.9.6. The process finishes with 
no errors. However, when I double-click the app icon it launches:

- Without an icon in the dock
- Without a menu bar
- Cannot be brought to the foreground (but is visible in Mission Control)
- Can only be quite with a click on the red close button
- Doesn't accept keystrokes (which are sent to whatever other application 
window was last active instead)

The result is the same if I run the executable from within the .app bundle. 
However, if I run the executable from the folder in the dist folder (the 
one outside the bundle), it works as expected.

My .spec file:

*app = BUNDLE(coll,*
*        name='myapp.app',*
*        icon=None,*
*        bundle_identifier='com.myname.myapp**',*
*        info_plist={*
*            'NSPrincipalClass': 'NSApplication',*
*            'NSHighResolutionCapable': 'True'*
*        }*
*)*

Any ideas?

Thanks.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/4de5fef3-19f9-4646-92e9-ce991db79714n%40googlegroups.com.

Reply via email to