Hi beleagured pulsesecure Fedora users, I have found a workaround. As noted by the last post, there are dependencies such as libicui18n.so.57 => not found libicuuc.so.57 => not found libicudata.so.57 => not found To find them, I downloaded an old package of libicu57 from https://centos.pkgs.org/7/okey-x86_64/libicu57-57.1-8.el7.x86_64.rpm.html although any centos or fedora version 57 rpm would have worked here, this was the first one I found. Then, after extracting using the rpm2cpio libicu57-57.1-8.el7.x86_64.rpm | cpio -idmv command, the three .so files appear in /usr/lib64 (in the location that you extracted these files). A copy-paste of the symlinks that were not found to your own /usr/lib64 allows the .pulseUi to launch (e.g. cp libicuuc.so.57 /usr/lib64, assuming you are in the place you extracted the rpm).
... View more