Score:0

Why does Google Chrome icon show some other name in Linux?

cn flag
A J

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:

App icon

Kulfy avatar
mz flag
Probably desktop entry for Screen Recorder is malformed and contains Chrome's icon in `Icon` meta. What is the output of `grep -iR -A6 ~/.local/share/applications`?
A J avatar
cn flag
A J
I hope it is safe to do this? The current output is "grep: .gvfs: Permission denied", and after that the program is still running. Should I run it with super user permissions?
Kulfy avatar
mz flag
Damn!! I missed the pattern to be searched. It should be `grep -iR -A6 "Screen Recorder" ~/.local/share/applications`. Don't use superuser/root account in any case.
A J avatar
cn flag
A J
The output is something like the following: google-chrome.desktop:Name=Screen Recorder - Scre.io google-chrome.desktop-Icon=google-chrome google-chrome.desktop-Exec=/opt/google/chrome/chrome --enable-crashpad Followed by some more lines...
Kulfy avatar
mz flag
There you go. `Icon` meta has `google-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
A J avatar
cn flag
A J
How did this automatically get changed in the first place?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.