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?
Asked
Active
Viewed 333 times
0

A J
- 11,367
- 17
- 44
- 59

arximughal
- 771
- 2
- 6
- 22
-
1see if it is this problem: http://askubuntu.com/a/437073/72216, it probably is. – Jacob Vlijm Nov 22 '14 at 08:03
2 Answers
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
-
-
@Smoke he already has chrome installed, his launcher link just isnt working... – Moose Nov 22 '14 at 16:15
-
it just started installing chrome :( now let's see if the second command works or not >:O – arximughal Nov 22 '14 at 17:12
-
this is not a proper answer you are just suggesting him to reinstall – Alex Jones Nov 22 '14 at 18:31