diff options
author | Antonio Garcia-Dominguez <antonio.garciadominguez@uca.es> | 2014-01-03 20:38:57 +0100 |
---|---|---|
committer | Antonio Garcia-Dominguez <antonio.garciadominguez@uca.es> | 2014-01-03 20:38:57 +0100 |
commit | 9a49bc4b8ee6eb416a4287728b5f43929af7fe6e (patch) | |
tree | 61790f610b75de6a614dc898ba4364d0b4ca7d99 /prepare-videochat.sh | |
parent | 90b2c12666d8bc14242b05ca12addbaa06f7beed (diff) |
Add note for Ubuntu 13.10 and v4l2loopback-dkms; use LC_ALL=C for calling pactl
Diffstat (limited to 'prepare-videochat.sh')
-rwxr-xr-x | prepare-videochat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 80bacfb..9c632ec 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -227,7 +227,7 @@ done if !(pactl list sinks | grep -q module-null-sink); then pactl load-module module-null-sink fi -NULL_SINK=$(pactl list sinks | \ +NULL_SINK=$(LC_ALL=C pactl list sinks | \ sed -n -e '/Name:/h; /module-null-sink/{x; s/\s*Name:\s*//g; p; q}' ) # Install and open pavucontrol as needed |