Tiny Core Extensions > TCE Tips & Tricks

Howto: Vivaldi, Opera and Chrome in TC 8.x

<< < (3/10) > >>

neonix:
Here is a script for Opera 12.16 for TC 3.x86 and later. Opera 12.16 works quite well even on old non-SSE processors.

--- Code: ---tce-load -iw fontconfig
tce-load -iw ca-certificates
cd /home/tc/
wget -c http://get.geo.opera.com/pub/opera/linux/1216/opera-12.16-1860.i386.linux.tar.bz2
tar xjf *.tar.bz2
rm opera-12.16-1860.i386.linux.tar.bz2
cd opera-12.16-1860.i386.linux
./opera
--- End code ---

mini536:
I have a problem:I can't watch youtube by using vivaldi,It shows all the video load all the time.

neonix:

--- Quote from: mini536 on May 11, 2019, 09:28:02 PM ---I have a problem:I can't watch youtube by using vivaldi,It shows all the video load all the time.

--- End quote ---

Hi, mini536.
What version of Vivaldi browser you are use? What version of Tinycore you are running?

Here you can check does your browser is able to play videos.
http://www.quirksmode.org/html5/tests/video.html
https://www.youtube.com/html5

mini536:

--- Quote from: neonix on May 12, 2019, 02:09:07 AM ---
--- Quote from: mini536 on May 11, 2019, 09:28:02 PM ---I have a problem:I can't watch youtube by using vivaldi,It shows all the video load all the time.

--- End quote ---

Hi, mini536.
What version of Vivaldi browser you are use? What version of Tinycore you are running?

Here you can check does your browser is able to play videos.
http://www.quirksmode.org/html5/tests/video.html
https://www.youtube.com/html5

--- End quote ---
Tinycore 10.0,vivaldi 2.5

neonix:
Here is script I use to install Vivaldi 2.5 in TC 10.x x86


--- Code: ---cd /home/tc
wget http://downloads.vivaldi.com/stable/vivaldi-stable_2.5.1525.48-1_i386.deb
ar x vivaldi-stable_2.5.1525.48-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.5.1525.48-1_i386.deb
wget http://confuzer.cloud/mirror/archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_72.0.3626.121-0ubuntu0.18.04.1_i386.deb
ar x chromium-codecs-ffmpeg-extra_72.0.3626.121-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_72.0.3626.121-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 ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version