Tag Info

New answers tagged

0

tmpfs is not better than the disk cache. So if you want to speed up the Chrome start then you just need to read all the files which Chrome is going to need: cat file1 file2 file2 ... >/dev/null If you find out in which order the files are on the disk then you can optimize the access by reading them in the right order. If you start Chrome afterwards ...


0

This method will allow you to add separate dock icon in Gnome 3 for chrome web apps https://support.google.com/chrome/answer/95710?hl=en


1

Chromium obeys the system-wide xdg settings. To configure opening magnet links with a custom application use the following command xdg-mime default transmission-gtk.desktop x-scheme-handler/magnet You can also do this manually: Open the file ~/.local/share/applications/mimeapps.list and add the following entry in the section [Default Applications]: ...



Top 50 recent answers are included