this post was submitted on 29 Apr 2024
33 points (97.1% liked)
Linux
47952 readers
1748 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 withIcon
, 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
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.
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.