diff --git a/Dockerfile b/Dockerfile index 687cccd..cc357ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ARG BUILD_X264_ENCODER_PLUGIN=0 # Future: when bluetooth works with speed editor in Linux, add these packages: bluez avahi dbus-x11 nss-mdns # EXTRA_PACKS are packages that may not be available but should be installed if they are. -ARG EXTRA_PACKS="" +ARG EXTRA_PACKS="libtool-ltdl.x86_64" RUN if [[ `dnf list libxcrypt-compat` == *libxcrypt-compat* ]]; then export EXTRA_PACKS="${EXTRA_PACKS} libxcrypt-compat" ; fi \ && if [[ `dnf list compat-openssl11` == *compat-openssl11* ]]; then export EXTRA_PACKS="${EXTRA_PACKS} compat-openssl11" ; fi \ && if [[ `dnf list compat-openssl10` == *compat-openssl10* ]]; then export EXTRA_PACKS="${EXTRA_PACKS} compat-openssl10"; fi \ diff --git a/resolve.sh b/resolve.sh index 4057b1e..cd2635b 100755 --- a/resolve.sh +++ b/resolve.sh @@ -208,6 +208,7 @@ fi --env PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \ --env PULSE_COOKIE=/run/pulse/cookie \ --env QT_AUTO_SCREEN_SCALE_FACTOR=1 \ + --env QT_SCALE_FACTOR=2 \ --env XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR} \ --env RESOLVE_SCRIPT_LIB="/opt/resolve/libs/Fusion/fusionscript.so" \ --env RESOLVE_SCRIPT_API="/opt/resolve/Developer/Scripting" \ @@ -237,6 +238,7 @@ fi --mount type=bind,source=${RESOLVE_MOUNTS_PATH}/${RESOLVE_COMMON_DATA_DIR},target=/var/BlackmagicDesign \ --mount type=bind,source=${RESOLVE_MOUNTS_PATH}/${RESOLVE_DATABASE},target=/opt/resolve/Resolve\ Disk\ Database \ --mount type=bind,source=${RESOLVE_MOUNTS_PATH}/${RESOLVE_MEDIA},target=/opt/resolve/Media \ + --mount type=bind,source=/media/VideoExt4,target=/home/VideoExt4 \ "${MOUNT_CURSOR_THEME[@]}" \ "${CGROUP_RULE[@]}" \ "${MOUNT_SYSTEM_FONTS[@]}" \