After the last update (too match xorg*), the cursor disappeared and the openbox hotkeys did not work. Openbox error: not found libxcb-util.so.0. In xcb-util.tazpkg there is no this file.
After creating the link ln -s libxcb-util.so libxcb-util.so.0
, it worked.

update, mouse, libxcb-util.so.0
(5 posts) (2 voices)-
Posted 5 years ago #
-
xcb-utils-0.4.0.tazpkg on cook build server and the mirror I use has the symlink.
http://cook.slitaz.org/index.cgi?files=xcb-util
packages.md5 list is the md5sum of the package on cook.slitaz.org.
tux@slitaz:~$ grep xcb-util-0.4.0.tazpkg /var/lib/tazpkg/packages.md5
f9cf8a09d3fada4d2c59efd6bd41fd73 xcb-util-0.4.0.tazpkg
The md5sum of the xcb-utils-0.4.0.tazpkg I installed from the mirror.
tux@slitaz:~$ md5sum /var/cache/tazpkg/5.0/packages/xcb-util-0.4.0.tazpkg
f9cf8a09d3fada4d2c59efd6bd41fd73 /var/cache/tazpkg/5.0/packages/xcb-util-0.4.0.tazpkgPosted 5 years ago # -
md5sum true. Version xcb-util is the same. IN receipt:
# Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
but the link ln -s libxcb-util.so libxcb-util.so.0 is not created.
Posted 5 years ago # -
Openbox was rebuilt after xcb-util was updated and links to libxcb-util.so.1
root@slitaz:/home/tux# ldd /usr/bin/openbox|grep libxcb-util
libxcb-util.so.1 => /usr/lib/libxcb-util.so.1 (0xb76eb000)
Both packages were available for update at the same time on my mirror.
2019-11-08 13:44:38 - Installed - openbox (3.6.1) - e382c82564ca4bfa52f151e736637ba9
2019-11-08 13:46:29 - Installed - xcb-util (0.4.0) - f9cf8a09d3fada4d2c59efd6bd41fd73Posted 5 years ago # -
Thanks, mojo. Openbox was not updated.
Posted 5 years ago #
Reply
You must log in to post.