Puppy linux 8 install chrome
תוכן עניינים |
WORK 10-2019
setup > puppy updates > browsers
08-2019 FAIL
http://murga-linux.com/puppy/viewtopic.php?p=1033648#1033648 http://murga-linux.com/puppy/viewtopic.php?p=867205#867205
/usr/bin/chromium-browser --no-sandbox
/usr/lib64/chromium/chromium: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /usr/lib64/chromium/libgtk-3.so.0) chown: /root/spot/Downloads/*: No such file or directory root# EXIT="Exit on timeout"
fail using chromium64_76.0.3809.87
let try chromium64_73.0.3683.103
https://sourceforge.net/projects/lxpup/files/Other/chromium/chromium64/
https://sourceforge.net/projects/lxpup/files/Other/chromium/chromium64/chromium64_73.0.3683.103%2Bpepper_32.0.0.171_lx_spot.sfs/download
its did't help!!! the same error!!!
04-2019 WORK
http://murga-linux.com/puppy/viewtopic.php?t=81351
http://murga-linux.com/puppy/viewtopic.php?p=1026318#1026318
64-bit:
chromium64_73.0.3683.103+pepper_32.0.0.171_lx_spot
dont start
./usr/bin/chromium-browser grep: /usr/lib64/chromium/PepperFlash/manifest.json: No such file or directory touch: cannot touch '/usr/lib64/chromium/chromium-spotrun1': No such file or directory ash: exec: line 4: /usr/lib64/chromium/chromium: not found chown: /root/spot/Downloads/*: No such file or directory root# EXIT="Exit on mouse-over"
root# ./usr/share/applications/chromium.desktop bash: ./usr/share/applications/chromium.desktop: Permission denied
to run
/initrd/pup_ro3/usr/lib64/chromium/chromium --no-sandbox
to fix change in /usr/bin/chromium-browser
run-as-spot /usr/lib64/chromium/chromium --ppapi-flash-path=/usr/lib64/chromium/PepperFlash/libpepflashplayer.so --ppapi-flash-version=${flashver} --disk-cache-size=10000000 --media-cache-size=10000000 --allow-outdated-plugins "$@"
to
run-as-spot /initrd/pup_ro3/usr/lib64/chromium/chromium --ppapi-flash-path=/usr/lib64/chromium/PepperFlash/libpepflashplayer.so --ppapi-flash-version=${flashver} --disk-cache-size=10000000 --media-cache-size=10000000 --allow-outdated-plugins "$@"