wish list.
Is there any chance of getting updates with current packages for core and xorg.? Developers, if find time, please do the needful.
We can use old kernel and DEs.
Many including me have a 32 bit laptop. Thanks.
http://ftp.vim.org/ftp/pub/ftp/os/Linux ... slackware/
Porteus-i686-2021
-
- Shogun
- Posts: 434
- Joined: 02 May 2017, 09:51
- Distribution: v3.2.2-32 and Porteus-Artix-64
- Location: Chennai,India
Porteus-i686-2021
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit
-
- Shogun
- Posts: 434
- Joined: 02 May 2017, 09:51
- Distribution: v3.2.2-32 and Porteus-Artix-64
- Location: Chennai,India
Porteus-i686-2021
As part of an exercise in upgrading applications in porteus-4.0-lxde-i586, I made a module for smplayer-21.1.0(current) and added required libraries from qt-5.12 and qt5 directory with folders plugins/platforms exists.
ldd smplayer does list any missing stuff, but fails to start with this error..
It lists available platforms (xcb), butstill fails to start.
Any solutions?
ldd smplayer does list any missing stuff, but fails to start with this error..
guest@porteus:~$ smplayer
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Reinstalling the application may fix this problem.
Aborted
It lists available platforms (xcb), butstill fails to start.
Any solutions?
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit
-
- Shogun
- Posts: 434
- Joined: 02 May 2017, 09:51
- Distribution: v3.2.2-32 and Porteus-Artix-64
- Location: Chennai,India
Porteus-i686-2021
SOLVED
ldd ../platforms/libxcb.so indicated missing lib, libQt5XcbQpa.so and was added
ldd ../platforms/libxcb.so indicated missing lib, libQt5XcbQpa.so and was added
SMPlayer © 2006-2020 Ricardo Villalba <[email protected]>
Version: 21.1.0 (revision 9475)
Using Qt 5.9.6 (compiled with Qt 5.3.2)
Using MPV 0.27.2
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit