<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="FreeSerif">I work in Fedora 42. I have noticed,
      apparently very belatedly, that the mod.mgr "installed" icon is
      bad, and I can't figure out why. I could use a spare pair of
      eyeballs to enlighten me, if anyone's interested enough to look.<br>
      <br>
      <img src="cid:part1.03gU8ac7.iixfmIk0@kleinpaste.org" alt=""><br>
      <br>
      It's bad in the header bar, and it's missing in the individual
      modules' listings. It's supposed to be a check mark.<br>
      <br>
      The code is really dumb and straightforward. It's in
      src/gtk/mod_mgr.c create_pixbufs() at 353 (excluding an #ifdef):<br>
      <br>
    </font><font face="monospace">    INSTALLED =
      gtk_icon_theme_load_icon(icon_theme,<br>
                               "emblem-ok-symbolic",<br>
                               16,<br>
                               GTK_ICON_LOOKUP_FORCE_SIZE,<br>
                               NULL);<br>
    </font><font face="FreeSerif"><br>
      Five other icons are loaded exactly the same way, and (as you can
      see above) they all appear normally everywhere they're needed.<br>
      <br>
      I thought perhaps the icon name had changed in recent GTK (F42
      currently has 3.24.49), so I tried a couple other sample names, no
      joy. I even tried repeating one of the other 5 icon names, since I
      know they work, and still no joy only in the Installed column.<br>
      <br>
      I wish I could say whether it worked in my previous Fedora 39, but
      I didn't notice this until yesterday, so I really can't say how
      long it's been this way.<br>
      <br>
      I have18 instances of emblem-ok-symbolic.svg under
      /usr/share/icons.<br>
      <br>
      Can anyone offer a thought as to how this could go wrong for <i>only</i>
      the Installed icon, and none of the others?<br>
    </font>
  </body>
</html>