Closed firescry closed 1 year ago
@firescry can you change
-exclude-libs=libwayland-client.so
to
-exclude-libs=libwayland-client.so.0
Currently it doesn't exclude libwayland-client.so.0
EDIT:(Nevermind I saw you deleted the repo, I'll make the PR)
Change is available in official release binaries for version 3.32
.
This PR is related to the issue I reported in #164.
Comparison of extracted AppImages 3.27 (last working one) vs. 3.28 (first one where the issue is visible) shows that the later one includes libwayland-client.so library:
That difference is result of change introduced in #155.
After removing libwayland-client.so delivered from AppImage, vulkanCapsViewer application starts without problem using Wayland library installed in the system.
This PR proposes to exclude libwayland-client.so from AppImage created for Linux/Wayland. Content of AppImage created with proposed change compared with official app in version 3.27 - Wayland library is not included:
I tested this change on two systems (ArchLinux and Fedora Desktop 37) and it resolves the issue #164 on both of them.
Fixes: #164