[X2Go-Commits] [live-build-x2go] 18/29: moved audio volume presets to xsession - seems to require running PA
git-admin at x2go.org
git-admin at x2go.org
Tue Dec 13 19:48:58 CET 2016
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.
commit 2b64e1688819a669870e708bda30a4735e8bc072
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
---
.../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