Tiny Core Extensions > TCE Tips & Tricks

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

<< < (7/10) > >>

neonix:
This is a script how to install Opera Mini 8 on TC 8.x (x86)
You will need about 512 MB of RAM to use it comfortable.


--- Code: ---cd /home/tc/
tce-load -iw openjdk-8-jre.tcz
wget --no-check-certificate https://downloads.sourceforge.net/project/microemulator/microemulator/2.0.4/microemulator-2.0.4.zip
unzip microemulator-2.0.4.zip
cd microemulator-2.0.4
/usr/local/openjdk-8/jre/bin/java -jar microemulator.jar
--- End code ---

Then click "File" in MicroEmulator window.
Then choose open MIDlet URL...
Paste "http://mini.opera.com/download-7/opera-mini-latest-advanced-en.jar"
Click Opera Mini in MicroEmulator screen or click "Start" button.

Now you have Opera Mini in your computer.
You can change screen resolution of MicroEmulator in Options > Select device... > Resizeble device

labeas:
I'm running TC64 Ver7.2 [never managed to complete installing Ver8],
which has got opera [is it ver 12, I forget? ].
These OLD vesions of opera, handled news/NNTP. I suspect there were
problems: that's why later versions dropped mail & news?
Have any TC users managed mail or news via opera ?
== TIA

neonix:

--- Quote from: labeas on November 28, 2019, 05:28:41 AM ---I'm running TC64 Ver7.2 [never managed to complete installing Ver8],
which has got opera [is it ver 12, I forget? ].
These OLD vesions of opera, handled news/NNTP. I suspect there were
problems: that's why later versions dropped mail & news?
Have any TC users managed mail or news via opera ?
== TIA

--- End quote ---
Hi labeas,
Why you can't install ver 8?
Yes, TC 8.x (x86_64) has Opera 12.12 in repo.
http://tinycorelinux.net/8.x/x86_64/tcz/opera-12.tcz.info

Opera 15 (Blink engine) don't have internal mail or newsgroups support,
because Opera 12.16 (Presto engine) was the last version based on Presto engine.
User interface of Opera 15 (Blink engine) was rewritten completely from scratch.
The developers team responsible for Opera Presto, leave the Opera Software and created their own Vivaldi browser (Blink engine). 

I was using mail function in Opera many years ago, but I prefer web interface nowadays.

labeas:
Thanks neonix,
 I should not have mentioned Ver 8.
The real question was HOW2 get mail via old version of opera.
WebBased email is a disaster.See how the gmail-clowns have NOW
hacked-to-make-the-headers-scroll-down-with-the-entryListing:
INSTEAD of header-applicable-to-the-whole-screen *ALLWAYS*
accessible at the top; like 1990's software.
I'm hoping that old-opera can do pop & <imap is-it-called?>
 plus NNTP.

neonix:
Yandex 77.0.3865.120 (beta) for TC 10.x (x86_64).
Yandex is Blink engine based web browser dedicated for Russian language users.


--- Code: ---tce-load -iw wget
wget "https://cache-default99v.cdn.yandex.net/download.cdn.yandex.net/browser/beta-public/19_10_3_302_6281/Yandex.deb?vup=1&browser=Opera/64/12.12&banerid=6302000000:5dedfb49022b1800235486f0&statpromo=true&pps=installID%3D9781453671575877442_1575877449452&yandexuid=9781453671575877442&hash=9a7d396b6a0b4f0b60923c5cc841d6c0&download_date=1575877449&.exe" -O Yandex.deb
ar x Yandex.deb
cd /
sudo tar fxJ /home/tc/data.tar.xz
cd /home/tc
rm -f control.tar.gz
rm -f data.tar.xz
rm -f debian-binary
rm -f Yandex.deb

sudo ln -s /usr/local/etc/fonts/ /etc/
tce-load -iw gtk3.tcz
tce-load -iw libXtst.tcz
tce-load -iw nss.tcz
tce-load -iw libcups2.tcz
tce-load -iw libXss.tcz
tce-load -iw bash
wget http://security.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_79.0.3945.79-0ubuntu0.16.04.1_amd64.deb
ar x chromium-codecs-ffmpeg-extra_79.0.3945.79-0ubuntu0.16.04.1_amd64.deb
cd /
sudo tar fxJ /home/tc/data.tar.xz
cd /home/tc
rm -f control.tar.gz
rm -f data.tar.xz
rm -f debian-binary
rm -f chromium-codecs-ffmpeg-extra_79.0.3945.79-0ubuntu0.16.04.1_amd64.deb
sudo ln -s /usr/local/etc/fonts/ /etc/
sudo ln -s /usr/lib/chromium-browser/libffmpeg.so /usr/lib/libffmpeg.so
/opt/yandex/browser-beta/yandex_browser
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version