From cc46b231cfaabaf99311a5257843e3f9e447f952 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 4 Feb 2024 00:45:57 +0100 Subject: [PATCH] mixer-control: Fix network devices not having icons Fix Airplay devices not having icons in gnome-shell and gnome-control-center. --- gvc-mixer-control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gvc-mixer-control.c b/gvc-mixer-control.c index 2cc68ef..f8178ba 100644 --- a/gvc-mixer-control.c +++ b/gvc-mixer-control.c @@ -1382,6 +1382,7 @@ sync_devices (GvcMixerControl *control, "origin", "", /* Leave it empty for these special cases */ "port-name", NULL, "port-available", TRUE, + "icon-name", gvc_mixer_stream_get_icon_name (stream), NULL); device = GVC_MIXER_UI_DEVICE (object);