Page 1 of 1

003-libgtk+libgdk-x11-2.0.so.0.2400.33

Posted: 18 Oct 2022, 11:42
by Rava
The most recent XFCE 4.12 module contains these libraries, but the "official XFCE 4.16" module lacks both, and my geany needed them, so I made this module:

Code: Select all

root@porteus:/tmp# lsxzm 003-libgtk+libgdk-x11-2.0.so.0.2400.33.xzm 
/usr
/usr/lib64
/usr/lib64/libgdk-x11-2.0.so
/usr/lib64/libgdk-x11-2.0.so.0
/usr/lib64/libgdk-x11-2.0.so.0.2400.33
/usr/lib64/libgtk-x11-2.0.so
/usr/lib64/libgtk-x11-2.0.so.0
/usr/lib64/libgtk-x11-2.0.so.0.2400.33
md5sum b9e7de28e30ceea6fae9abdc20e4c6c3
size: 2158592 bytes - 2.06 MB

https://filehorst.de/download.php?file=ejBxfsrr

Since filehorst speaks German, a short HOWTO download and translation:

To get it, first wait 15 seconds "Dein Download wird jetzt vorbereitet." (Your download is being prepared)
Then click "Jetzt zur Download-Seite" (now to the download page)
Then click "Dein Download steht nun bereit. Klicke hier, um ihn zu starten." (Your download is ready. Click here to start downloading it)

003-libgtk+libgdk-x11-2.0.so.0.2400.33

Posted: 18 Oct 2022, 12:04
by babam

003-libgtk+libgdk-x11-2.0.so.0.2400.33

Posted: 18 Oct 2022, 13:57
by Rava
Thanks I did not see that bundle, and even if I did: I would not have guessed that it would solve my issue with the 2 specific missing libs.

For bundles this extra file would be a good idea - to have a NAME.lsxzm.xz file that does just that: xz compressed output of

Code: Select all

$ lsxzm NAME.xzm > NAME.lsxzm
$ xz NAME.lsxzm
Then users can only download all bundles *.lsxzm.xz files, which will be much smaller than the main modules, and search locally e.g. via xzgrep if certain libs are in one of the existing bundles like so:

Code: Select all

$ xzgrep  libg[dt]k-x11-2.0.so *.lsxzm.xz