After the (I belive) the 2023-07-10 update the rocketchat-desktop
from the AUR stopped working with
/usr/lib/electron21/electron: error while loading shared libraries: libicui18n.so.72: cannot open shared object file: No such file or directory
The icu lib got updated to version 73 so I tried to help myself out with some symlinks:
ln -s libicui18n.so.73 libicui18n.so.72
ln -s libicuuc.so.73 libicuuc.so.72
but then I end up with electron missing some uscript
/usr/lib/electron21/electron: symbol lookup error: /usr/lib/electron21/electron: undefined symbol: uscript_getScript_72
I’m stuck here. Any ideas?