helloSystem / helloSystem/Applications

Blender and probably other applications: libicu* tends to break because it is versioned

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Workaround:

```
FreeBSD% cd "/home/user/Applications/Blender 2.91.0.app/Resources/usr/local/lib/"
FreeBSD% ln -s /usr/local/lib/libicudata.so libicudata.so.69
FreeBSD% ln -s /usr/local/lib/libicuuc.so libicuuc.so.69
FreeBSD% ln -s /usr/local/lib/libicui18n.so libicui18n.so.69
```

Maybe we should do something like this for all our AppImages. Because the version of libicu* will get updated on the target systems, at which point the AppDir still needs to be able to find it...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.