You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by: starlily
Date: 2012-08-12T20:52:28Z
Status: Fix Released
Importance: High
Launchpad Issue: lp1035957
Mixxx version 1.10.1
I experienced this bug when I performed an upgrade to OSX Lion, but it could affect anyone using OSX.
After upgrading I was unable to launch Mixxx from Applications, but it did launch normally from a command line. The error seen was "The package may be corrupted or incomplete"
The actual executables name is "mixxx" (/Applications/Mixxx.app/Contents/MacOS/mixxx), but the info.plist in the Mixxx.app package lists the following:
<key>CFBundleExecutable</key><string>Mixxx</string>
Changing this to lower case (the actual executable name) solved the issue.
The CFBundleExecutable value should match the executable name exactly, including case!
The text was updated successfully, but these errors were encountered:
I'm not sure if we changed anything but suddenly the case of our Mixxx binary now matches the Info.plist (they are both capitalized). Marking this fixed -- thanks for the report Lily.
Reported by: starlily
Date: 2012-08-12T20:52:28Z
Status: Fix Released
Importance: High
Launchpad Issue: lp1035957
Mixxx version 1.10.1
I experienced this bug when I performed an upgrade to OSX Lion, but it could affect anyone using OSX.
After upgrading I was unable to launch Mixxx from Applications, but it did launch normally from a command line. The error seen was "The package may be corrupted or incomplete"
Changing this to lower case (the actual executable name) solved the issue.
The CFBundleExecutable value should match the executable name exactly, including case!
The text was updated successfully, but these errors were encountered: