ujust install-resolve permission denied
https://universal-blue.discourse.group/t/davinci-resolve-setup-guide/1197
when installing davinci resolve using the ujust install-resolve command, it gets most of the way done and then spits out a ton of permission denied errors
going into the container terminal and doing the steps manually does not workaround the issue
Universal Blue
DaVinci Resolve Setup Guide
Notice to Bazzite users: Bazzite now has the ujust install-resolve command. DaVinci Resolve is an industry standard professional visual effects and video editor by Blackmagic Design. Open a host terminal and enter: ujust distrobox Select “New” When it asks for an image name, enter: ghcr.io/zelikos/davincibox:latest Name your container:...
Solution:Jump to solution
@wafflesok so found a solution, or rather a quick fix in the mean time.
Run this in a terminal:
...
14 Replies
Get sure you are running the latest version (update with rpm-ostree update) and try again.
If it isn't working still, gonna need some logs.
Try removing the container with
ujust install-resolve
and selecting uninstall.
Then run this:
and try installing.
then send the ~/out.log file hereSo seems all these error are udev rules trying to be installed, but because resolve runs in a container, cant touch almost anything to
/sys
.
Though that shouldnt be an issue, can be ignored, seems resolve installs correctly in the containerthough, im noticing some issues trying to open from plasma app menu. Running resolve inside the container at
/opt/resolve/bin/resolve
works. Probably something to do with my setup, gonna try restarting, and see if the app menu works
Ok i think found the culprit:
Solution
@wafflesok so found a solution, or rather a quick fix in the mean time.
Run this in a terminal:
Then restart and see if resolve opens.
yes resolve now opens, i am greeted with a wonderful black box
killing the black box seems to work
So.. works?
yes thank u
lright, though remember this is a workaround, updating resolve will likely undo this
should i expect this fix in upstream/bazzite any time soon
Gonna see if I can fix this or upstream does
aight cool thx a ton
If we can avoid the workaround by fixing upstream, no need I hope
Seems was fixed upstream
https://github.com/zelikos/davincibox/issues/106
GitHub
Non functional
.desktop
shortcuts with distrobox · Issue #106 · z...Describe the bug Seems the .desktop file doesnt work. Bug introduced with commit 945ffe8 Installation method used setup.sh Manual Distrobox Toolbox To Reproduce In such, we have Exec=distrobox-ente...