Closed LarBob closed 5 years ago
On platforms without notify-send (e.g. macOS), "sh: notify-send: command not found" gets spammed within Discurses.
Nice catch,
I think it's even dangerous to use os.system this way (I mean, with $PATH tricking).
os.system
$PATH
Moreover, I think this should not be used in a few cases (like when you don't have any X server running...).
On platforms without notify-send (e.g. macOS), "sh: notify-send: command not found" gets spammed within Discurses.