progress
This commit is contained in:
parent
0fdea3e8a7
commit
612c4c54a4
|
@ -4,11 +4,12 @@ packages() {
|
||||||
|
|
||||||
config() {
|
config() {
|
||||||
enable_service
|
enable_service
|
||||||
vmkdir etc/xdg/autostart
|
|
||||||
|
|
||||||
|
vmkdir etc/xdg/autostart
|
||||||
vinstall "${FILESDIR}/xdg/autostart/pipewire.desktop" 755 etc/xdg/autostart
|
vinstall "${FILESDIR}/xdg/autostart/pipewire.desktop" 755 etc/xdg/autostart
|
||||||
vinstall "${FILESDIR}/xdg/autostart/pipewire-media-session.desktop" 755 etc/xdg/autostart
|
|
||||||
vinstall "${FILESDIR}/xdg/autostart/pipewire-pulse.desktop" 755 etc/xdg/autostart
|
vmkdir etc/pipewire/pipewire.conf.d
|
||||||
|
vinstall "${FILESDIR}/files/pipewire/start-pipewire-pulse.conf" 755 etc/pipewire/pipewire.conf.d
|
||||||
|
|
||||||
echo "/usr/lib/pipewire-0.3/jack" > /etc/ld.so.conf.d/zpipewire-jack.conf
|
echo "/usr/lib/pipewire-0.3/jack" > /etc/ld.so.conf.d/zpipewire-jack.conf
|
||||||
#ldconfig
|
#ldconfig
|
||||||
|
|
8
files/pipewire/start-pipewire-pulse.conf
Normal file
8
files/pipewire/start-pipewire-pulse.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
context.exec = [
|
||||||
|
# You can optionally start the pulseaudio-server here as well
|
||||||
|
# but it is better to start it as a systemd service.
|
||||||
|
# It can be interesting to start another daemon here that listens
|
||||||
|
# on another address with the -a option (eg. -a tcp:4713).
|
||||||
|
#
|
||||||
|
{ path = "/usr/bin/pipewire-pulse" args = "" }
|
||||||
|
]
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Name=PipeWire Pulse
|
|
||||||
Comment=Start the PipeWire Pulse
|
|
||||||
Exec=/sbin/dbus-launch --exit-with-session /usr/bin/pipewire-pulse
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
X-GNOME-Autostart-Phase=Initialization
|
|
||||||
X-KDE-autostart-phase=1
|
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Name=PipeWire Media Session
|
|
||||||
Comment=Start the PipeWire Media Session
|
|
||||||
Exec=/sbin/dbus-launch --exit-with-session /usr/bin/pipewire-media-session
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
X-GNOME-Autostart-Phase=Initialization
|
|
||||||
X-KDE-autostart-phase=1
|
|
Loading…
Reference in New Issue
Block a user