problem description : normally, holding down Ctrl
in the following terminal and clicking the link will automatically open the chrome browser
and go to the localhost:8080
page
chrome
problem description : normally, holding down Ctrl
in the following terminal and clicking the link will automatically open the chrome browser
and go to the localhost:8080
page
chrome
1. Unlock Google browser from the initiator, and then enter
under the non-root user.
/ usr/bin/google-chrome-stable
/ / launch Google browser and lock to the launcher
2. Then a google-chrome.desktop file is automatically created under ~ / .local / share/applications/. The location generated by each person is related to the directory where you installed the program. You can use:
enter gedit ~ / .local/share/applications/google-chrome.desktop
command
add% u to the Exec=/usr/bin/google-chrome-stable (the name here is not necessarily absolute, but google-chrome-stable, may also be other things such as chrome
, etc.), pay attention to the space;
3. After saving, you can try to open Google browser with external programs and IDE;