summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1825452
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1825452')
-rw-r--r--results/scraper/launchpad-without-comments/182545225
1 files changed, 25 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1825452 b/results/scraper/launchpad-without-comments/1825452
new file mode 100644
index 000000000..1c8148323
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1825452
@@ -0,0 +1,25 @@
+Pulse audio backend doesn't work in  v4.0.0-rc4 release
+
+Using Gentoo linux, build from source: qemu v4.0.0-rc4 release (eeba63fc7fface36f438bcbc0d3b02e7dcb59983)
+
+Pulse audio backend doesn't initialize because of the:
+audio/paaudio.c:
+-    if (!popts->has_server) {
+-        char pidfile[64];
+-        char *runtime;
+-        struct stat st;
+-
+-        runtime = getenv("XDG_RUNTIME_DIR");
+-        if (!runtime) {
+-            return NULL;
+-        }
+-        snprintf(pidfile, sizeof(pidfile), "%s/pulse/pid", runtime);
+-        if (stat(pidfile, &st) != 0) {
+-            return NULL;
+-        }
+-    }
+XDG_RUNTIME_DIR is not set for me. There is no /run/user directory exist in my system.
+
+Also:
+$ less ~/.pulse/client.conf  
+default-server = unix:/home/ivan/.pulse_server
\ No newline at end of file