Davinci Resolve 18.5 not working on OpenSuse Tumbleweed

Hello,

I have found a solution to skip this issue on OpenSuse :

  1. download libgdk fedora’s rpm : https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/x86_64/os/Packages/g/gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm

  2. Extract it : rpm2cpio ./gdk-pixbuf2-2.42.10-2.fc38.x86_64.rpm | cpio -idmv

  3. enter the extracted usr/lib64 and open a terminal in it : sudo cp -r * /opt/resolve/libs/

  4. Boom you’re done !

This methode won’t modify the system at all just adding a lib to resolve’s lib folder

3 Likes