<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 25, 2020 at 2:34 AM Tollef Fog Heen <<a href="mailto:tfheen@err.no">tfheen@err.no</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">]] Felipe Sateler <br>
<br>
> So, I could not reproduce the issue by setting bluez.alias either. <br>
> <br>
> Does the console error happen on applicatin startup? Or when switching to a given tab?<br>
<br>
It shows up when the device connects, so either at startup or when I<br>
turn on the headphones.<br>
<br>
I think maybe the problem is related to the «Configuration» tab, since<br>
the headset is listed there with just «Card Name» as the name.  It's<br>
shown correctly on both the Playback and Output Devices tabs.<br></blockquote><div><br></div><div>Ah, so it is the "card" that is the problem, not the sink. That explains why I couldn't reproduce.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
--- pavucontrol-4.0.orig/src/mainwindow.cc<br>
+++ pavucontrol-4.0/src/mainwindow.cc<br>
@@ -368,7 +368,7 @@ void MainWindow::updateCard(const pa_car<br>
<br>
     description = pa_proplist_gets(info.proplist, PA_PROP_DEVICE_DESCRIPTION);<br>
     w->name = description ? description : <a href="http://info.name" rel="noreferrer" target="_blank">info.name</a>;<br>
-    w->nameLabel->set_markup(w->name.c_str());<br>
+    w->nameLabel->set_text(w->name.c_str());<br>
<br>
     icon = pa_proplist_gets(info.proplist, PA_PROP_DEVICE_ICON_NAME);<br>
     set_icon_name_fallback(w->iconImage, icon ? icon : "audio-card", Gtk::ICON_SIZE_SMALL_TOOLBAR);<br>
<br>
seems to fix it for me.  (You could also use g_markup_printf_escaped, I<br>
guess).<br></blockquote><div><br></div><div>I see now that this is already fixed in upstream git. I'll upload the fix shortly. </div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><br>Saludos,<br>Felipe Sateler</div></div>