How to install Google Chrome and fix the goddamn icon after it?

  1. Navigate to: https://www.google.pl/chrome/browser/desktop/index.html
  2. Download deb file using Download Chrome button.
  3. Run terminal and type:
    cd ~/Downloads
    sudo dpkg -i google-chrome-stable_current_amd64.deb
    sudo apt-get update && sudo apt-get -f upgrade
    
  4. If you don’t have proper icon in your menu nor plank:
    sudo nano /usr/share/applications/google-chrome.desktop
  5. Find [Desktop Action NewWindow] and add text below after all language declarations:
    Icon=google-chrome
  6. Press both CTRL + X and save your changes. That’s it 🙂