Open DavidLiedle opened 4 years ago
It's most likely the osascript
stuff from first glance. This could be one of the offending pieces of code:
"Apple_Terminal")
term_font="$(osascript <<END
tell application "Terminal" to font name of window frontmost
END
)"
;;
I haven't encountered this on macOS 11.0.1
so maybe Apple has altered the way automation permissions work (at least for Terminal.app or apps that want to control themselves).
Description
If you're suggesting a new feature then just a description will suffice.
Yes and no - it happens in the default installation provided and updated by
brew
, a.k.a. Homebrew. I have not tested directly from the GitHub repo.Neofetch version
Screenshot
Output got as far as
Shell:
andResolution:
on the terminal, then.....boop!I didn't allow it. It then continued output with
Terminal: Apple_Terminal
and carried on to complete the output:Config file
~/.config/neofetch/config.config
Verbose log
neofetch -vv 2> neofetchlog
neofetchlog
to pastebin, gist or equivalent.neofetch -vv 2> neofetchlog && cat neofetchlog | pbcopy