Page 1 of 1

google-chrome-41.0.2272.89

Posted: Thu 19 Mar 2015, 18:41
by HoerMirAuf
Made a pet from latest google chrome.

works in slacko/tahr, should work in other puppys too.

google-chrome-41.0.2272.89.pet

Posted: Fri 20 Mar 2015, 08:37
by ardvark
Hi...

Thank you for making this. :)

However, will it function normally even though Puppy operates in root? More recent versions of Chrome don't allow this. :(

Regards...

Posted: Fri 20 Mar 2015, 09:21
by HoerMirAuf
i have already adapted it to work as root :)

you only have to modify the file
(already done in the pet)

/opt/google/chrome/google-chrome

Code: Select all

  exec -a "$0" "$HERE/chrome" "$@"
to

Code: Select all

  exec -a "$0" "$HERE/chrome" \
    --user-data-dir=$HOME/.config/google-chrome "$@" 

Posted: Fri 20 Mar 2015, 15:14
by ardvark
Hi...

Thank you! :)

Regards...

Chrome

Posted: Fri 27 Mar 2015, 04:16
by JackWagon
Thank you!

Works well with Upup Raring 3.8.7 :o :P

JW

Wary and Racy

Posted: Mon 30 Mar 2015, 15:08
by Pelo
anybody knows why Chrome does not work with Racy and Wary ?
"you only have to modify the file
/opt/google/chrome/google-chrome" ok !

Posted: Tue 31 Mar 2015, 07:16
by HoerMirAuf

Re: Wary and Racy

Posted: Tue 31 Mar 2015, 07:37
by peebee
Pelo wrote:anybody knows why Chrome does not work with Racy and Wary ?
Might be worth trying this:
http://www.murga-linux.com/puppy/viewto ... 748#836748

jrb has used it to upgrade the kernel in Racy - http://www.murga-linux.com/puppy/viewto ... 759#836759