From cf0838ac3b725af16cc3de6f24f7ac283455362e Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:00:54 -0400 Subject: [PATCH 1/3] mmm --- make-appimage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-appimage.sh b/make-appimage.sh index aaf7f95..264b388 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -16,6 +16,7 @@ export DEPLOY_VULKAN=1 # libRMG-Core.so is hardcoded to /usr/lib/RMG but the library does not contain # the string '/usr/lib/RMG', it contains '/usr/libL' instead with a capital L export PATH_MAPPING_HARDCODED='libRMG-Core.so*' +export PATH_MAPPING='/usr/share/RMG:${SHARUN_DIR}/share/RMG' # Deploy dependencies quick-sharun /usr/bin/RMG /usr/lib/RMG From 09b83d4ba93759e30fbc27775d55429ded747c9f Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:17:11 -0400 Subject: [PATCH 2/3] test using pathmap for `/usr/lib/RMG` as well --- make-appimage.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/make-appimage.sh b/make-appimage.sh index 264b388..c73ddce 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -15,8 +15,10 @@ export DEPLOY_OPENGL=1 export DEPLOY_VULKAN=1 # libRMG-Core.so is hardcoded to /usr/lib/RMG but the library does not contain # the string '/usr/lib/RMG', it contains '/usr/libL' instead with a capital L -export PATH_MAPPING_HARDCODED='libRMG-Core.so*' -export PATH_MAPPING='/usr/share/RMG:${SHARUN_DIR}/share/RMG' +export PATH_MAPPING=' + /usr/lib/RMG:${SHARUN_DIR}/lib/RMG + /usr/share/RMG:${SHARUN_DIR}/share/RMG +' # Deploy dependencies quick-sharun /usr/bin/RMG /usr/lib/RMG From 5fed708ac73e4f8990e6ef57b485d4783b539f97 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:29:31 -0400 Subject: [PATCH 3/3] kek we need BOTH methods --- make-appimage.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/make-appimage.sh b/make-appimage.sh index c73ddce..264b388 100644 --- a/make-appimage.sh +++ b/make-appimage.sh @@ -15,10 +15,8 @@ export DEPLOY_OPENGL=1 export DEPLOY_VULKAN=1 # libRMG-Core.so is hardcoded to /usr/lib/RMG but the library does not contain # the string '/usr/lib/RMG', it contains '/usr/libL' instead with a capital L -export PATH_MAPPING=' - /usr/lib/RMG:${SHARUN_DIR}/lib/RMG - /usr/share/RMG:${SHARUN_DIR}/share/RMG -' +export PATH_MAPPING_HARDCODED='libRMG-Core.so*' +export PATH_MAPPING='/usr/share/RMG:${SHARUN_DIR}/share/RMG' # Deploy dependencies quick-sharun /usr/bin/RMG /usr/lib/RMG