Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Fix blurry Chrome icon in Gnome

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
texasflood
Posts: 12
Joined: 2014-10-25 18:45

Fix blurry Chrome icon in Gnome

#1 Post by texasflood »

If anyone installed chrome like this:

Code: Select all

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get -f install
then you may notice that the icon for google chrome is blurry! Not a big deal but in case it annoys you, try this:

Code: Select all

sudo cp /usr/local/share/icons/hicolor/256x256/apps/google-chrome.png /usr/local/share/icons/hicolor/48x48/apps
Then log out and log in
And this way you will actually be able to add chrome to your favourites in the side bar for some reason

Post Reply