This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gothinclient. from 75211b6 x2gothinclientd: load config file when starting PulseAudio. Fixes: 1092. new 055f151 management/share/etc/x2gothinclient-minidesktop_start: correctly continue commented out command on the next line. Fixes: #1147. new 855fcf8 displaymanager/sbin/x2gothinclientd: correctly break long strings over several lines and concatenate them. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 ++++ displaymanager/sbin/x2gothinclientd | 6 +++--- .../share/etc/x2gothinclient-minidesktop_start | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 855fcf8ddf33efe479c7c7d7aaaf30bf9e11b3be Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Feb 21 09:38:39 2017 +0100 displaymanager/sbin/x2gothinclientd: correctly break long strings over several lines and concatenate them. --- debian/changelog | 2 ++ displaymanager/sbin/x2gothinclientd | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b594906..5a4bded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -99,6 +99,8 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low "gdm" string in log message. Fixes: #997. - management/share/etc/x2gothinclient-minidesktop_start: correctly continue commented out command on the next line. Fixes: #1147. + - displaymanager/sbin/x2gothinclientd: correctly break long strings over + several lines and concatenate them. * usbmount/x2gousbmount: fix typo int -> print. Fixes: #840. * debian/control: - Whitespace only. diff --git a/displaymanager/sbin/x2gothinclientd b/displaymanager/sbin/x2gothinclientd index af30d1e..3c48188 100755 --- a/displaymanager/sbin/x2gothinclientd +++ b/displaymanager/sbin/x2gothinclientd @@ -181,9 +181,9 @@ elsif ($pid == 0 ) # test if pulseaudio is running, if not launch it... if ( !check_pulse() ) { - system("su - x2gothinclient -c \"DISPLAY=:0 pulseaudio -D \\ - -L 'module-native-protocol-tcp port=4713' \\ - --exit-idle-time=65535\""); + system("su - x2gothinclient -c \"DISPLAY=:0 pulseaudio -D " . + "-L 'module-native-protocol-tcp port=4713' " . + "--exit-idle-time=65535\""); } # test if x2goclient is running, if not launch it... -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 055f15175305dfce06d5dba19f0bd5d08ada9b24 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 16 11:04:05 2017 +0100 management/share/etc/x2gothinclient-minidesktop_start: correctly continue commented out command on the next line. Fixes: #1147. --- debian/changelog | 2 ++ .../share/etc/x2gothinclient-minidesktop_start | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 68a0aba..b594906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -97,6 +97,8 @@ x2gothinclient (1.5.0.0-0x2go1) UNRELEASED; urgency=low - Change string "X2go" to "X2Go" where appropriate. - displaymanager/init/x2gothinclient-displaymanager.init: fix unchanged "gdm" string in log message. Fixes: #997. + - management/share/etc/x2gothinclient-minidesktop_start: correctly + continue commented out command on the next line. Fixes: #1147. * usbmount/x2gousbmount: fix typo int -> print. Fixes: #840. * debian/control: - Whitespace only. diff --git a/management/share/etc/x2gothinclient-minidesktop_start b/management/share/etc/x2gothinclient-minidesktop_start index 12f609a..7ee2e3a 100755 --- a/management/share/etc/x2gothinclient-minidesktop_start +++ b/management/share/etc/x2gothinclient-minidesktop_start @@ -42,5 +42,5 @@ # --geometry=fullscreen \ # --read-exports-from=~/export \ # --broker-url=https://x2gobroker.intern:8080/plain/zeroconf \ -# --broker-autologoff +# --broker-autologoff \ # --add-to-known-hosts -- Alioth's /srv/git/code.x2go.org/x2gothinclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git