[X2Go-Commits] [x2goclient] 113/139: pulsemanager.cpp: also load module-esound-protocol-tcp module.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 13 17:28:00 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit d93b15385888883df3c6b9f807a43e4c019c1ed8
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Oct 30 03:42:36 2015 +0100

    pulsemanager.cpp: also load module-esound-protocol-tcp module.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 32fa3a8..08b8a74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -202,6 +202,7 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - pulsemanager.cpp: let start_osx () use start_generic ().
     - pulsemanager.{cpp,h}: implement start_win () as part of Windows
       functionality.
+    - pulsemanager.cpp: also load module-esound-protocol-tcp module.
   * debian/control:
     - Change apache2-dev | libc6-dev build dependency back to apache2-dev
       only. Otherwise, apache2-dev is not installed at all, even though
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index a4419db..d705486 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -200,6 +200,11 @@ bool PulseManager::generate_server_config () {
                             + QString::number (pulse_port_) << endl;
     config_tmp_file_stream << "load-module module-native-protocol-unix" << endl;
     config_tmp_file_stream << "load-module module-esound-protocol-unix" << endl;
+
+    config_tmp_file_stream << "load-module module-esound-protocol-tcp port="
+                           << QString::number (esd_port_)
+                           << endl;
+
     config_tmp_file_stream << "load-module module-coreaudio-detect";
 
     if (disable_input)

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list