How To Fix The Launching Problem of Google Chrome in Linux?

In this tutorial i'll fix the launching/opening problem of Google Chrome in Linux after installed it..
This problem is usually occur in Kali Linux of Linux Platform.



Lets Get Started:

First of all Install Google Chrome in your system as below:
  1. Open the browser and download the google chrome for Linux.
  2. Open the terminal and switch to superuser. Eg: type "sudo su" hit enter and type your root password and again hit enter.
  3. Now choose directory in terminal where you downloaded Google Chrome. Eg: type "cd /Downloads"
  4. Now set the command "dpkg -i filename" and hit enter, Then the installation process is started in terminal
After installed that, You can Enjoy the Google  Chrome in your PC. But in some PCs It cannot be launch or Open if you want to launch it.

To fix the launching/starting problem of Google Chrome, Follow the Steps Below:
  1. Open the terminal.
  2. Choose the directory "/opt/google/chrome" by setting command "cd /opt/google/chrome" in terminal and hit enter.
  3. Type "ls" and hit enter, to print the lists of files of the choosed directory.
  4. open google-chrome with leafpad or any text-editor in terminal Eg. "leafpad google-chrome" and Hit Enter.
  5. Now a text file is opened in your text editor
  6. Now Copy the code below and Paste it at the last of that text file, And Save it...
CODE:
-user-data-dir %U --test-type --no-sandbox --process-per-site --disk-cache-dir=/tmp/cache --disable-rich-notifications

-----------------------------------------------------------------------------------------------------------------
Now your problem is solved, You can Launch or Open it.... Enjoy the Google Chrome

Post a Comment

0 Comments