-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
bugUnexpected problem or unintended behaviorUnexpected problem or unintended behavior
Description
The lnotify
script uses ps
to determine the name of the currently running window, but it uses command line arguments that are not supported by the version of ps
in many distributions. The generate command line looks like:
ps -ho comm -p xterm
And fails like this:
error: unsupported SysV option
Usage:
ps [options]
Try 'ps --help <simple|list|output|threads|misc|all>'
or 'ps --help <s|l|o|t|m|a>'
for additional help text.
For more details see ps(1).
Note this is a different failure than the one reported in #334.
Metadata
Metadata
Assignees
Labels
bugUnexpected problem or unintended behaviorUnexpected problem or unintended behavior