Posts

Post not yet marked as solved
15 Replies
@eskimo thank you much , actually this is working for me as well but once in 100 times it is getting stuck and never returns. Once I restart the machine it works
Post not yet marked as solved
2 Replies
1.File can be any type : Word,Excel,PPT,Keynote,Text,RTF,Pages,numbers .2. My App is not sandboxed Yes i want to print from my aooI tried lp command in shell which is printing only PDF'sApple script also i triedM looking for swift framework , PDF kit is also printing obly PDF docs . I already posted below question regardingHow to print a non PDF document from MacOS using swift or shell script
Post not yet marked as solved
5 Replies
No this didnt worked, for loop will not wait till window closes and it is iterating and coming out. I used while loop and it is blocking the execution. I am looking for standard way or any cocoa API to fix this. Thanks
Post not yet marked as solved
5 Replies
In my Services automator script i am trying to save a keyNote file in temporary location , "/private/var/folders/0r/twy5tths4kjc08htlv15y9c40000gn/T/TemporaryItems/Untitled.key", This is the temporay path which i get using below Apple script statement "set the defaultDestinationFolder to (path to temporary items)".Apple script statement to save :save front document in file "/private/var/folders/0r/twy5tths4kjc08htlv15y9c40000gn/T/TemporaryItems/Untitled.key".I see below errorThe document “Untitled” could not be exported as “Untitled”. You don’t have permission.When i checked system preferences there is KeyNote entry go created under Full Disk Access preferences pane, even If i enable this i am not able to save .And i dont see any user consent popup when i am trying to access this locationAs per catalina Documentation they havent mentioned anywhere that /private/var/folders is restricted, either in Full disk access or Files and Folders access.I can change the location i save files, is there any temporary location in macOS which is user specific , safe and accessibleAny help is much appreciated. As catalina is already out, its high time to understand its security features
Post not yet marked as solved
14 Replies
Thanks eskimo can you please point to me some reference to understand which locations are restricted to access in Mojave and catalina. I want to learn how Full disk access works.
Post not yet marked as solved
14 Replies
Yes i have it therels -la /usr/local/bin/node-rwxr-xr-x 1 root wheel 41796640 Sep 4 21:55 /usr/local/bin/nodeIs it some access related issue caused in mojave due to full disc access or something ?
Post not yet marked as solved
14 Replies
My App is not sandboxed !!
Post not yet marked as solved
14 Replies
Sorry, i missed intermediate step. running node throws me below errorsh: /usr/local/bin/node: Operation not permitted
Post not yet marked as solved
14 Replies
I tries /bin/ls. It is printing list of files but when i run forever it throws error