GNOME Terminal icon shows as Settings icon (Ubuntu 24)
GNOME Terminal icon is showing as the Settings icon. It happens with the default theme and other icon themes too.
this is my /usr/share/applications/org.gnome.Terminal.desktop:
[Desktop Entry]
Name=Terminal
Comment=Use the command line
Keywords=shell;prompt;command;commandline;cmd;
TryExec=gnome-terminal --full-screen
Exec=gnome-terminal --full-screen
Icon=org.gnome.Terminal
Type=Application
Categories=GNOME;GTK;System;TerminalEmulator;
StartupNotify=true
StartupWMClass=Gnome-terminal
SingleMainWindow=false
OnlyShowIn=GNOME;Unity;
Actions=new-window;preferences;
X-ExecArg=--
X-Ubuntu-Gettext-Domain=gnome-terminal
[Desktop Action new-window]
Name=New Window
Exec=gnome-terminal --window
[Desktop Action preferences]
Name=Preferences
Exec=gnome-terminal --preferences
This file is not present `~/.local/share/applications/org.gnome.Terminal.desktop`, so local is not overriding.
It has been happening since I installed the OS or during around that time last year.