Skip to content

lnotify 0.3.4 is incompatible with procps-ng 3.3.12 #339

@larsks

Description

@larsks

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

No one assigned

    Labels

    bugUnexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions