https://bugs.kde.org/show_bug.cgi?id=390162
caulier.gil...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |69ad3e7e451ec32102b035a8a4f | |5a775be1e7927 Version Fixed In| |5.9.0 --- Comment #6 from caulier.gil...@gmail.com --- diff --git a/project/bundles/appimage/04-build-appimage.sh b/project/bundles/appimage/04-build-appimage.sh index 1f68358..402bcfd 100755 --- a/project/bundles/appimage/04-build-appimage.sh +++ b/project/bundles/appimage/04-build-appimage.sh @@ -300,7 +300,8 @@ rm -f usr/lib/libusb-1.0.so.0 || true rm -f usr/lib/libuuid.so.1 || true rm -f usr/lib/libwind.so.0 || true rm -f usr/lib/libfontconfig.so.* || true -#rm -f usr/lib/libopenal.so.1 || true +# Remove this library, else appimage cannot be started properly (Bug #390162) +rm -f usr/lib/libopenal.so.1 || true # Remove these libraries, we need to use the system versions; this means 11.04 is not supported (12.04 is our baseline) rm -f usr/lib/libGL.so.* || true -- You are receiving this mail because: You are watching all bug changes.