Couldn't find any other threads on the topic. After upgrading to 2.0.4 my open lp won't open on osx mavericks - at all. Have reinstalled after deleting app and all associated files with no change, please help, very frustrating!
Yes, I previously had it on the Mac App Store and Identified Developers option, but was manually allowing non signed apps. I turned it off to try to get open lp to open, but no luck.
Trying to open the application normally still causes the same result, here is the log from when it actually worked, I don't know how to provide a log of it not working because it worked when I tried from terminal! http://pastebin.com/scExxKVh
Trying to run xattr -l /Applications/OpenLP.app returns this: com.apple.quarantine: 0021;5360325f;Google\x20Chrome;DB833B14-311F-4875-BEAD-9670D18A38F6
Didn't give me the option, but it's a bug I've seen previously in programmes like iTunes so I wouldn't worry too much. I went in to the firewall, deleted open lp and readded it to manually allow but had no joy there either.
Can you try deleting OpenLP and copying it again from the dmg? Then run "xattr -l /Applications/OpenLP.app/" before and after trying to open OpenLP and post the outputs.
If you run "xattr -l /Applications/OpenLP.app/" and take the first block of output e.g. 0001; or 0021; and replace the third number with 6 e.g. 0001; would be 0061;. Then run "xattr -w com.apple.quarantine <your modified string with quotes>" e.g. "0061;53289cb9;Google\x20Chrome;9046D19C-3616-4234-A2B5-39B11BF700B2" and try running "open /Applications/OpenLP.app/" again.
Comments
http://wiki.openlp.org/OpenLP_2_Introduction_and_FAQ#Troubleshooting
Before opening app: joes-mbp:~ Joe$ xattr -l /Applications/OpenLP.app/
com.apple.quarantine: 0001;53289cb9;Google\x20Chrome;9046D19C-3616-4234-A2B5-39B11BF700B2
After:
joes-mbp:~ Joe$ xattr -l /Applications/OpenLP.app/
com.apple.quarantine: 0001;53289cb9;Google\x20Chrome;9046D19C-3616-4234-A2B5-39B11BF700B2
looks the same to me, and the app didn't open, just bounced in the dock as before
Allow from anywhere. Tried again with same result.
Before:
com.apple.quarantine: 0001;53289cb9;Google\x20Chrome;9046D19C-3616-4234-A2B5-39B11BF700B2
After:
com.apple.quarantine: 0021;53289cb9;Google\x20Chrome;9046D19C-3616-4234-A2B5-39B11BF700B2
After force quitting (still just bouncing) it returns the same.
Ran as you said, here is the modified line that I ran:
xattr -w com.apple.quarantine "0061;53289cb9;Google\x20Chrome;9046D19C-3616-4234-A2B5-39B11BF700B2"
On opening it's still bouncing in the dock