There’s something weird going on…
In Terminal, using the command “alert” apparently executes “notify-send”. “alert” doesn’t accept the usual options. Trying “-v” reveals:
$> alert -v
notify-send 0.8.1
When checking /bin/alert, it correctly says it comes from the Haiku HPKG.
/bin/notify-send comes from the libnotify HPKG needed by LibreWolf.
Scripts using the “alert” command work as ever, but using it in Terminal doesn’t. Any ideas?