From 74210b4c6d67f68d800f8306241da790e78389dd Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 6 Feb 2011 23:33:43 -0500 Subject: [PATCH] -pypo no longer is part of the pulse-access group. --- pypo/install/pypo-install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypo/install/pypo-install.py b/pypo/install/pypo-install.py index 3e94c06e0..4aa10484b 100644 --- a/pypo/install/pypo-install.py +++ b/pypo/install/pypo-install.py @@ -43,7 +43,7 @@ def create_user(username): else: print "User already exists." #add pypo to audio group - os.system("adduser " + username + " pulse-access 2>&1 1>/dev/null") + os.system("adduser " + username + " audio 2>&1 1>/dev/null") def copy_dir(src_dir, dest_dir): if (os.path.exists(dest_dir)) and (dest_dir != "/"):