0

I just downloaded google chrome from official site of chrome, and installed it.
Now I locked it to the launcher. There is an Icon of google chrome. But when I click on it, nothing opnes. I always have to search in the dash and then have to open from the search results.
I want it to open from launcher as other programs do.
any solution for this?

A J
  • 11,367
  • 17
  • 44
  • 59
arximughal
  • 771
  • 2
  • 6
  • 22

2 Answers2

2

The above mentioned commands by @Smoke didn't worked, but they just started installing the google chrome again.
The real solution to this problem was mentioned in this question's answer... Chrome won't start from the launcher

arximughal
  • 771
  • 2
  • 6
  • 22
0

Open up your Terminal(Press Ctrl+Alt+T) And Paste this Command in it

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome-stable_current_i386.deb

Press enter after pasting this code. After that code completed processing, Paste this code and press enter !

sudo apt-get -f install

i hope its works!! :)

Charles Green
  • 21,339
WhiteHawk
  • 109