Skip to content

Commit

Permalink
fix: Use QT_QPA_PLATFORM=minimal on AppRun
Browse files Browse the repository at this point in the history
Resolves #35
  • Loading branch information
zelikos committed Nov 21, 2023
1 parent 1d450a4 commit a74b82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system_files/usr/bin/setup-davinci
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ then
if [[ $? -eq 0 ]]
then
extract_success=true
sudo squashfs-root/AppRun -i -a -y
# See https://github.com/zelikos/davincibox/issues/35
sudo QT_QPA_PLATFORM=minimal squashfs-root/AppRun -i -a -y
# Workaround for an issue with Resolve's included libglib-2.0
# May not be needed in the future
sudo rm /opt/resolve/libs/libglib-2.0.so /opt/resolve/libs/libglib-2.0.so.0 /opt/resolve/libs/libglib-2.0.so.0.6800.4
Expand Down

0 comments on commit a74b82a

Please sign in to comment.