Applications like EndeavorOS Welcome, Tor browser won’t show their actual icons on the taskbar after Gnome 46 update. I have observed that applications launched by invoking the binary through terminal using ./ behaves this way. (Not sure about the EOS Welcome) Is there any fix to this?

OS: EndeavourOS Linux x86_64. DE: GNOME 46.1. Icons: Papirus [GTK2/3].

[Edit: This is not a freshly installed system. Icons were working fine till Gnome 45.]

  • infeeeee@lemm.ee
    link
    fedilink
    arrow-up
    6
    ·
    vor 2 Monaten

    Gnome reads the icon name from the desktop file. You have to find the desktop file of this app, check its icon name there, and make sure there is a similarly named icon available in the icon pack.

    To find the desktop file: open Looking Glass (Alt+F2 -> type lg Enter-> click Windows on the top right) you should see your open windows there, it should show the name of the desktop file, even if you started from terminal. You can find the desktop file in ~/.local/share/applications or in /usr/share/applications. Open the file, and you should see a line starting with Icon, this is what Gnome reads.

    To check if a similarly named icon exists search for that name in /usr/share/icons/. If you can’t find a named icon, than the problem is in your icon pack, you should open an issue there. If you want to change the icon to something else, change the line in the desktop file.

    More info in the glorious Arch Wiki: https://wiki.archlinux.org/title/Desktop_entries

    • cmgvd3lwOP
      link
      fedilink
      arrow-up
      2
      ·
      vor 2 Monaten

      But it was working fine until gnome 45. I tried multiple icons packs quogir, adwaita (default), papirus. Everything behaves the same. The same cog icon.

      • infeeeee@lemm.ee
        link
        fedilink
        arrow-up
        5
        ·
        vor 2 Monaten

        Check what is in the desktop file first. If the icon name is misspelled there, it won’t work with any icon pack ever.

        I know how this works because the same happened to me with Thunderbird, at some release they changed the icon name in the desktop file, but it wasn’t updated in my icon packs, I expect something similar here as well. Without checking this you can’t be sure who’s fault is this, but I guess the app’s developers or maintainers messed up their desktop file some way.