[X2Go-Commits] [live-build-x2go] 11/38: moved audio volume presets to xsession - seems to require running PA

git-admin at x2go.org git-admin at x2go.org
Fri Apr 28 11:56:48 CEST 2017


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

x2go pushed a commit to branch feature/fvwm
in repository live-build-x2go.

commit 1647ff32fcdcb98db88f8e429233d9046210fcf0
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Tue Jun 21 22:11:17 2016 +0200

    moved audio volume presets to xsession - seems to require running PA
---
 config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
index dba03fc..556888f 100755
--- a/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2800-x2go-thinclientconfig
@@ -20,6 +20,10 @@ ps -C pulseaudio --no-headers || (su - user -c "pulseaudio -D -n -L 'module-nati
 # Spawn openbox
 openbox &
 
+# Set Audio Volume
+amixer -q sset Master 100
+amixer -q sset PCM 100
+
 # Spawn X2GoClient
 x2goclient --thinclient --no-session-edit --no-menu --maximize --add-to-known-hosts --haltbt --session-conf=/etc/x2go/x2gothinclient_sessions
 XSESSION
@@ -27,10 +31,6 @@ XSESSION
 chown user:user /home/user/.xsession
 chmod 644 /home/user/.xsession
 
-# Set Audio Volume
-amixer -q sset Master 100
-amixer -q sset PCM 100
-
 }
 
 X2GoThinClientConfig

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


More information about the x2go-commits mailing list