Davinci Resolve Studio - vendor package installation failed

Manjaro 20.2 hardware per attached image

[steve@FotoVista ~]$ sudo /home/steve/DaVinci_Resolve_Studio_17.1_Linux.run
[sudo] password for steve:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not
defined (consider using --machine=<user>@.host --user to connect to bus of
other user)
Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not
defined (consider using --machine=<user>@.host --user to connect to bus of
other user)
WARNING: No icons found at "usr/share/icons"
WARNING: Using .DirIcon as default app icon
ERROR: Unable to load image.
ERROR: No icon was generated for: /root/Applications/DaVinci_Resolve_Studio_
17.1_Linux_3689b6bf5521273846baa2563c5210f9.run
WARNING: Unable to resize the application icon into a 128x128 image: "Unable
to load image.". It will be written unchanged.
WARNING: Unable to resize the application icon into a 256x256 image: "Unable
to load image.". It will be written unchanged.
gtk-update-icon-cache: Failed to open file /root/.local/share/icons/hicolor/
.icon-theme.cache : No such file or directory
which: no gtk-update-icon-cache-3.0 in (/home/steve/.local/bin:/usr/local/sb
in:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/
usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)
which: no update-icon-caches in (/home/steve/.local/bin:/usr/local/sbin:/usr
/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin
/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)
Directory '/root/.local/share/mime/packages' does not exist!
QWizard::setField: No such field 'options.uninstall'
QWizard::field: No such field 'options.uninstall'

Hi @stevebarnes,

I won’t be able to help with the problem. However,

  1. I see you are still usin kerneel version 5.9, which is EOL (End Of Life.) Hence it is recommended that you switch to either 5.4 or 5.10, both of which are LTS (Long Term Support) versions. To do so, open a terminal and runn either,
sudo mhwd-kernel -i linux54

for installing kernel 5.4, or

sudo mhwd-kernel -i linux510

to install kernel version 5.10.

If successful, reboot. While starting up, if the grub boot menu doesn’t show, hold the Shift keey in to bring up the GRUB boot menu.

In the grub boot menu, use the arrow keys to navigate to the “Adanced opyioons…” menu and press.

Select the newly installed kernel and press Enter to boot.

Once successfully booted, the old kernel must be removed. To do so, open a terminal and run,

sudo  mhwd-kernel -r linux59

If successful, hold your thumbs, cross your heart and reboot.

That should be all. If it works, feel free to heap on praise. If it doesn’t, well, then I’m not here.

davinci-resolve-studio is in the AUR (Arch User Repository), it would be better to install it from there.

I went to the vendor distro because the AUR has repeatedly failed for me and others :slight_smile: