Tiny Core Extensions > TCE Tips & Tricks
Howto: Vivaldi, Opera and Chrome in TC 8.x
neonix:
--- Quote ---If you use 32bit version of TC 8.x, only Vivaldi browser offer 32bit binaries.
wget https://downloads.vivaldi.com/stable/vivaldi-stable_1.15.1147.36-1_i386.deb
You need this extensions:
tce-load -iw libXcursor
tce-load -iw atk
tce-load -iw at-spi2-atk
tce-load -iw libXcomposite
tce-load -iw libXtst
tce-load -iw libcups
tce-load -iw nss
tce-load -iw gtk3
tce-load -iw libXss
tce-load -iw gst-ffmpeg.tcz
If you need h.264 html5 support you need to get
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu0.16.04.1_i386.deb
and copy libffmpeg.so to
/opt/vivaldi/lib/
For 64bit Vivaldi browser version use this links:
wget https://downloads.vivaldi.com/stable/vivaldi-stable_1.15.1147.36-1_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu0.16.04.1_amd64.deb
--- End quote ---
--- Quote ---Opera browser offer only 64bit version:
get
opera-stable_52.0.2871.99_amd64.deb from https://www.opera.com/download
You need to install also:
curl.tcz
libnotify.tcz
If you need h.264 html5 support you need to get
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu0.16.04.1_amd64.deb
and copy libffmpeg.so to
/usr/lib/x86_64-linux-gnu/opera/
--- End quote ---
--- Quote ---Chrome browser also offer only 64bit version:
wget http://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
You don't need libffmpeg.so for h.264 html5 support.
--- End quote ---
Here you can check does h.264 html5 support works.
http://www.quirksmode.org/html5/tests/video.html
polikuo:
FYI
On TC9 64-bit, firefox downloaded via firefox_getLatest.tcz (59.0.2)
with alternative firefox.tcz.dep
--- Code: ---dbus-glib.tcz
faac.tcz
gamin.tcz
gtk3.tcz
hicolor-icon-theme.tcz
libasound.tcz
libavcodec3.tcz
libcdio.tcz
graphics-KERNEL.tcz
--- End code ---
Youtube test page
neonix:
Here is script I use to install Vivaldi 1.15 in TC 9.x x86
--- Code: ---#!/bin/busybox ash
cd /home/tc
tce-load -iw gtk3.tcz
tce-load -iw libasound.tcz
tce-load -iw libcups.tcz
tce-load -iw nss.tcz
wget http://downloads.vivaldi.com/stable/vivaldi-stable_1.15.1147.36-1_i386.deb
ar x vivaldi-stable_1.15.1147.36-1_i386.deb
cd /
sudo tar fxJ /home/tc/data.tar.xz
cd /home/tc
rm -f _gpgbuilder
rm -f control.tar.gz
rm -f data.tar.xz
rm -f debian-binary
rm -f vivaldi-stable_1.15.1147.36-1_i386.deb
wget http://mirror.esecuredata.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu0.16.04.1_i386.deb
ar x chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu0.16.04.1_i386.deb
tar fxJ /home/tc/data.tar.xz
rm -f control.tar.gz
rm -f data.tar.xz
rm -f debian-binary
rm -f chromium-codecs-ffmpeg-extra_65.0.3325.181-0ubuntu0.16.04.1_i386.deb
cd usr
cd lib
cd chromium-browser
sudo cp libffmpeg.so /opt/vivaldi/lib/
cd /home/tc/
sudo rm -r usr
sudo ln -s /usr/local/etc/fonts/ /etc/
cd /opt/vivald*
./vivaldi-bin
--- End code ---
neonix:
Here is script I use to install Vivaldi 2.2 in TC 10.x x86
--- Code: ---cd /home/tc
wget http://downloads.vivaldi.com/stable/vivaldi-stable_2.2.1388.37-1_i386.deb
ar x vivaldi-stable_2.2.1388.37-1_i386.deb
cd /
sudo tar fxJ /home/tc/data.tar.xz
cd /home/tc
rm -f _gpgbuilder
rm -f control.tar.xz
rm -f data.tar.xz
rm -f debian-binary
rm -f vivaldi-stable_2.2.1388.37-1_i386.deb
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_71.0.3578.98-0ubuntu0.18.04.1_i386.deb
ar x chromium-codecs-ffmpeg-extra_71.0.3578.98-0ubuntu0.18.04.1_i386.deb
tar fxJ /home/tc/data.tar.xz.
rm -f control.tar.xz
rm -f data.tar.xz
rm -f debian-binary
rm -f chromium-codecs-ffmpeg-extra_71.0.3578.98-0ubuntu0.18.04.1_i386.deb
cd usr
cd lib
cd chromium-browser
sudo cp libffmpeg.so /opt/vivaldi/lib/
cd /home/tc/
sudo rm -r usr
tce-load -iw libXi.tcz
tce-load -iw libXtst.tcz
tce-load -iw nss.tcz
tce-load -iw libcups.tcz
tce-load -iw libXss.tcz
tce-load -iw at-spi2-atk.tcz
tce-load -iw gtk3.tcz
tce-load -iw libasound.tcz
sudo ln -s /usr/local/etc/fonts/ /etc/
/opt/vivaldi/vivaldi-bin --disable-seccomp-filter-sandbox
--- End code ---
vinceASPECT:
He Neo
Would any of this above stuff work on TCL 6.x...........?
thx
V
if not....how do i upgrade TCL 6.x to TCL 8.x (TCL currenty boots from a CD disc)
thx
V
Navigation
[0] Message Index
[#] Next page
Go to full version