summarylogtreecommitdiffstats
path: root/mycroft-core.install
diff options
context:
space:
mode:
authorM0Rf302021-06-27 15:36:40 +0200
committerM0Rf302021-06-27 15:36:40 +0200
commitc85dbe952ff06b927ee2bf6a798dea545ed7eb0f (patch)
treeba320142dac0a6ca637e57f18fd59eacfd64111b /mycroft-core.install
parenteab59ef1eaff242b58ef5193825a7da434907fcc (diff)
downloadaur-c85dbe952ff06b927ee2bf6a798dea545ed7eb0f.tar.gz
mycroft-core: fix for pipewire and updated instructions
Diffstat (limited to 'mycroft-core.install')
-rw-r--r--mycroft-core.install14
1 files changed, 6 insertions, 8 deletions
diff --git a/mycroft-core.install b/mycroft-core.install
index 50768dd5dbf3..501a401a6930 100644
--- a/mycroft-core.install
+++ b/mycroft-core.install
@@ -1,12 +1,10 @@
post_install() {
- echo "====> Replace this line within /etc/pulse/default.pa:"
- echo "==== load-module module-native-protocol-unix"
- echo "====> with:"
- echo "==== load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulse-socket"
- echo "====> Add this line within /etc/pulse/client.conf"
- echo "==== default-server = unix:/tmp/pulse-socket"
- echo "====> Restart PulseAudio"
- echo "==== systemctl --user restart pulseaudio"
+ echo "====> Follow these lines to enable audio through pipewire:"
+ echo "==== cp /usr/share/pipewire/pipewire-pulse.conf /etc/pipewire"
+ echo "====> Edit the file and enable"
+ echo "==== tcp:4713"
+ echo "====> Restart Pipewire"
+ echo "==== systemctl --user restart pipewire-pulse"
echo "====> Finally run:"
echo "==== systemctl start mycroft.service"
}