H3rz3n / Davinci-Resolve-Fedora-38-39-40-Fix

Pre Install and post install script for making Davinci Resolve 18.6.x working on Fedora 38-39-40
GNU General Public License v3.0
49 stars 3 forks source link

Fedora 40 zlib missing #7

Open andreamatt81 opened 3 months ago

andreamatt81 commented 3 months ago

Hi. I've tried to install Davinci Resolve 18.6.6 on my Fedora 40. First i've run your "PRE" script and after run the installer, but i recive this output from terminal:

sudo ./DaVinci_Resolve_18.6.6_Linux.run 
egrep: warning: egrep is obsolescent; using grep -E
Error: Missing or outdated system packages detected.

Please install the following missing packages:
    zlib

(zenity:816147): Gtk-CRITICAL **: 08:23:10.019: Unable to register the application: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer 'org.a11y.atspi.Registry': unit failed

Use SKIP_PACKAGE_CHECK=1 to bypass the system package check.

***********************
Installation cancelled.

Thankyou

mkey commented 2 months ago

Hi, simply run sudo SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_18.6.6_Linux.run -i and then proceed with

cd /opt/resolve/libs
sudo mkdir disabled-libraries
sudo mv libglib* disabled-libraries
sudo mv libgio* disabled-libraries
sudo mv libgmodule* disabled-libraries

It should work.

tehtnaz commented 1 month ago

Hi, simply run sudo SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_18.6.6_Linux.run -i and then proceed with

cd /opt/resolve/libs
sudo mkdir disabled-libraries
sudo mv libglib* disabled-libraries
sudo mv libgio* disabled-libraries
sudo mv libgmodule* disabled-libraries

It should work.

This was the solution. thank you!!!