Since last update of Manjaro package for video libs, DaVinci Resolve has stopped to work.
Error returned by DaVinci was : opt/resolve/bin/resolve: symbol lookup error: usr/lib/libpango-1.0.so.0"
To help people in the same situation as I was, I writing down here what I did to make it work.
A walkaround was to disable libglib-2.0.so*, so I decided to create a _disabled directory in the /opt/resolve directory and to move there all files relative to libglib-2.0.so* with a
sudo mv libs/libglib-2.0.so* _disabled/
therefore 3 files have been moved to _disabled directory:
libglib-2.0.so โ libglib-2.0.so.0
libglib-2.0.so.0 โ libglib-2.0.so.0.6800.4
libglib-2.0.so.0.6800.4
And now I can run DaVinci Resolve 18 without any issue.
Iโm curious and you didnโt mention it, did you first try rebuilding DaVinci, because thatโs often whet is needed for AUR packages after a Manjaro update.