Google Chrome icon shows some other name on its shortcut. It shows the name of some Chrome Extension. Why is this the case and how to resolve it?
This is the image:
Google Chrome icon shows some other name on its shortcut. It shows the name of some Chrome Extension. Why is this the case and how to resolve it?
This is the image:
Icon
meta. What is the output ofgrep -iR -A6 ~/.local/share/applications
? – Kulfy Feb 21 '22 at 16:54grep -iR -A6 "Screen Recorder" ~/.local/share/applications
. Don't use superuser/root account in any case. – Kulfy Feb 21 '22 at 17:43Icon
meta hasgoogle-chrome
as the value and thus the problem. You can simply edit that .desktop file with any text editor like nano, vim or even gedit to change values. See https://askubuntu.com/q/722179. After changing values, reload the shell. See https://askubuntu.com/a/367243 – Kulfy Feb 26 '22 at 08:40