Hi Buddy, On Mo 19 Aug 2013 17:09:20 CEST Buddy Butterfly wrote:
for a headless system I am trying to run a headset locally on it. For operation I have used x2go which works perfect, even for sound. So this solved the headache with KVM ;-). Now I would like to use a headset locally on the headless system which is connected via USB and its own usb sound card (Logitech, works always perfect!). I am unable to get the headset to work while being connected to via x2go. Headset should be primarily for voip. So, how I could use this headset? Is it possible to configure somehwere that not all sound devices should be redirected but only specific ones? With this I could try to leave out the headset sound card.
Easiest probably would be to unset the ENV variable PULSE_CLIENTCONFIG before starting your VoIP application...
""" (wrapper script untested) #!/bin/bash unset PULSE_CLIENTCONFIG ekiga """ Sort of like this... Mike -- DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: [email protected], http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
pgpoDxyST0HWd.pgp
Description: Digitale PGP-Unterschrift
_______________________________________________ X2Go-User mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-user
