From eraserix@gmail.com  Thu Mar 14 09:42:08 2013
Received: (at submit) by bugs.x2go.org; 14 Mar 2013 08:42:08 +0000
Received: from mail-qe0-f43.google.com (mail-qe0-f43.google.com [209.85.128.43])
	by ymir (Postfix) with ESMTPS id 9993C5DB17
	for <submit@bugs.x2go.org>; Thu, 14 Mar 2013 09:42:08 +0100 (CET)
Received: by mail-qe0-f43.google.com with SMTP id 1so1130672qee.30
        for <submit@bugs.x2go.org>; Thu, 14 Mar 2013 01:42:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:x-received:date:message-id:subject:from:to
         :content-type;
        bh=jxGq/k4HQMMuAhFAUu9BI86DdNBgUHl+w5gDrRAElBw=;
        b=rw4RdTdwBHLcnk9LCBhyVD2IyysASoBh4ylY7UJdQxIi+77u3drWVeWLu31AjRllvh
         mafyVaEvDvkFfdMcsnMjY2jvveVfBMKtMMEVbxT0euj6plYdvdHFcN0PMiFKwBzJPBqY
         040PM3h48Djyiv3i3edD69heodSxpWQ87a18I7M65cB+kjRzjIW6KDaZ/Pmae0pRYBR4
         B4Opd+Aj+8gBYcUJz08pe1htHKCDnEmgsBTZp5RxQ1SXu4eFGfXmEpbyqMffM8TKFjGb
         jRTlSrgqzJkA0oqFn5Vgsiex/zFICyFdpyCrvGC2WVkmdTGhsIOftl7czU0XdcTJU803
         XYxA==
MIME-Version: 1.0
X-Received: by 10.224.55.136 with SMTP id u8mr2622665qag.77.1363250527377;
 Thu, 14 Mar 2013 01:42:07 -0700 (PDT)
Received: by 10.49.12.20 with HTTP; Thu, 14 Mar 2013 01:42:07 -0700 (PDT)
Date: Thu, 14 Mar 2013 09:42:07 +0100
Message-ID: <CALqGcGp5HxO5LhdMgn5jWEXiOMnhpEH3o64yKpy-YNCS4r26hQ@mail.gmail.com>
Subject: Bluetooth headset switches to low quality profile on application start
From: Christoph Mathys <eraserix@gmail.com>
To: submit@bugs.x2go.org
Content-Type: text/plain; charset=UTF-8

Package: x2goclient
Version: 4.0.0.3

I use a bluetooth headset for music and voip. When I start x2goclient
on Windows 7, it forces the headset into a low-quality profile (no
session is open, just the client). This is expected to happen if an
application wants to use the microphone. I presume x2go opens audio
sources and sinks in order to forward them to a client later and so
Windows thinks it needs to switch to another profile. When I close
x2goclient again, the headset switches back to the high quality
profile.

I can disable the headsets microphone manually inside the windows
audio settings. But then, of course, I can no longer use the
microphone for voip.

It would be nice to have some kind of switch to disable x2gos audio
support completely (or to be able to select which devices are
forwarded).

As a workaround, it seems to work if I just rename pulseaudio.exe to
something else.

According to Mike Gabriel the bug should be fixed on the following branch:
http://git.ionic.de/x2goclient.git/shortlog/refs/heads/pulsefix
