classilla / overbitenx

Because Firefox isn't complete without Gopherspace.
gopher://gopher.floodgap.com/
Other
65 stars 4 forks source link

Work around the fact that macOS sucks #7

Closed classilla closed 5 years ago

classilla commented 5 years ago

The Onyx installer script on 10.14+ apparently pops up a permissions dialogue when it tries to open the status window through AppleScript. It works when allowed but is rather an alarming message to users. Changing the target to System Events doesn't change anything.

One option is to migrate the script to Platypus to handle that, I suppose.

classilla commented 5 years ago

Expanding this issue:

classilla commented 5 years ago

Also: home directory in Catalina is now /System/Volumes/Data/Users/[username]. We might do some checking to see if $HOME is valid, and if not, use some heuristics to find it.