summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDebian Accessibility Team <pkg-a11y-devel@lists.alioth.debian.org>2019-11-14 13:18:05 +0100
committerPaul Gevers <elbrus@debian.org>2019-11-14 13:18:05 +0100
commitc60eb8650e20d1b3bc791f1b06f54dd8a5c08a9d (patch)
treeea41ba0859e6d6b2f792a24ab66350eec3f456ac /src
parent7e272493e72f9e61e327f5517e61f07e46eb017d (diff)
nogroup
The user really does not have to be in group audio or pulse on Debian. Gbp-Pq: Name nogroup
Diffstat (limited to 'src')
-rw-r--r--src/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 0e22419..fd69c38 100644
--- a/src/common.c
+++ b/src/common.c
@@ -896,6 +896,7 @@ void select_next_output_device (misc_t *misc, daisy_t *daisy)
int current_sink, n, found;
struct group *grp;
+#if 0
grp = getgrnam ("audio");
found = 0;
for (n = 0; grp->gr_mem[n]; n++)
@@ -916,6 +917,7 @@ void select_next_output_device (misc_t *misc, daisy_t *daisy)
printf ("Logout and login again and you can use daisy-player.\n");
_exit (EXIT_FAILURE);
} // if
+#endif
wclear (misc->screenwin);
wprintw (misc->screenwin, "\n%s\n\n", gettext ("Select a soundcard:"));