File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ environment or [startx](../graphical-session/xorg.md#startx). The `pipewire`
1414package provides ` pipewire ` and ` pipewire-pulse ` system services, but they are
1515not recommended for a typical setup.
1616
17+ The ` pipewire ` package ships [ Desktop
18+ Entry] ( https://specifications.freedesktop.org/desktop-entry-spec/latest/ ) files
19+ for ` pipewire ` and ` pipewire-pulse ` in ` /usr/share/applications ` . If your
20+ environment supports the [ Desktop Application Autostart
21+ Specification] ( https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html ) ,
22+ you can enable pipewire by symlinking the desktop files to the autostart
23+ directory:
24+
25+ ```
26+ # ln -s /usr/share/applications/pipewire.desktop /etc/xdg/autostart/pipewire.desktop
27+ ```
28+
1729## PulseAudio replacement
1830
1931Before starting ` pipewire-pulse ` , make sure that the PulseAudio service is
You can’t perform that action at this time.
0 commit comments