Skip to content

Use the full path to retrieve pipewire PID

Dylan Aïssi requested to merge wip/daissi/453 into apertis/v2024pre

The change added in 921bb9ab was not enough because other processes ending by "pipewire" are running. So, instead use the full path to really catch the main pipewire process, and for more safety ask pgrep to only return a unique PID for the oldest process.

Tested with apertis/v2024pre sdk, the following ps call doesn't complain anymore but the test fail because the apparmor rules for wireplumber need to be updated.

Fix: infrastructure/apertis-issues#453 (closed)

Edited by Dylan Aïssi

Merge request reports