linux:apps:pulseaudio
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:apps:pulseaudio [2025/10/01 16:08] – created oscar | linux:apps:pulseaudio [2025/10/01 16:56] (current) – [Pulse audio started multiple times] oscar | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| In journalctl shows some warnings that are the result of the fact that pulseaudio is started multiple at boot and user login. After analyzing I have identified the following locations which start pulseaudio: | In journalctl shows some warnings that are the result of the fact that pulseaudio is started multiple at boot and user login. After analyzing I have identified the following locations which start pulseaudio: | ||
| - | 1. ~/ | + | === Systemd user service === |
| - | 2. XFCE -> Session and Startup -> PulseAudio | + | $ systemctl --user is-enabled pulseaudio.socket |
| + | enabled | ||
| + | $ systemctl --user is-enabled pulseaudio.service | ||
| + | enabled | ||
| + | |||
| + | === XDG autostart === | ||
| + | ls / | ||
| + | cat / | ||
| + | |||
| + | === XFCE session startup === | ||
| + | cat ~/ | ||
| + | |||
| + | ~/ | ||
| + | |||
| + | === D-Bus Activation Mechanism === | ||
| + | D-Bus service file: There' | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | |||
| + | [D-Bus Service] | ||
| + | | ||
| + | | ||
| + | |||
| + | Automatic activation: When an application tries to connect to PulseAudio via D-Bus (requesting the org.pulseaudio.Server service), D-Bus automatically launches PulseAudio if it's not already running. | ||
| + | |||
linux/apps/pulseaudio.1759334889.txt.gz · Last modified: by oscar
