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

2016-09-20 Thread git-admin
This is an automated email from the git hooks/post-receive script.

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

commit a1afffbd30a17b0eebe086151b2523be8330e303
Author: Mihai Moldovan 
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 d4aaf49..afecb17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -190,6 +190,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
 - 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.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
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
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


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

2016-08-27 Thread git-admin
This is an automated email from the git hooks/post-receive script.

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

commit 3ab01bc3a65fc7f3e06f24f1872102c5cc32d6c0
Author: Mihai Moldovan 
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 a30231e..df9ab0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -223,6 +223,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
 - 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:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
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
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits