Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixxx.app info.plist executable case mismatch #6608

Closed
mixxxbot opened this issue Aug 22, 2022 · 2 comments
Closed

Mixxx.app info.plist executable case mismatch #6608

mixxxbot opened this issue Aug 22, 2022 · 2 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

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!

@mixxxbot mixxxbot added the bug label Aug 22, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: rryan
Date: 2012-09-26T00:45:54Z


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.

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 1.11.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant