ONEPOIN.COM - Buat para pengguna kali linux 2.0 sana saya ingin berbagi bagaimana cara membuat Google Chrome di kali linux sana bisa terbuka dengan sekali klik saja tanpa harus memasukkan kode = [ google-chrome --no-sandbox ] di Terminal untuk membuka Google Chrome tersebut caranya mudah sobat, sobat tinggal memasukkan kode di bawah ini ke dalam leafpad sourclist google chrome = [ -user-data-dir %U --test-type --no-sandbox --process-per-site --disk-cache-dir=/tmp/cache --disable-rich-notifications ] saja untuk membuat Google Chrome sobat bisa di buka dengan sekali klik tanpa harus memasukkan kode google-chrome --no-sandbox di terminal.
CARANYA :
- Buka Terminal anda masing-masing.
- Ketik perintah : leafpad /opt/google/chrome/google-chrome
- Masukkan kode ini di dalam leafpad google-chrome :
-user-data-dir %U --test-type --no-sandbox --process-per-site --disk-cache-dir=/tmp/cache --disable-rich-notifications
- Letakkan kode di atas di samping kode =
exec -a "$0" "$HERE/chrome" "$@"
- Yang nantinya akan menjadi seperti ini =
exec -a "$0" "$HERE/chrome" "$@" -user-data-dir %U --test-type --no-sandbox --process-per-site --disk-cache-dir=/tmp/cache --disable-rich-notifications
- Setelah itu SAVE dan lihat hasilnya.



0 Response to "CARA MEMBUKA GOOGLE CHROME DI KALI LINUX DENGAN SEKALI KLIK"
Post a Comment