mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-05-28 06:08:14 +02:00
For GNOME X11 sessions, avoid relying on xdg autostart desktop files to initialize the X11 plugins. This is now handled via a systemd unit file. The xdg autostart is still installed, but has been made to instruct GNOME to skip it with X-GNOME-HiddenUnderSystemd. This is still the primary way to initialize X11 plugins for other DEs. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/467>
10 lines
252 B
Desktop File
10 lines
252 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=PulseAudio Sound System
|
|
Comment=Start the PulseAudio Sound System
|
|
Exec=start-pulseaudio-x11
|
|
Terminal=false
|
|
Type=Application
|
|
X-GNOME-Autostart-Phase=Initialization
|
|
X-GNOME-HiddenUnderSystemd=true
|
|
X-KDE-autostart-phase=1
|