Hi, thanks for the patch, and sorry for the late reply. I tested this patch on my Ubuntu machine and it makes the icon change from a keylock to a shield. Also, the description of "security-medium" is "The icon used to indicate that the security level of a connection is presumed to be secure, using strong encryption, and a certificate that could not be automatically verified, but which the user has chosen to trust." so it does not claim that it has to be a keylock or anything related to a lock. As the icon represents "lock channels together" and has nothing to do with security, I suggest we keep the current icon. On 2015-07-31 21:36, Paul W. Frields wrote: > --- > src/pavucontrol.glade | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade > index 219f5a2..5efd4b3 100644 > --- a/src/pavucontrol.glade > +++ b/src/pavucontrol.glade > @@ -312,7 +312,7 @@ > <object class="GtkImage" id="image18"> > <property name="visible">True</property> > <property name="can_focus">False</property> > - <property name="icon_name">stock_lock</property> > + <property name="icon_name">security-medium</property> > <property name="icon-size">1</property> > </object> > </child> > @@ -1474,7 +1474,7 @@ > <object class="GtkImage" id="image18"> > <property name="visible">True</property> > <property name="can_focus">False</property> > - <property name="icon_name">stock_lock</property> > + <property name="icon_name">security-medium</property> > <property name="icon-size">1</property> > </object> > </child> > -- David Henningsson, Canonical Ltd. https://launchpad.net/~diwic