molcik / png-to-icns-right-click-converter

PNG to ICNS converter with one click integration for Mac OS
https://filipmolcik.com/convert-png-to-icns-right-click-converter
76 stars 6 forks source link

On Catalina, icon isn't generated #1

Open melyux opened 3 years ago

melyux commented 3 years ago

I see the icon.iconset folder on the Desktop momentarily (sometimes), and then it just disappears without a trace.

It works if I edit the workflow in Automator and put a "Selected Finder Files" or whatever action at the top to choose a file, but doesn't work through the actual Quick Actions interface.

B0rax commented 3 years ago

it works for me on Catalina. Do you get any error message?

melyux commented 3 years ago

No error message at all, so it’s been frustrating to debug. The only way to debug Workflow is to use it in the app itself, where you need the Select Finder Items action, but it always works when you use that, so it’s useless for debugging this. It was working on my previous laptop on Mojave

B0rax commented 3 years ago

Try giving finder full drive access (under system settings -> security). I needed to do that for one of my Workflows

melyux commented 3 years ago

@B0rax That fixed it! I had to find the Finder.app executable and navigate to it, but it worked. Is there a way to only give Finder access to Desktop? I see it already has access to the Downloads folder. Giving it Full Disk Access through such a tacky way seems sketchy

B0rax commented 3 years ago

Not that I know of... Workflows are run by the program that calls them and therefore have the same permissions.

I find it a bit strange that finder does not have full drive access to begin with to be honest... how else is it able to access all files? It obviously does...