Friday, May 3, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 12405  / 2 Years ago, wed, june 15, 2022, 11:51:29

I have installed google-chrome-stable by using google-chrome-stable_current_amd64.deb on my ubuntu 14.04. I am able to start the browser by typing google-chrome-stable in my terminal. My issue is how do I launch chrome from docky.



I am able to add a link to chrome in my taskbar and when I click on this launcher icon another chrome-google-chrome icon gets added to the launcher as shown below :



chrome starter



and now I go to the docky, right click on the chrome icon and select 'Pin to dock'.
after this I close my browser. Now I try to relaunch the chrome by selecting the pinned google-chrome icon as shown below:



chrome icon in docky



but the chrome does not launch from here. I also tried dragging the 'Google Chrome' icon to docky but it doesnt get pinned to the dock.



Any suggestions ?


More From » google-chrome

 Answers
1

Finally I have figured out the problem and here is what I did :



Step 1 : Uninstall Google Chrome



Type the following in your terminal



sudo apt-get remove google-chrome-stable


Step 2 : Remove all chrome links



This was necessary because in my system, because Google Chrome icons were still present in spite of removing Chrome after Step 1.



sudo su
cd .local/share/applications
ls -l


I found that google-chrome-stable.desktop is still present here so I removed it by typing



rm -f -r google-chrome-stable.desktop


Step 3 : Reinstall Google Chrome



Download the latest google-chrome-stable_current_amd64.deb file (from here),
and install it using Ubuntu Software Center.



Step 4 : Post Installation settings (Most Important)



Navigate to /usr/share/applications directory using GUI, then drag and drop the Google Chrome icon into the docky.



Thats it...
Now you can launch Google Chrome from docky with just a single icon.


[#23800] Friday, June 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rillrage

Total Points: 122
Total Questions: 120
Total Answers: 103

Location: Tokelau
Member since Thu, Aug 26, 2021
3 Years ago
rillrage questions
;