You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib4bin should check all files in lib and if they are binaries then move them to shared/bin and put a relative symlink to sharun at their original location.
It should be relative easy to do.
Check all elf files in shared/lib.
Make sure they are not static
Make sure they don't contain .so* in their name since old distros have binaries that show as shared objects.
Move and symlink to sharun.
The text was updated successfully, but these errors were encountered:
@Samueru-sama
in fact, no ELF executable file is automatically copied to shared/lib, only shared objects get there, and things like webkit or gstreamer must be handled individually in hooks
@Samueru-sama in fact, no ELF executable file is automatically copied to shared/lib, only shared objects get there, and things like webkit or gstreamer must be handled individually in hooks
Alright closing in that case, it means we need a gstreamer hook as well.
Instead of doing what I did here for webkit2gtk.
lib4bin
should check all files inlib
and if they are binaries then move them toshared/bin
and put a relative symlink to sharun at their original location.It should be relative easy to do.
Check all elf files in
shared/lib
.Make sure they are not static
Make sure they don't contain
.so*
in their name since old distros have binaries that show as shared objects.Move and symlink to sharun.
The text was updated successfully, but these errors were encountered: