pobthebuilder / resolve-flatpak

Flatpak packaging for Blackmagicdesign DaVinci Resolve
MIT License
129 stars 21 forks source link

Fix compatibility with new Freedesktop runtime (23.08) #30

Closed RobotRoss closed 4 days ago

RobotRoss commented 7 months ago

Currently, resolve doesn't run when using the configuration from the master branch, due to a missing libcrypt.so.1 (which is normally provided by libxcrypt, but in modern versions it no longer provides the requisite library unless compiled with an additional flag).

This also sets Resolve to use the glibc-2.0 libraries provided by the flatpak runtime, instead of the older versions packaged into Resolve itself, which causes issues.

Using this configuration, Resolve now works perfectly with the freedesktop runtime 23.08

Fixes #27 .

pobthebuilder commented 7 months ago

Please rebase & squash, and I'll merge.

pobthebuilder commented 4 days ago

thanks for the fixes. i believe i've absorbed all of these fixes with the latest commits on main. please verify and re-open if you think i missed any?