09-18-2023, 02:58 PM
(09-18-2023, 11:46 AM)john_s4 Wrote: How was it established as the missing libraries source and fix - is it via ldd (as far as I have got yet) or other routes - docs?
You actually already identified the problem in your first message in this thread:
'error while loading shared libraries: libQCoro5Quick.so.0'
Which you found out by starting it from a terminal window, which is also the way I'd start troubleshooting.
I'm not really familiar with Arch, but I am with Debian, so with "apt-file search libQCoro5Quick.so.0" I found out which package it would need on Debian.
And then I searched for a similarly named package on Arch and installed that. And then Angelfish did start.