aleho / gnome-shell-volume-mixer

GNOME Shell Extension allowing separate configuration of PulseAudio devices
https://extensions.gnome.org/extension/858/volume-mixer/
GNU General Public License v2.0
136 stars 32 forks source link

Not seeing other device #126

Open filirnd opened 3 years ago

filirnd commented 3 years ago

Hi, I've Fedora 32 with gnome 3.36.6 and I've two output sources. One internal of notebook and one external (HDMI) from usb 3.0 hub to external monitor. In the extension i only see the output source that I've selected from audio settings. I've the same problem with other similar extension. How can i resolve?

aleho commented 3 years ago

Sorry, I don't understand what you mean.

Could you provide a screenshot from the dropdown menu?

Mariusmivw commented 3 years ago

I have this same issue on ubuntu 20.04.1 with gnome 3.36.3 As for the images you needed, in the settings it shows my headphones as well as my speakers connected via HDMI image but the extension only shows the currently selected device image

aleho commented 3 years ago

Oh, now I understand. That's something I noticed here as well.

It's caused by the fact that there's no output stream being reported. I may have to look into a way to switch "cards" not output streams, but currently this is a bit broken in the shell I guess.

(It even breaks on the default-output-stream-changed event, which reports no stream at all).

filirnd commented 3 years ago

If can be usefull this gnome plugin (https://github.com/kgshank/gse-sound-output-device-chooser) don't have this issue.

aleho commented 3 years ago

Somewhat also related to #39. Profile handling is very complicated via an extension (or next to impossible).