t3mujin / t3mujinpack

Collection of film emulation presets for open-source RAW developer software Darktable.
http://t3mujinpack.joaoalmeidaphotography.com
MIT License
576 stars 41 forks source link

Uninstall script in Mac #4

Closed t3mujin closed 4 years ago

t3mujin commented 7 years ago

Current install script does not work in Mac, "which darktable" throws an error. All the rest works alright.

albertogg commented 7 years ago

I just spotted this too, for some reason there's no darktable command. I have not used Darktable for too long (since version 2.2.2) and I don't know if the command line was there before.

adamhsparks commented 4 years ago

Using mdfind if OS is macOS might work?

e.g.

❯ mdfind darktable.app                                                                                               
/Applications/darktable.app
t3mujin commented 4 years ago

@adamhsparks Honestly don't know, I'm unable to test and I haven't used that much MacOS. Are able to test? If so, could you submit a pull request? :)

adamhsparks commented 4 years ago

How can I help?

That’s the output I get when I run that command. It finds it.

I might be able to modify and test the script. I started to but got side tracked editing photos and working on an R package.

adamhsparks commented 4 years ago

Ah. Yes. Let me see what I can do!