#17366: mkvtoolnix: create an app bundle -------------------------+---------------------- Reporter: krunk7@… | Owner: pguyot@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: mkvtoolnix | -------------------------+---------------------- Description changed by mojca@…: Old description:
The +wxwidgets variant produces a binary which does not properly bind to the osx Gui framework. The end result is a correctly rendered gui that does not respond to user mouse or keyboard input nor is capable of changing focus.
The fix is to place the binary in an app bundle as described in the WxWidgets Mac OSX Issues wiki:
New description: The +wxwidgets variant produces a binary which does not properly bind to the osx Gui framework. The end result is a correctly rendered gui that does not respond to user mouse or keyboard input nor is capable of changing focus. The fix is to place the binary in an app bundle or add the code as described in the wxWidgets Mac OS X Issues wiki: http://wiki.wxwidgets.org/wxMac_Issues {{{ #include <ApplicationServices/ApplicationServices.h> ProcessSerialNumber PSN; GetCurrentProcess(&PSN); TransformProcessType(&PSN,kProcessTransformToForegroundApplication); }}} -- -- Ticket URL: <https://trac.macports.org/ticket/17366#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X