and after do dpkg -i <package google>
you will have some error like that:
Errors were encountered while processing: google-chrome-stable
put this command:
apt-get -f install
and after start the dpkg command again:
dpkg -i <package google>
after :
edit file: leafpad /opt/google/chrome/google-chrome
Add in the last line this information:
exec -a "$0" "$HERE/chrome" "$@" -user-data-dir
like that:
#exec -a "$0" "$HERE/chrome" "$@"
exec -a "$0" "$HERE/chrome" "$@" -user-data-dir
Important observation.
If after that you had some issue, i recommend you realize this configuration additional:
like that:
#exec -a "$0" "$HERE/chrome" "$@"
exec -a "$0" "$HERE/chrome" "$@" -user-data-dir
Important observation.
If after that you had some issue, i recommend you realize this configuration additional:
useradd -m chromeuser
and then type gksu -u chromeuser google-chrome
Obs.: for me, on kali linux 2.x just work after add useradd and gksu command.
Nenhum comentário:
Postar um comentário