← 返回命令列表

Linux command

pipetron 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Start

pipetron --daemon

Start

pipetron --volume-daemon

Start

pipetron --audio-daemon

Show version

pipetron --version

说明

pipetron is a PipeWire node manager that fixes a long-standing issue with Electron applications showing all their audio streams as "Chromium" in PipeWire-based audio managers. This makes it impossible to distinguish between different Electron apps in volume controllers like pavucontrol. Pipetron replicates each Electron audio stream with its actual application name and icon, then performs a one-way volume sync from the replicated stream to the corresponding Electron stream. As a result, WirePlumber correctly saves per-application volume settings. The tool typically runs as a systemd user service in the background, starting automatically on login.

参数

-d, --daemon
Start the daemon as specified in the configuration file.
-vd, --volume-daemon
Start the volume daemon specifically.
-ad, --audio-daemon
Start the audio daemon (experimental).
-h, --help
Display help information.
-v, --version
Show version details.

FAQ

What is the pipetron command used for?

pipetron is a PipeWire node manager that fixes a long-standing issue with Electron applications showing all their audio streams as "Chromium" in PipeWire-based audio managers. This makes it impossible to distinguish between different Electron apps in volume controllers like pavucontrol. Pipetron replicates each Electron audio stream with its actual application name and icon, then performs a one-way volume sync from the replicated stream to the corresponding Electron stream. As a result, WirePlumber correctly saves per-application volume settings. The tool typically runs as a systemd user service in the background, starting automatically on login.

How do I run a basic pipetron example?

Run `pipetron --daemon` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d, --daemon do in pipetron?

Start the daemon as specified in the configuration file.