brndnmtthws/conky

[Feature]: Implement `-U` (single instance) option for BSD & MacOS

Open

#2.072 geöffnet am 7. Nov. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (604 Forks)batch import
featuregood first issuehelp wantedos: dragonflyos: macosos: solaris

Repository-Metriken

Stars
 (6.472 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 10h) (18 gemergte PRs in 30 T)

Beschreibung

With #2049 merged, conky now supports -U option on Linux which makes it exit early if it detects another instance running. This feature requires a separate implementation for other platforms as they keep track of running processes differently.

I'm opening this tracking issue to track progress on support for other platforms Conky can currently run on.

Following platforms are currently supported:

  • Linux
  • BSD
    • DragonFly
    • FreeBSD
    • NetBSD
    • OpenBSD
  • Haiku
  • MacOS
  • Solaris

If you're interested, open a PR and mention this issue (just don't use "closes" phrasing) so it shows up here. Once support for all platforms is implemented this issue will be closed.

Contributor Guide