[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-25 Thread hugh chao
** Patch added: "check_input_treeview.patch" https://bugs.launchpad.net/gnome-control-center/+bug/1853584/+attachment/5315268/+files/check_input_treeview.patch ** Summary changed: - [18.04]Not able to adjust Audio input UI volume after connecting headset + [SRU]Not able to adjust Audio input

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-25 Thread hugh chao
** Description changed: [ Impact ] Not able to adjust Audio input UI volume if this device doesn't have a internal mic, the volume bar will be gray. [ Test Case ] 1. Boot ubuntu without any external headset connected. 2. Launch gnome-control-center and switch to Sound->Input

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-24 Thread hugh chao
** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting headset To manage notifications about this bug

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-24 Thread hugh chao
** Description changed: [ Impact ] Not able to adjust Audio input UI volume if this device doesn't have a internal mic, the volume bar will be gray. [ Test Case ] - 1. Boot ubuntu without any external microphone connected. + 1. Boot ubuntu without any external headset connected.

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-24 Thread hugh chao
** Description changed: + [ Impact ] + + Not able to adjust Audio input UI volume if this device doesn't have a + internal mic, the volume bar will be gray. + + [ Test Case ] + + 1. Boot ubuntu without any external microphone connected. + 2. Launch gnome-control-center and switch to

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-17 Thread hugh chao
** Description changed: Summary:Not able to adjust Audio input UI volume, it's gray Steps to reproduce: 1. Plug 3 ring earphone with mic to appropriate jack Expected result: System can be recording audio from external mic Actual result: Not able to adjust Audio input UI

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-17 Thread hugh chao
** Tags added: originate-from-1806835 ** Tags added: stella -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting headset

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-10 Thread hugh chao
@Sebastien, Would you please help to backport there two commits in #15, thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-12-04 Thread hugh chao
@Robert, Is there any chance you can review this mp in #15? many thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-28 Thread hugh chao
https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/641 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-28 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-27 Thread Robert Ancell
Yes, that is the correct branch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting headset To manage notifications

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-27 Thread hugh chao
@Robert, Is this the right branch? https://gitlab.gnome.org/GNOME/gnome-control-center/tree/gnome-3-28/panels/sound -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-27 Thread Robert Ancell
I'd also change the second part of the patch to be clearer, i.e. if (gtk_tree_model_iter_n_children (model, NULL) == 0) gtk_widget_set_sensitive (dialog->input_bar, FALSE); The first part of the patch is a workaround for a bug elsewhere which is reporting things in the wrong

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-27 Thread Robert Ancell
If you make a merge request upstream, please make these changes as two separate commits. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-27 Thread Robert Ancell
@hugh - can you do this as a merge request on https://gitlab.gnome.org/GNOME/gnome-control-center ? It will be much easier to review there. First thing to note, this can be simplified: if (gtk_tree_model_iter_n_children (model, NULL) == 1) active_input_update (dialog, input); -- You

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-27 Thread Sebastien Bacher
Ccing Robert who is one of the gnome-control-center maintainer. Robert, could you look if the patch makes sense to you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-26 Thread hugh chao
@Sebastien, No, it's not from upstream, due to the code is quite different from upstream. If there is only one input device with only one input port, and this input port is active_port, e.g. there is no internal mic, just a mic jack on the machine, this issue will happen. For this kind of

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-26 Thread Sebastien Bacher
Thank for the patch, is that backport from some upstream work/what they did in newer version? Could you give some more explanations about what the patch is doing and why? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-26 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-26 Thread hugh chao
@Sebastien, please take a look of this patch ** Patch added: "check_input_treeview.patch" https://bugs.launchpad.net/gnome-control-center/+bug/1853584/+attachment/5307971/+files/check_input_treeview.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-26 Thread hugh chao
@Sebastien Yes, What I meant was gnome-control-center -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting headset To

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-26 Thread Sebastien Bacher
What package? Bionic does include pavucontrol already no? If the pulseaudio tools works fine so it might be a gnome-control-center issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title:

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-25 Thread hugh chao
pavucontrol works good, I will try to backport this package to bionic, thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-25 Thread Sebastien Bacher
Thank you for your bug report. Closing since it works in newer Ubuntu series, we can add a Bionic target if a SRU is needed. It would require to first identify the buggy component/patch to backport. Can you change the settings using pavucontrol or does that has the same problem? ** Changed in:

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-22 Thread Bug Watch Updater
** Changed in: gnome-control-center Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI volume after connecting

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset

2019-11-22 Thread hugh chao
** Summary changed: - [18.04]Not able to adjust Audio input UI volume after connecting headset in "input tab" + [18.04]Not able to adjust Audio input UI volume after connecting headset -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1853584] Re: [18.04]Not able to adjust Audio input UI volume after connecting headset in "input tab"

2019-11-22 Thread hugh chao
1. Still can reproduce this issue in 18.04.3 2. can not reproduce this issue in 19.04 and 19.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853584 Title: [18.04]Not able to adjust Audio input UI