You are not logged in.
Pages: 1
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 [c]ln -s libxcb-util.so libxcb-util.so.0[/c], it worked.
Offline
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.tazpkg
Offline
md5sum true. Version xcb-util is the same. IN receipt:
[c]# 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
}[/c]
but the link ln -s libxcb-util.so libxcb-util.so.0 is not created.
Offline
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) - f9cf8a09d3fada4d2c59efd6bd41fd73
Offline
Thanks, mojo. Openbox was not updated.
Offline
Pages: 1
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]