After spending time on this, I am moving back to Google Chrome. I was hoping that apt-get updates would be a nice one to keep (since Google’s official repository is crappy right now).
I reckon Google has its own update tool, and additional features such as embedded PDF reader (ok, you can hack the chromium-browser (with plugins) it to make it work as well)… but the official Google version comes with all Google stuff ready, and some additions I find handy. So, I am handling this with:
# download the package (unstable, replace this if you want the stable version) wget https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb # Install the package sudo dpkg -i google-chrome-unstable_current_amd64.deb # fix missing desktop icon sudo ln -s /opt/google/chrome/google-chrome.desktop /usr/share/applications/google-chrome.desktop |
Done!



