I’ve tried installing Gramps a number of times (application package), all with the same results: The app opens, bounces once in the launch bar, and closes. I don’t see anything in the logs, and can’t find reference to this on this forum. Any advice would be greatly appreciated!
Not sure what you mean by ‘system’. The .cache and all subdirectories should be owned by you [user].
Can you check ownership of these directories especially the gramps folder.
On my Mac it looks like this:
➜ .cache ll -d gramps
drwxr-xr-x@ 4 sam staff 128B Mar 20 2024 gramps
I have an older macOS version, so there may be changes, that I don’t know of.
If your user name is ‘system’, (try run ‘whoami’ or ‘id’ command from terminal), then you could manually try to create the ‘gramps’ directory under the ‘.cache’ directory (‘mkdir ~/.cache/gramps’) and then try to start Gramps
Thanks. I’m not sure why permissions were messed up for that folder, but they were. I reset permissions so that my account can read/write and then restarted Gramps. It appears to be working. Thank you so much!