Last active
December 5, 2017 07:15
-
-
Save qWici/ee3654cdee8865bf3c0990c49960afec to your computer and use it in GitHub Desktop.
Fix the problem by opening the empty Chrome tab on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open a PC file $HOME/.local/share/applications/google-chrome.desktop | |
2. Find a line in it Exec=/opt/google/chrome/chrome | |
3. At the end of the line add '%U' to succeed Exec=/opt/google/chrome/chrome %U | |
4. Save the file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment