Tiny Core Base > CorePlus

[Solved] Choosing Window Manager from Boot Menu

<< < (4/5) > >>

Rich:
Hi Juanito

--- Quote from: Rich on April 01, 2024, 01:30:58 PM ---Here's is what I found missing:
jwm, openbox, and gdk-pixbuf2 need libEGL.tcz and libGLESv2.tcz. ...
--- End quote ---
I think the error that lead me to this may have been misleading.
It looked something like this:

--- Code: ---gl_module error /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libEGL.so.1 No such file or directory
--- End code ---
That made it appear the loader flagging the error came from gdk-pixbuf-2.0.
Turns out it came from librsvg and gets linked into the gdk-pixbuf-2.0 directory:

--- Code: ---tc@E310:~$ ls -l /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
lrwxrwxrwx 1 root root 86 Feb 11 22:00 /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so -> /tmp/tcloop/librsvg/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
--- End code ---

curaga:
One image format's gdk loader failing is probably not a fatal error, likely just would remove SVG support from it then.

Juanito:
librsvg deps adjusted - cairo previously depended on libEGL and libGLESv2, but no longer does, hence the problem.

I'll look at building libgdk_pixbuf_xlib for x86.

Montserrat:

--- Quote from: Rich on April 01, 2024, 02:34:26 PM ---Hi Montserrat
After a little more poking around I found something else.
It appears dependencies on libEGL.tcz and libGLESv2.tcz were
removed from cairo and added to gtk2. The CD appears to
have an old gtk2.tcz.dep without libEGL.tcz and libGLESv2.tcz.
The simplest solution for now is:
Boot to the FLWM_topside entry.
Click the  tc-install  icon to start  tc-install-GUI.tcz.
Use the tc-install program to install Tinycore to a second USB stick.
This may be of some help:
http://tinycorelinux.net/install.html

Then run

--- Code: ---tce-audit builddb
tce-audit updatedeps
tce-audit fetchmissing
tce-update
exitcheck.sh reboot
--- End code ---

After it reboots, you will have a proper install. You can then change
to the window manager of your choice.

--- End quote ---

Sorry to have taken so long to get back with an update; Yes, I have done all that and now have a fully functioning system so HUGE thanks for all your help and investigations, Rich, GNUser et al.

I'll mark this thread as [SOLVED] and thank everyone for their help, input, thoughts etc. Good stuff.

Juanito:
gdk-pixbuf2-xlib added to tc-15.x x86 repo and CorePlus iso regenerated.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version