[X2go-Commits] x2gothinclient.git - master (branch) updated: 1.0.1.5-16-g7108aa3
X2go dev team
git-admin at x2go.org
Mon Feb 27 10:26:41 CET 2012
The branch, master has been updated
via 7108aa320b81f2328d4d334e0a52f144500c21fd (commit)
from 85609f9567c20e2d654f2030586dc27416ac35bb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7108aa320b81f2328d4d334e0a52f144500c21fd
Author: Oleksandr Shneyder <oleksandr.shneyder at treuchtlingen.de>
Date: Mon Feb 27 10:25:54 2012 +0100
Set pulseaudio parameter --exit-idle-time to 65535.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 +++
x2gothinclient/sbin/x2gothinclientd | 5 ++++-
2 files changed, 7 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4ced52e..8518cd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ x2gothinclient (1.0.1.6-0~x2go1) UNRELEASED; urgency=low
instead of x2gothinshutdown.
- gnupg-agent, pinentry-x2go and gpgsm added to "Recommends" section
for package x2gothinclient.
+ * Changes in x2gothinclientd
+ - pulseaudio parameter "--exit-idle-time=65535".
+ - Breaking pulseaudio start command into in to several lines.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 01 Feb 2012 13:51:00 +0100
diff --git a/x2gothinclient/sbin/x2gothinclientd b/x2gothinclient/sbin/x2gothinclientd
index eb0be03..49e04a9 100755
--- a/x2gothinclient/sbin/x2gothinclientd
+++ b/x2gothinclient/sbin/x2gothinclientd
@@ -103,7 +103,10 @@ elsif ($pid == 0 )
# test if pulseaudio is running, if not launch it...
if ( !check_pulse() )
{
- system("su - x2goclient -c \"DISPLAY=:0 pulseaudio -D -n -L 'module-native-protocol-tcp port=4713' -L 'module-esound-protocol-tcp port=16001' -L 'module-udev-detect'\"");
+ system("su - x2goclient -c \"DISPLAY=:0 pulseaudio -D -n \\
+ -L 'module-native-protocol-tcp port=4713' \\
+ -L 'module-esound-protocol-tcp port=16001' \\
+ -L 'module-udev-detect' --exit-idle-time=65535\"");
}
# test if x2goclient is running, if not launch it...
hooks/post-receive
--
x2gothinclient.git (X2Go Thin Client Environment)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2gothinclient.git" (X2Go Thin Client Environment).
More information about the x2go-commits
mailing list