Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: neonix on June 20, 2018, 11:06:51 PM

Title: Vivaldi 1.15 doesn't work with TC 9.0
Post by: neonix on June 20, 2018, 11:06:51 PM
After installing Vivaldi 1.15 in TC 9.0 x86 using this:

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
tce-load -iw ffmpeg.tcz

wget http://downloads.vivaldi.com/stable/vivaldi-stable_1.15.1147.36-1_i386.deb

I get this:
tc@box:/opt/vivaldi$ ./vivaldi-bin
Xlib:  extension "XInputExtension" missing on display ":0.0".
Fontconfig error: Cannot load default config file
Xlib:  extension "XInputExtension" missing on display ":0.0".
Xlib:  extension "XInputExtension" missing on display ":0.0".
[14114:14154:0621/045853.203073:ERROR:bus.cc(394)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Xlib:  extension "XInputExtension" missing on display ":0.0".
[14152:14152:0621/045853.285613:ERROR:gl_surface_glx.cc(423)] glxQueryVersion failed
[14152:14152:0621/045853.285841:ERROR:gl_initializer_x11.cc(157)] GLSurfaceGLX::InitializeOneOff failed.
[14152:14152:0621/045853.294682:ERROR:viz_main_impl.cc(197)] Exiting GPU process due to errors during initialization
Trace/breakpoint trap
tc@box:/opt/vivaldi$ [1:1:0100/000000.459348:FATAL:zygote_linux.cc(465)] Failed to synchronise with parent zygote process
Xlib:  extension "XInputExtension" missing on display ":0.0".
[14168:14168:0621/045853.576492:ERROR:gl_surface_glx.cc(423)] glxQueryVersion failed
[14168:14168:0621/045853.576596:ERROR:gl_initializer_x11.cc(157)] GLSurfaceGLX::InitializeOneOff failed.
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: polikuo on June 21, 2018, 01:47:54 AM
On TC64
These dependencies are enough for vivaldi-stable-1.15.1147.47-1.x86_64.rpm
Code: [Select]
bash.tcz
gtk3.tcz
libXss.tcz
libXtst.tcz
libasound.tcz
libcups.tcz
nss.tcz

Xlib:  extension "XInputExtension" missing on display ":0.0".

What Xserver did you use ?
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: neonix on June 21, 2018, 11:11:40 AM
On TC64
These dependencies are enough for vivaldi-stable-1.15.1147.47-1.x86_64.rpm
Code: [Select]
bash.tcz
gtk3.tcz
libXss.tcz
libXtst.tcz
libasound.tcz
libcups.tcz
nss.tcz

Xlib:  extension "XInputExtension" missing on display ":0.0".

What Xserver did you use ?
Xfbdev.tcz but in TC 8.0 x86 everything works perfect with the same configuration and extensions.
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: curaga on June 21, 2018, 01:25:38 PM
Please double-check your 8.0 install. If Vivaldi requires OpenGL, it's not possible for it to have worked without Xorg.
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: neonix on June 22, 2018, 05:08:42 AM
Please double-check your 8.0 install. If Vivaldi requires OpenGL, it's not possible for it to have worked without Xorg.

I installed Xorg, but it doesn't help. I tried to google this "Fontconfig error: Cannot load default config file" and it seems that in TC 9.0 x86 Vivaldi browser needs symlink from /usr/local/etc/fonts/ to /etc/fonts/ but in TC 8.0 x86, it doesn't require /usr/local/etc/fonts/fonts.conf at all.
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: Juanito on June 22, 2018, 05:58:05 AM
Both Xlibs and Xprogs have been refactored recently, which might explain the font issue with the vivaldi rpm going from 8.x to 9.x
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: neonix on May 13, 2024, 08:07:23 AM
I want to test latest Vivaldi browser for amd64 architecture.
https://vivaldi.com/download/archive/?platform=linux

On TC15.x x86_64 I got this problem.
https://forum.vivaldi.net/topic/94161/cannot-execute-required-file-not-found
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: Rich on May 13, 2024, 09:41:06 AM
Hi neonix
What do these commands return:
Code: [Select]
ls -l /lib64
ls -l /opt/vivaldi/vivaldi-bin
ldd /opt/vivaldi/vivaldi-bin | grep found
which bash
Title: Re: Vivaldi 1.15 doesn't work with TC 9.0
Post by: neonix on May 16, 2024, 12:41:23 PM

Code: [Select]
sudo ln -s /lib /lib64
Fixed the problem.