zelikos / davincibox

Container for DaVinci Resolve installation and runtime dependencies on Linux
Apache License 2.0
224 stars 10 forks source link

fix(adl): Manually source davinci.sh for distrobox #107

Closed zelikos closed 4 months ago

zelikos commented 4 months ago

Unlike Toolbx, distrobox-enter ignores /etc/profile.d files, so we have to manually source davinci.sh before running DaVinci Resolve and the other included programs

Closes #106

zelikos commented 4 months ago

Seems that using bash -cl instead of manually sourcing davinci.sh would have worked too, and is something to keep in mind if we have to make use of anything else under /etc/profile.d in the future