<div dir="ltr">yes hans is right. I was able to open by changing gatekeeper settings or command below.<div><br></div><div>for example at the uni i would usually run:</div><div><br></div><div>xattr -d com.apple.quarantine /Users/megrimm/Desktop/Pd-0.46-0-64bit-retina.app<br></div><div><br></div><div>to open apps on stations that did not conform to IT policy but that was with 10.8</div><div><br></div><div>with 10.9.5 at least, i have to run it with "sudu" to open it meaning if IT updates OS to 10.9.5 gatekeeper would stop PD from running from ~/Desktop or ~/Applications, for example, meaning something like Pd would need admin privileges for proper installation I'm assuming. I am also assuming Pd is not on the list of "Identified Developers" meaning admin installation is required on University computers. this is unfortunate because often when teaching I need to improvise on system that I have not used before and have not given IT the one week or whatever to do an install....</div><div><br></div><div>any thought on this? specifically apple "Identified Developers", gatekeeper, and Pd</div><div><br></div><div>m</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 11:08 AM, hans w. koch <span dir="ltr"><<a href="mailto:hansw.koch@gmail.com" target="_blank">hansw.koch@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">if mark is on 10.9.5, that might be the new more restrictive gatekeeper policy.<br>
there was a report about just that behaviour on the audacity dev list.<br>
<br>
h<br>
<a href="http://www.hans-w-koch.net" target="_blank">www.hans-w-koch.net</a><br>
<br>
<br>
<br>
Am 24.09.2014 um 17:00 schrieb Dan Wilcox <<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>>:<br>
<div class="HOEnZb"><div class="h5"><br>
> Hrmm I unzipped and tried the app and it's working for me .. weird. Can you run it from the commandline and paste in the terminal output?<br>
><br>
><br>
> aka<br>
><br>
> open Pd-0.46-0-64bit-retina.app<br>
><br>
> On Sep 24, 2014, at 10:45 AM, me.grimm <<a href="mailto:megrimm@gmail.com">megrimm@gmail.com</a>> wrote:<br>
><br>
>> i get:<br>
>><br>
>> “Pd-0.46-0-64bit-retina” is damaged and can’t be opened. You should move it to the Trash."<br>
>><br>
>> but maybe that is because i do not have a retina display (mb 2010)<br>
>><br>
>> why not fully cocoa-based tk 8.6?<br>
>><br>
>> m<br>
>><br>
>> On Sat, Sep 20, 2014 at 1:37 PM, Dan Wilcox <<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>> wrote:<br>
>> Ok retina Mac people, try this: <a href="http://docs.danomatika.com/Pd-0.46-0-64bit-retina.app.zip" target="_blank">http://docs.danomatika.com/Pd-0.46-0-64bit-retina.app.zip</a><br>
>><br>
>> One problem is that the normal 10 point fonts are too thin IMO at the retina resolution:<br>
>><br>
>> <retina.png><non retina.png><br>
>><br>
>> On Sep 20, 2014, at 1:17 PM, Dan Wilcox <<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>> wrote:<br>
>><br>
>>> Ok got it working. I had to touch the Pd app so the OS would reload the plist. Here's some comparison screenshots:<br>
>>><br>
>>> <testtone retina.png><br>
>>> <testtone no retina.png><br>
>>><br>
>>> On Sep 20, 2014, at 1:01 PM, Dan Wilcox <<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>> wrote:<br>
>>><br>
>>>> Update:<br>
>>>><br>
>>>> I updated the Wish binary aka MacOS/Pd in the Pd-0.46-0 from Miller's site with the one from my Tk 8.5 Wish.app. Enabling the NSHighResolutionCapable key in the Info.plist isn't working though. In any case, using TK 8.5 gives me nonaliased fonts & removes the extra "Preferences" entry in the File menu.<br>
>>>><br>
>>>> On Sep 20, 2014, at 11:56 AM, Dan Wilcox <<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>> wrote:<br>
>>>><br>
>>>>> I got it.<br>
>>>>><br>
>>>>> As it says in pd/mac/README.txt:<br>
>>>>> Note: The "wish-shell.tgz" is an archive of this app I found on my mac:<br>
>>>>> System/Library/Frameworks/Tk.framework/Versions/8.4/Resources/Wish Shell.app<br>
>>>>> A smarter version of the scripts ought to be able to find that file<br>
>>>>> automatically on your system so I wouldn't have to include it here.<br>
>>>>><br>
>>>>> We just need to use the 8.5 version of Wish. I can put together a script to do this if you want.<br>
>>>>><br>
>>>>> On Sep 20, 2014, at 1:28 AM, Miller Puckette <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>> wrote:<br>
>>>>><br>
>>>>>> I'll give this a look when I have some time.<br>
>>>>>><br>
>>>>>> Pd's app structure is copied from "Wish Shell.app" - it might work simply to<br>
>>>>>> build it using a different version of wish as a base.  If you want to try that<br>
>>>>>> yourself, I think you can just rebuild Pd using the build-macosx script in<br>
>>>>>> pd/mac, after having made a new version of a directory "stuff" containing<br>
>>>>>> wish-shell.tgz (an archive of whatever wish shell version you want) and the<br>
>>>>>> two auxilliary files pd.icns and pd-file.icns<br>
>>>>>><br>
>>>>>> cheers<br>
>>>>>> Miller<br>
>>>>>><br>
>>>>>> On Fri, Sep 19, 2014 at 12:45:52AM -0400, Dan Wilcox wrote:<br>
>>>>>>> Does anyone know how I can clue Pd-vanilla in on using Tcl 8.5 instead of 8.4? I tried changing the require version in pd-gui.tcl but no dice:<br>
>>>>>>><br>
>>>>>>> version conflict for package "Tcl": have 8.4, need 8.5<br>
>>>>>>>    while executing<br>
>>>>>>> "package require Tcl 8.5"<br>
>>>>>>><br>
>>>>>>> OSX 10.8 has both 8.4 & 8.5 built in and it seems the default tclsh points to the 8.5 install, but it seems the method Pd uses to find Tcl & Wish.app end up choosing 8.4 instead.<br>
>>>>>>><br>
>>>>>>> Anyway, I'm asking mainly because with 8.5 you can get "retina" screen enabled fonts which are nice and crisp as opposed to Pd's current blurry fonts. I remember trying this about 6 months ago after I got the machine but ran into the same problem and moved on. Would be nice to provide a patch and some info on how to make it work.<br>
>>>>>>><br>
>>>>>>> --------<br>
>>>>>>> Dan Wilcox<br>
>>>>>>> @danomatika<br>
>>>>>>> <a href="http://danomatika.com" target="_blank">danomatika.com</a><br>
>>>>>>> <a href="http://robotcowboy.com" target="_blank">robotcowboy.com</a><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>><br>
>>>>>>> _______________________________________________<br>
>>>>>>> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
>>>>>>> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
>>>>>><br>
>>>>><br>
>>>>> --------<br>
>>>>> Dan Wilcox<br>
>>>>> @danomatika<br>
>>>>> <a href="http://danomatika.com" target="_blank">danomatika.com</a><br>
>>>>> <a href="http://robotcowboy.com" target="_blank">robotcowboy.com</a><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>><br>
>>>> --------<br>
>>>> Dan Wilcox<br>
>>>> @danomatika<br>
>>>> <a href="http://danomatika.com" target="_blank">danomatika.com</a><br>
>>>> <a href="http://robotcowboy.com" target="_blank">robotcowboy.com</a><br>
>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>>><br>
>>><br>
>>> --------<br>
>>> Dan Wilcox<br>
>>> @danomatika<br>
>>> <a href="http://danomatika.com" target="_blank">danomatika.com</a><br>
>>> <a href="http://robotcowboy.com" target="_blank">robotcowboy.com</a><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>><br>
>> --------<br>
>> Dan Wilcox<br>
>> @danomatika<br>
>> <a href="http://danomatika.com" target="_blank">danomatika.com</a><br>
>> <a href="http://robotcowboy.com" target="_blank">robotcowboy.com</a><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
>> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> ____________________<br>
>> m.e.grimm | m.f.a | ed.m.<br>
>> <a href="mailto:megrimm@gmail.com">megrimm@gmail.com</a><br>
>> _________________________________<br>
><br>
> --------<br>
> Dan Wilcox<br>
> @danomatika<br>
> <a href="http://danomatika.com" target="_blank">danomatika.com</a><br>
> <a href="http://robotcowboy.com" target="_blank">robotcowboy.com</a><br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>____________________<br>m.e.grimm | m.f.a | ed.m.<br><a href="mailto:megrimm@gmail.com" target="_blank">megrimm@gmail.com</a><br>_________________________________
</div>