03-24-2021, 04:44 PM
(03-23-2021, 03:19 PM)TimorousMe Wrote:(03-23-2021, 02:36 AM)TimorousMe Wrote:(03-23-2021, 12:46 AM)Ofnuts Wrote: The big number is the file time stamp of the executable in Unix time (seconds since 1970-01-01 00:00:00 UTC). Your timestamp indicates you installed Gimp around Jan 25th, 2021.
What is your Gimp alias exactly?
alias gimp="/Applications/GIMP-2.10.app/Contents/MacOS/gimp"
I have it stored in a file called ".bash_profile" in the folder /Users/TimB
To clarify though, I don't rely on the alias when using my shell script, because the shell script does not run the alias. Instead I directly run the executable that the alias points to. I only use the alias at the command line (outside of the shell script).
This article seems to outline a potential solution, but I don't understand what they mean by editing the file "/Applications/GIMP-2.10.app/Contents/MacOS/gimp". If I try to do that I get a bunch of jumbled text as if I'm trying to edit object code or something. Any idea what they are referring to?
https://gitlab.gnome.org/GNOME/gimp/-/issues/3303