You are not logged in.

#1 2017-11-06 16:49:50

FloydLacey
Member
Registered: 2017-11-06
Posts: 6

[Solved] Pulseaudio network sinks not showing in Cinnamon settings

Hello everyone

So I can't get the sound settings of Cinnamon to show any other input than the Build in output.

The audio works great, and if I use the audio panel applet or Pavucontrol, I can select network (RAOP and PA) sinks as output, but they dont appear in System settings -> sound

My default.pa is stock : https://pastebin.com/DCSDsDJn

and I just checked Make discoverable * sound devices available locally in paprefs


The "funny" thing is that my desktop is setup exactly the same way and it works...

Any idea ?


Thank you,
François

Edit: Ok I fixed it, looking at the log I saw

Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py", line 687, in deviceAdded
    if ("bluetooth" in device.get_icon_name()):


So I fixed it by editing the file and commenting

    if ("bluetooth" in device.get_icon_name()):
                icon = iconTheme.load_icon("bluetooth", 32, 0)
            else:

on the coresponding lines and now it works... I think I'm gonna repport it, it sounds like a bug.

Last edited by FloydLacey (2017-11-06 17:37:40)

Offline

Board footer

Powered by FluxBB