alehouse / cantata

Automatically exported from code.google.com/p/cantata
GNU General Public License v3.0
1 stars 0 forks source link

Cantata 1.5.1 does not start on case sensitive Mac OS #585

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of Cantata?
Cantata 1.5.1

Which build? KDE, Qt4, Qt5, Windows, Ubuntu, Mac?
Mac

What steps will reproduce the problem?
1. Download Cantata dmg on a case sensitive system
2. Try to run Cantata

What is the expected output? What do you see instead?
The App should run, but it doesen't. 
Reason for this is that in the Info.plist file the binary is referenced as 
"Cantata" while the binary in the MacOS folder is named "cantata".

Original issue reported on code.google.com by Arwed.Co...@gmail.com on 10 Nov 2014 at 11:12

GoogleCodeExporter commented 9 years ago
This is going to sound like an obvious question - but I no longer have access 
to OSX, so need to be 100% sure - the entry in the plist file, am I correct in 
assuming the it should be:

        <key>CFBundleExecutable</key>
        <string>cantata</string>

??

Original comment by craig.p....@gmail.com on 11 Nov 2014 at 11:11

GoogleCodeExporter commented 9 years ago
Better safe than sorry

    <key>CFBundleExecutable</key>
    <string>cantata</string>

is correct.
Kind regards 

Original comment by Arwed.Co...@gmail.com on 11 Nov 2014 at 7:30

GoogleCodeExporter commented 9 years ago
Thanks for confirming. The fix will be in 1.5.2, and 1.6.0 - assuming I can get 
these built for OSX :-)

Original comment by craig.p....@gmail.com on 11 Nov 2014 at 8:08

GoogleCodeExporter commented 9 years ago
Issue 590 has been merged into this issue.

Original comment by craig.p....@gmail.com on 18 Nov 2014 at 2:54