29 lines
720 B
Diff
29 lines
720 B
Diff
|
From dcbeaaa74020031741ad3727e651cdd2d00c773f Mon Sep 17 00:00:00 2001
|
||
|
From: Luke Hutchison <luke.hutch@gmail.com>
|
||
|
Date: Thu, 10 Jan 2013 09:13:19 +0100
|
||
|
Subject: [PATCH] Allow PulseAudio to connect by default
|
||
|
|
||
|
https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
|
||
|
---
|
||
|
audio/audio.conf | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/audio/audio.conf b/audio/audio.conf
|
||
|
index fd6092a..9a80e63 100644
|
||
|
--- a/audio/audio.conf
|
||
|
+++ b/audio/audio.conf
|
||
|
@@ -4,6 +4,10 @@
|
||
|
# particular interface
|
||
|
[General]
|
||
|
|
||
|
+# Allow PulseAudio to connect by default
|
||
|
+# https://bugzilla.redhat.com/show_bug.cgi?id=964031
|
||
|
+Disable=Socket
|
||
|
+
|
||
|
# Switch to master role for incoming connections (defaults to true)
|
||
|
#Master=true
|
||
|
|
||
|
--
|
||
|
1.8.0.1
|
||
|
|