SK
С английским нет проблем, но все-же на родном читать проще.
Спасибо!
Size: a a a
SK
H
H
q
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/qq/Skeleton/Skeleton/plugins/platforms:" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted (core dumped)
ПК
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/qq/Skeleton/Skeleton/plugins/platforms:" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted (core dumped)
ПК
r
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/qq/Skeleton/Skeleton/plugins/platforms:" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted (core dumped)
find /home/qq/Skeleton/Skeleton/ -name '*xcb*' -type f -exec ldd {} +
r
find /home/qq/Skeleton/Skeleton/ -name '*xcb*' -type f -exec ldd {} + | grep -Fi 'not found'
r
find /home/qq/Skeleton/Skeleton/ -mindepth 1 -type f -exec file -F '|' -N {} + \
| grep -F '^[^|]+\|.*ELF.*' \
| cut -d '|' -f 1 \
| xargs -r ldd \
| grep -Fi 'not found' \
| sort -uV
ну, как-то так 😂q
find /home/qq/Skeleton/Skeleton/ -name '*xcb*' -type f -exec ldd {} + | grep -Fi 'not found'
libpcre.so.1 => not found
r
r
r
q
r
q