Tiny Core Extensions > TCE Talk

I want to create Opera 15 extension | need guidance

<< < (5/10) > >>

neonix:

--- Quote from: whizzywhirl on July 18, 2019, 02:38:24 PM ---Hi Rich,
So there is not any local directory and in /usr/bin there is opera but I am getting similar message like sh: ./opera: not found

--- End quote ---
I have the same problem. It magically disappear if I install opera-12.tcz  :o
Why is that?


--- Code: ---cd /home/tc
tce-load -iw wget
mkdir opera
cd opera
wget https://get.geo.opera.com/pub/opera/desktop/62.0.3331.66/linux/opera-stable_62.0.3331.66_amd64.deb
ar x *.deb
tar fxJ data.tar.xz
rm -f control.tar.gz
rm -f data.tar.xz
rm -f debian-binary
rm -f opera-stable_62.0.3331.66_amd64.deb
tce-load -iw curl.tcz
tce-load -iw nss.tcz
tce-load -iw dbus.tcz
tce-load -iw libXcomposite.tcz
tce-load -iw libasound.tcz
tce-load -iw libXcursor.tcz
tce-load -iw libXi.tcz
tce-load -iw libXtst.tcz
tce-load -iw libXrandr.tcz
tce-load -iw libXss.tcz
tce-load -iw atk.tcz
tce-load -iw at-spi2-atk.tcz
tce-load -iw libcups2.tcz
tce-load -iw gtk3.tcz

tce-load -iw flex.tcz
wget http://archive.ubuntu.com/ubuntu/pool/universe/c/chromium-browser/chromium-codecs-ffmpeg-extra_75.0.3770.90-0ubuntu0.18.04.1_amd64.deb
ar x *.deb
tar fxJ data.tar.xz
rm -f control.tar.xz
rm -f data.tar.xz
rm -f debian-binary
rm -f chromium-codecs-ffmpeg-extra_75.0.3770.90-0ubuntu0.18.04.1_amd64.deb
sudo ln -s /usr/local/etc/fonts/ /etc/
/home/tc/opera/usr/bin/opera
--- End code ---

whizzywhirl:
ok when I run for

--- Code: ---ls -l /usr/bin/opera
--- End code ---
I get no such file or directory message But if I run this

--- Code: ---ls -l /home/tc/usr/bin/opera
--- End code ---
I get
lrwxrwxrwx 1 root      root            35 Jul 18 18:36 /home/tc/usr/bin/opera -> ../lib/x86_64-linux-gnu/opera/opera

Rich:
Hi whizzywhirl
Does it start like this:

--- Code: ---/home/tc/usr/bin/opera
--- End code ---

whizzywhirl:
nope

whizzywhirl:
@Neonix did you manage to run the opera opera-stable_62.0.3331.66?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version